--- nfo/perl/libs/Data/Query.pm 2002/12/27 16:02:39 1.2 +++ nfo/perl/libs/Data/Query.pm 2003/02/20 18:42:45 1.4 @@ -1,7 +1,13 @@ ## -------------------------------------------------------------------------------- -## $Id: Query.pm,v 1.2 2002/12/27 16:02:39 joko Exp $ +## $Id: Query.pm,v 1.4 2003/02/20 18:42:45 joko Exp $ ## -------------------------------------------------------------------------------- ## $Log: Query.pm,v $ +## Revision 1.4 2003/02/20 18:42:45 joko +## renamed modules +## +## Revision 1.3 2003/02/09 04:50:32 joko +## - purged old code +## ## Revision 1.2 2002/12/27 16:02:39 joko ## - object constructor ## + now utilizing DesignPattern::Object @@ -18,14 +24,15 @@ use strict; use warnings; -use base 'DesignPattern::Object'; -use base 'DesignPattern::Object::Logger'; +use base qw( + DesignPattern::Object + DesignPattern::Logger +); use Data::Dumper; use Regexp::Group; -use libp qw( mkObject ); use Data::Compare::Struct qw( isEmpty ); use Data::Query::Element::LV;