mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-16 19:50:19 +01:00
perl/perl-File-Remove: Wrap README at 72 columns.
Signed-off-by: B. Watson <yalhcru@gmail.com>
This commit is contained in:
parent
4d72ecdf69
commit
36d0b60c73
1 changed files with 6 additions and 6 deletions
|
@ -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.
|
||||
|
|
Loading…
Reference in a new issue