pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/devel/p5-PathTools
Module Name: pkgsrc
Committed By: wiz
Date: Sun Feb 22 18:09:24 UTC 2009
Modified Files:
pkgsrc/devel/p5-PathTools: Makefile distinfo
Log Message:
Update to 3.29:
3.29 - Wed Oct 29 20:48:11 2008
- Promote to stable release.
3.28_03 - Mon Oct 27 22:12:11 2008
- In Cwd.pm, pass the un-munged $VERSION to XSLoader/DynaLoader,
otherwise development releases fail tests on Win32.
3.28_02 - Mon Oct 27 20:13:11 2008
- Fixed some issues on QNX/NTO related to paths with double
slashes. [Matt Kraai & Nicholas Clark]
3.28_01 - Fri Jul 25 21:18:11 2008
- Fixed and clarified the behavior of splitpath() with a $no_file
argument on VMS. [Craig A. Berry, Peter Edwards]
- Removed some function prototypes and other Perl::Critic violations.
- canonpath() and catdir() and catfile() on Win32 now make an
explicit (and unnecessary) copy of their arguments right away,
because apparently if we don't, we sabotage all of Win32dom. [RT
#33675]
- The Makefile.PL now has 'use 5.005;' to explicitly show what
minimum version of perl we support. [Spotted by Alexandr Ciornii]
3.2701 - Mon Feb 11 21:43:51 2008
- Fixed an edge case for Win32 catdir('C:', 'foo') and catfile('C:',
'foo.txt') (which the caller's not really supposed to do, that's
what catpath() is for) that changed between versions. Now we're
back to the old behavior, which was to return C:\foo and C:\foo.txt .
[Audrey Tang]
To generate a diff of this commit:
cvs rdiff -r1.7 -r1.8 pkgsrc/devel/p5-PathTools/Makefile
cvs rdiff -r1.4 -r1.5 pkgsrc/devel/p5-PathTools/distinfo
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Home |
Main Index |
Thread Index |
Old Index