Re: [perl #24774] eval + format - \n = pp_ctl.c assertion
[p5sagit/p5-mst-13.2.git] / ext / Cwd / Changes
CommitLineData
fb8d82a2 1Revision history for Perl extension Cwd.
2
32.12 Fri Dec 19 17:04:52 CST 2003
4
5 - Fixed a bug on Cygwin - the output of realpath() should have been
6 tainted, but wasn't. [Reported by Tom Wyant]
7
82.10 Mon Dec 15 07:50:12 CST 2003
9
10 (Note that this release was mistakenly packaged as version 2.11, even
11 though it had an internal $VERSION variable of 2.10. Not sure how
12 THAT happened...)
13
14 - There was a dependency in the Makefile.PL on Module::Build, which
15 isn't necessary. I've removed it.
16
172.09 Thu Dec 11 20:30:58 CST 2003
18
19 - The module should now build & install using version 5.6 of perl.
20
21 - We now note a build-time dependency on version 0.19 of
22 Module::Build, which is necessary because we don't use the standard
23 lib/-based file layout. No version of Module::Build is required if
24 you use the Makefile.PL, just if you use the Build.PL .
25
26 - Removed some gratuitous uses of 5.6-isms like our(), with the aim
27 of backporting this module to perl 5.005.
28
29 - Simplified all code that autoloads Carp.pm and calls
30 carp()/croak().
31
32 - Removed some redundant OS/2 code at the suggestion of Michael
33 Schwern and Ilya Zakharevich.
34
35 - Make sure the correct version of Cwd.pm is loaded in the regression
36 tests. [Sam Vilain]
37
382.08 Wed Oct 15 20:56 CDT 2003
39
40 - Code extracted from perl 5.8.1 and packaged as a separate CPAN
41 release by Ken Williams.
42