B. Watson 36d0b60c73 perl/perl-File-Remove: Wrap README at 72 columns. 2 years ago
..
README 36d0b60c73 perl/perl-File-Remove: Wrap README at 72 columns. 2 years ago
perl-File-Remove.SlackBuild 63daf9f79a All: Support $PRINT_PACKAGE_NAME env var 3 years ago
perl-File-Remove.info bdd75adac4 perl/perl-File-Remove: Updated for version 1.60 3 years ago
slack-desc 5a2075b991 perl/perl-File-Remove: Updated for version 1.57. 8 years ago

README

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::trash accepts the same arguments as remove, with the
addition of an optional, infrequently used "other platforms" hashref.