diff options
author | wiz <wiz@pkgsrc.org> | 2007-02-18 02:03:34 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2007-02-18 02:03:34 +0000 |
commit | d39981d015c7755b8824fd273abeac17722ad260 (patch) | |
tree | 9da4a0a1ba4f08c39dd79bae3e513cef3fa78c44 /sysutils/p5-File-Remove/Makefile | |
parent | 9c93286dd45c4c3733c207bc2af2c56e17df9f43 (diff) | |
download | pkgsrc-d39981d015c7755b8824fd273abeac17722ad260.tar.gz |
Update to 0.34:
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
Diffstat (limited to 'sysutils/p5-File-Remove/Makefile')
-rw-r--r-- | sysutils/p5-File-Remove/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sysutils/p5-File-Remove/Makefile b/sysutils/p5-File-Remove/Makefile index 348d4533203..fb0296d11e3 100644 --- a/sysutils/p5-File-Remove/Makefile +++ b/sysutils/p5-File-Remove/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.7 2006/01/03 17:36:31 wiz Exp $ +# $NetBSD: Makefile,v 1.8 2007/02/18 02:03:34 wiz Exp $ -DISTNAME= File-Remove-0.31 +DISTNAME= File-Remove-0.34 PKGNAME= p5-${DISTNAME} CATEGORIES= perl5 sysutils MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=File/} |