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

Annotation of /nfo/perl/libs/Data/Storage/Handler/File/Basic.pm

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1.2 - (hide annotations)
Tue Feb 11 11:07:58 2003 UTC (21 years, 5 months ago) by joko
Branch: MAIN
CVS Tags: HEAD
Changes since 1.1: +10 -119 lines
- refactored to shortcuts::files

1 joko 1.1 ## ---------------------------------------------------------------------------
2 joko 1.2 ## $Id: Basic.pm,v 1.1 2003/02/09 04:55:04 joko Exp $
3 joko 1.1 ## ---------------------------------------------------------------------------
4 joko 1.2 ## $Log: Basic.pm,v $
5     ## Revision 1.1 2003/02/09 04:55:04 joko
6     ## + initial commit
7     ##
8 joko 1.1 ## ---------------------------------------------------------------------------
9    
10    
11     package Data::Storage::Handler::File::Basic;
12    
13     use strict;
14     use warnings;
15    
16 joko 1.2 # FIXME: introduce some declaration here which
17     # *really* merges the contents of shortcuts::files
18     # replacing all from below
19 joko 1.1
20     require Exporter;
21 joko 1.2 #use base qw( shortcuts::files Exporter );
22 joko 1.1 our @ISA = qw( Exporter );
23     our @EXPORT_OK = qw(
24     s2f
25     a2f
26     f2s
27     );
28    
29 joko 1.2 use shortcuts::files qw( s2f a2f f2s );
30 joko 1.1
31     1;
32     __END__

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