summaryrefslogtreecommitdiffstats
path: root/perl
diff options
context:
space:
mode:
author B. Watson2022-03-14 08:57:43 +0100
committer B. Watson2022-03-14 08:57:43 +0100
commit36d0b60c7309aa984297b7c589eb32b0e65b110b (patch)
tree4994e9aea3d9b4b3cd0676d3db6d79ce244e9905 /perl
parent4d72ecdf69c4585afc75cf1f1e406f489b7fc5c6 (diff)
downloadslackbuilds-36d0b60c7309aa984297b7c589eb32b0e65b110b.tar.gz
perl/perl-File-Remove: Wrap README at 72 columns.
Signed-off-by: B. Watson <yalhcru@gmail.com>
Diffstat (limited to 'perl')
-rw-r--r--perl/perl-File-Remove/README12
1 files changed, 6 insertions, 6 deletions
diff --git a/perl/perl-File-Remove/README b/perl/perl-File-Remove/README
index c90a6666b1..8961f78526 100644
--- a/perl/perl-File-Remove/README
+++ b/perl/perl-File-Remove/README
@@ -1,9 +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.