/[cvs]/nfo/perl/libs/Data/Query.pm
ViewVC logotype

Diff of /nfo/perl/libs/Data/Query.pm

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.2 by joko, Fri Dec 27 16:02:39 2002 UTC revision 1.5 by joko, Thu Mar 27 15:31:01 2003 UTC
# Line 2  Line 2 
2  ##  $Id$  ##  $Id$
3  ##  --------------------------------------------------------------------------------  ##  --------------------------------------------------------------------------------
4  ##  $Log$  ##  $Log$
5    ##  Revision 1.5  2003/03/27 15:31:01  joko
6    ##  fixes to modules regarding new namespace(s) below Data::Mungle::*
7    ##
8    ##  Revision 1.4  2003/02/20 18:42:45  joko
9    ##  renamed modules
10    ##
11    ##  Revision 1.3  2003/02/09 04:50:32  joko
12    ##  - purged old code
13    ##
14  ##  Revision 1.2  2002/12/27 16:02:39  joko  ##  Revision 1.2  2002/12/27 16:02:39  joko
15  ##  - object constructor  ##  - object constructor
16  ##  + now utilizing DesignPattern::Object  ##  + now utilizing DesignPattern::Object
# Line 18  package Data::Query; Line 27  package Data::Query;
27  use strict;  use strict;
28  use warnings;  use warnings;
29    
30  use base 'DesignPattern::Object';  use base qw(
31  use base 'DesignPattern::Object::Logger';    DesignPattern::Object
32      DesignPattern::Logger
33    );
34    
35    
36  use Data::Dumper;  use Data::Dumper;
37    
38  use Regexp::Group;  use Regexp::Group;
39  use libp qw( mkObject );  use Data::Mungle::Compare::Struct qw( isEmpty );
 use Data::Compare::Struct qw( isEmpty );  
40    
41  use Data::Query::Element::LV;  use Data::Query::Element::LV;
42    

Legend:
Removed from v.1.2  
changed lines
  Added in v.1.5

MailToCvsAdmin">MailToCvsAdmin
ViewVC Help
Powered by ViewVC 1.1.26 RSS 2.0 feed