diff options
author | Donald Cooley <dfc@warpmail.net> | 2013-12-25 10:43:09 +0700 |
---|---|---|
committer | Robby Workman <rworkman@slackbuilds.org> | 2013-12-25 15:05:42 -0600 |
commit | 9f8dee2ae13ddd95c6a183098b8a09091fff9d73 (patch) | |
tree | 6bde5b91a4394bb7e6d477ffd8a9bb4a2afb82cf /perl/perl-Path-Class/README | |
parent | 18f024947fb73d70999cd03399f7b933131251ac (diff) | |
download | slackbuilds-9f8dee2ae13ddd95c6a183098b8a09091fff9d73.tar.gz |
perl/perl-Path-Class: Added (Cross-platform path spec manipulation).
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'perl/perl-Path-Class/README')
-rw-r--r-- | perl/perl-Path-Class/README | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/perl/perl-Path-Class/README b/perl/perl-Path-Class/README new file mode 100644 index 0000000000..ab5fd3dbe9 --- /dev/null +++ b/perl/perl-Path-Class/README @@ -0,0 +1,3 @@ +Path::Class is a module for manipulation of file and directory specifications +(strings describing their locations, like '/home/ken/foo.txt' or +'C:Windows\Foo.txt' in a cross-platform manner. |