Subject: CVS commit: pkgsrc/devel/p5-PathTools
To: None <pkgsrc-changes@NetBSD.org>
From: Thomas Klausner <wiz@netbsd.org>
List: pkgsrc-changes
Date: 10/27/2007 12:20:26
Module Name: pkgsrc
Committed By: wiz
Date: Sat Oct 27 12:20:26 UTC 2007
Modified Files:
pkgsrc/devel/p5-PathTools: Makefile distinfo
Log Message:
Update to 3.25:
Revision history for Perl distribution PathTools.
- Added a workaround for auto-vivication-of-function-args Perl bug
(triggered by OS/2-specific code). [Ilya Zakharevich]
- Sync with a bleadperl change: miniperl can no longer use Win32::*
functions because it cannot load Win32.dll. [Jan Dubois]
- We only need to load ppport.h when building outside the core, so we
avoid using it when in the core.
3.24 - Sun Nov 19 22:52:49 2006
- Fixed a bug in the $ENV{PWD}-updating of Cwd::chdir() when a
dirhandle is passed in. [Steve Peters]
- Add perl 5.005 to the list of requirements in the
Build.PL/Makefile.PL/META.yml.
- Add ExtUtils::CBuilder to the list of build_requires in Build.PL.
- Improved performance of canonpath() on Unix-ish platforms - on my
OS X laptop it looks like it's about twice as fast. [Ruslan Zakirov]
To generate a diff of this commit:
cvs rdiff -r1.3 -r1.4 pkgsrc/devel/p5-PathTools/Makefile
cvs rdiff -r1.2 -r1.3 pkgsrc/devel/p5-PathTools/distinfo
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.