summaryrefslogtreecommitdiff
path: root/sysutils/p5-File-Remove
AgeCommit message (Collapse)AuthorFilesLines
2007-02-18Update to 0.34:wiz2-6/+6
0.34 Mon Nov 6 2006 - Update t/03 to skip the "is this file not writable" test when it would fail because the tests are being run by root (as sometimes happens when installing Perl modules). --Jesse Vincent 0.33 Tue 24 Oct 2006 - Previous release tested ok. - Incrementing for production release. - No functional changes 0.32_01 Mon 23 Oct 2006 - Use File::Spec to clean/canon paths instead of hand-stripping trailing slash - Apply the File::Path "safe" check manually for the root only, and use File::Path itself with safe OFF, so that we can handle deleting deep readonly files (and do it properly on VMS) - Added a test for the deletion of deep readonly files - Removing the use of "our" variables to try and get the Perl version dependency back to at least 5.005. - Report "deleted" for non-existant files they want to delete - Report the path they pass, but for dir USE a File::Spec->canonpath
2006-01-03Update to 0.31:wiz2-6/+6
0.31 Wed Dec 28 17:40:00 2005 - Applied Eric Hanchrow's patch to support filenames with spaces. - Skip recycle tests unless recycle/trash support is available.
2005-11-23Update to 0.30:wiz2-7/+6
0.30 Wed Jul 14 19:12:00 2005 - Applied CNANDOR's patch to fix trash() support on OS X 10.4.
2005-08-06Bump the PKGREVISIONs of all (638) packages that hardcode the locationsjlam1-1/+2
of Perl files to deal with the perl-5.8.7 update that moved all pkgsrc-installed Perl files into the "vendor" directories.
2005-07-13Turn PERL5_PACKLIST into a relative path instead of an absolute path.jlam1-2/+2
These paths are now relative to PERL5_PACKLIST_DIR, which currently defaults to ${PERL5_SITEARCH}. There is no change to the binary packages.
2005-06-24Use HOMEPAGE that is not version-specific.wiz1-2/+2
2005-04-23- Add in sysutils CATEGORYadrianp1-2/+2
2005-04-23File::Remove::remove removes files and directories. It acts like /bin/rm,adrianp4-0/+27
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.