--- nfo/perl/libs/Data/Storage/Handler/File.pm 2003/02/09 04:54:27 1.3 +++ nfo/perl/libs/Data/Storage/Handler/File.pm 2003/02/11 05:15:45 1.4 @@ -1,9 +1,12 @@ #!/usr/bin/perl ## ------------------------------------------------------------------------ -## $Id: File.pm,v 1.3 2003/02/09 04:54:27 joko Exp $ +## $Id: File.pm,v 1.4 2003/02/11 05:15:45 joko Exp $ ## ------------------------------------------------------------------------ ## $Log: File.pm,v $ +## Revision 1.4 2003/02/11 05:15:45 joko +## - no Exporter any more +## ## Revision 1.3 2003/02/09 04:54:27 joko ## - refactored lots of code to Data::Storage::Handler::File::Basic ## - sorry! @@ -18,14 +21,6 @@ use base qw( DesignPattern::Object ); -=pod -require Exporter; -our @ISA = qw( Exporter ); -our @EXPORT_OK = qw( - s2f - a2f -); -=cut use Data::Storage::Handler::File::Basic qw( s2f a2f f2s );