summaryrefslogtreecommitdiffstats
path: root/perl/perl-File-Remove/README
diff options
context:
space:
mode:
author Edinaldo P. Silva <edps.mundognu@gmail.com>2016-07-24 22:36:42 -0500
committer Willy Sudiarto Raharjo <willysr@slackbuilds.org>2016-07-30 08:28:43 +0700
commit5a2075b99181557cd8a7c0c4cc21a483cbad9dc0 (patch)
treeafe3ac098746563d1f8c46fa62e63693137aca9a /perl/perl-File-Remove/README
parentbd6bec872dd6b1f59d89fde1362c453de0dc2a40 (diff)
downloadslackbuilds-5a2075b99181557cd8a7c0c4cc21a483cbad9dc0.tar.gz
slackbuilds-5a2075b99181557cd8a7c0c4cc21a483cbad9dc0.tar.xz
perl/perl-File-Remove: Updated for version 1.57.
This should probably be noarch... Signed-off-by: Robby Workman <rworkman@slackbuilds.org>
Diffstat (limited to 'perl/perl-File-Remove/README')
-rw-r--r--perl/perl-File-Remove/README10
1 files changed, 6 insertions, 4 deletions
diff --git a/perl/perl-File-Remove/README b/perl/perl-File-Remove/README
index 1964628e05..c90a6666b1 100644
--- a/perl/perl-File-Remove/README
+++ b/perl/perl-File-Remove/README
@@ -1,7 +1,9 @@
perl-File-Remove (Remove files and directories).
-File::Remove::remove removes files and directories. It acts like /bin/rm, for the most part.
-Although unlink can be given a list of files, it will not remove directories; this module remedies that.
-It also accepts wildcards, * and ?, as arguments for filenames.
+File::Remove::remove removes files and directories. It acts like /bin/rm,
+for the most part. Although unlink can be given a list of files, it will
+not remove directories; this module remedies that. It also accepts
+wildcards, * and ?, as arguments for filenames.
-File::Remove::trash accepts the same arguments as remove, with the addition of an optional, infrequently used "other platforms" hashref.
+File::Remove::trash accepts the same arguments as remove, with the addition
+of an optional, infrequently used "other platforms" hashref.