/[cvs]/nfo/perl/libs/Data/Storage/Handler/File.pm
ViewVC logotype

Diff of /nfo/perl/libs/Data/Storage/Handler/File.pm

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

revision 1.3 by joko, Sun Feb 9 04:54:27 2003 UTC revision 1.4 by joko, Tue Feb 11 05:15:45 2003 UTC
# Line 4  Line 4 
4  ##  $Id$  ##  $Id$
5  ## ------------------------------------------------------------------------  ## ------------------------------------------------------------------------
6  ##  $Log$  ##  $Log$
7    ##  Revision 1.4  2003/02/11 05:15:45  joko
8    ##  - no Exporter any more
9    ##
10  ##  Revision 1.3  2003/02/09 04:54:27  joko  ##  Revision 1.3  2003/02/09 04:54:27  joko
11  ##  - refactored lots of code to Data::Storage::Handler::File::Basic  ##  - refactored lots of code to Data::Storage::Handler::File::Basic
12  ##  - sorry!  ##  - sorry!
# Line 18  use warnings; Line 21  use warnings;
21    
22  use base qw( DesignPattern::Object );  use base qw( DesignPattern::Object );
23    
 =pod  
 require Exporter;  
 our @ISA = qw( Exporter );  
 our @EXPORT_OK = qw(  
   s2f  
   a2f  
 );  
 =cut  
24    
25  use Data::Storage::Handler::File::Basic qw( s2f a2f f2s );  use Data::Storage::Handler::File::Basic qw( s2f a2f f2s );
26    

Legend:
Removed from v.1.3  
changed lines
  Added in v.1.4

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