summaryrefslogtreecommitdiffstats
path: root/perl/perl-Path-Class/README
diff options
context:
space:
mode:
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
commit9f8dee2ae13ddd95c6a183098b8a09091fff9d73 (patch)
tree6bde5b91a4394bb7e6d477ffd8a9bb4a2afb82cf /perl/perl-Path-Class/README
parent18f024947fb73d70999cd03399f7b933131251ac (diff)
downloadslackbuilds-9f8dee2ae13ddd95c6a183098b8a09091fff9d73.tar.gz
slackbuilds-9f8dee2ae13ddd95c6a183098b8a09091fff9d73.tar.xz
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/README3
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.