slackbuilds/perl/perl-File-Remove
B. Watson dc59ae3f28
perl/perl-File-Remove: Standardize maintainer info.
Signed-off-by: B. Watson <urchlay@slackware.uk>

Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
2024-08-17 18:14:23 +07:00
..
README perl/perl-File-Remove: Wrap README at 72 columns. 2022-03-14 03:57:43 -04:00
perl-File-Remove.SlackBuild perl/perl-File-Remove: Updated for version 1.61 2022-10-13 10:19:16 +07:00
perl-File-Remove.info perl/perl-File-Remove: Standardize maintainer info. 2024-08-17 18:14:23 +07:00
slack-desc

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.