diff options
author | obache <obache> | 2013-09-02 12:42:13 +0000 |
---|---|---|
committer | obache <obache> | 2013-09-02 12:42:13 +0000 |
commit | de4ae87282411adaca593976de2f67dd79ea83d1 (patch) | |
tree | 233f4b4047effcbf4d2ad58ff9687ccfa6866083 /devel | |
parent | 697e8001a9b9308dbf922d06536eebfbe591b5bb (diff) | |
download | pkgsrc-de4ae87282411adaca593976de2f67dd79ea83d1.tar.gz |
Update p5-File-Util to 3.39
Revision history for Perl extension File::Util.pm
3.39
Sun Jan 6 15:54:10 CST 2013
Significant improvements in test suite, but most importantly
eliminated a bug found in make_dir() where absolute paths caused
problems on some platforms.
Fixed a bug that caused testing to fail on Solaris
3.38
Fri Jan 4 12:26:53 CST 2013
Have to abandon AutoLoader. It is simply causing too many problems
to continue using it on any level.
3.37
Thu Jan 3 12:58:55 CST 2013
Renamed atomize() to atomize_path() before anyone starts to use it;
the original name is not ideal and not descriptive of what it does.
3.36
Thu Jan 3 11:38:00 CST 2013
breakfix, Dist::Zilla failed to detect long-time prereq
Exception::Handler. This unfortunate problem broke v3.33 thru 3.35
which were taken down in short order.
3.35 - removed
3.34 - removed
3.33
Mon Dec 31 23:37:40 CST 2012
Moves everything out of autoloader that was previously in autoloader,
with the exception of the assisted error handling. In light of modern
computing, the optimizations are so minimal as to be negligible now.
There's more benefit to be had by having all methods available
at compile time.
Documentation updates.
Code cleanups. Package cleanup. Preparations to add new features.
Working to make the distribution compliant with Fedora and Debian
packaging standards. File::Util already has a maintained package for
Ubuntu.
Diffstat (limited to 'devel')
-rw-r--r-- | devel/p5-File-Util/Makefile | 5 | ||||
-rw-r--r-- | devel/p5-File-Util/distinfo | 8 |
2 files changed, 6 insertions, 7 deletions
diff --git a/devel/p5-File-Util/Makefile b/devel/p5-File-Util/Makefile index df512a44c8c..64865c5d835 100644 --- a/devel/p5-File-Util/Makefile +++ b/devel/p5-File-Util/Makefile @@ -1,9 +1,8 @@ -# $NetBSD: Makefile,v 1.7 2013/05/31 12:40:21 wiz Exp $ +# $NetBSD: Makefile,v 1.8 2013/09/02 12:42:13 obache Exp $ # -DISTNAME= File-Util-3.32 +DISTNAME= File-Util-3.39 PKGNAME= p5-${DISTNAME} -PKGREVISION= 1 CATEGORIES= devel perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=File/} diff --git a/devel/p5-File-Util/distinfo b/devel/p5-File-Util/distinfo index e0cd01ebff1..576b95a6789 100644 --- a/devel/p5-File-Util/distinfo +++ b/devel/p5-File-Util/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.2 2012/11/29 14:21:32 wen Exp $ +$NetBSD: distinfo,v 1.3 2013/09/02 12:42:13 obache Exp $ -SHA1 (File-Util-3.32.tar.gz) = cb5a5be242230f429aaa78c31062f80eb85ec124 -RMD160 (File-Util-3.32.tar.gz) = 793a6ccde496ca8316866013259f88070b5d28e3 -Size (File-Util-3.32.tar.gz) = 49081 bytes +SHA1 (File-Util-3.39.tar.gz) = 08b8cbca30c754e6885213f497fc6859cd8a29ee +RMD160 (File-Util-3.39.tar.gz) = 70d35f51e047a6d884cb02bee780185f15621d91 +Size (File-Util-3.39.tar.gz) = 61172 bytes |