|
1 |
| -6.22 |
| 1 | +6.25 Wed Dec 15 06:59:46 EST 2004 |
| 2 | + - Build.PL was being considered like Module_pm.PL. Build.PL is now |
| 3 | + ignored. [ [email protected]] [rt.cpan.org 8809] |
| 4 | + - Devel::Cover cover_db/ directory now ignored by MANIFEST.SKIP |
| 5 | + |
| 6 | +6.24_01 Thu Dec 9 00:44:48 EST 2004 |
| 7 | + - Docs encouraged possibly insecure use of /tmp [CAN-2004-0976 via Debian] |
| 8 | + - Remove empty rpath from .so files [bleadperl@23183] |
| 9 | + - At long last the core man page title has its apostrophe. |
| 10 | + - BeOS tests fixed [Ingo Weinhold] [perlbug #32717] |
| 11 | + - Putting a pm_to_blib target back (alias of pm_to_blib.ts) in case |
| 12 | + anyone was depending on it being there (mod_perl was). |
| 13 | + |
| 14 | +6.24 Tue Nov 30 15:35:13 EST 2004 |
| 15 | + - dir_target() was accidentally named dir_targets() causing problems |
| 16 | + installing some Tk modules. |
| 17 | + |
| 18 | +6.23 Fri Nov 26 16:01:50 EST 2004 |
| 19 | + - MM_MacOS lost its $VERSION causing some CPAN indexing problems. Enough |
| 20 | + people noticed this to warrant a quick release. |
| 21 | + |
| 22 | +6.22 Tue Nov 23 22:22:22 EST 2004 |
| 23 | + - Minor glitch in Command.t test on Win32 [thanks Steve Hay] |
| 24 | + * Fixed MANIFEST.SKIP so it avoids all the new *.ts files. |
| 25 | + - Don't spuriously define pasthru arguments |
| 26 | + |
| 27 | +6.21_03 Sat Apr 3 2004 |
| 28 | + - pm_to_blib and blibdirs stamp files now pm_to_blib.ts and blibdirs.ts |
| 29 | + everywhere because some filesystems insist you have a dot in the |
| 30 | + filename. This eliminates a bunch of special case code. |
2 | 31 | - Minor potential glitch in the version check logic.
|
3 | 32 | - Making Makefile rebuild logic more resistant to inconsequential
|
4 | 33 | errors when cleaning up things that are going to be rebuilt anyway.
|
5 | 34 | - Adding SCCS to the list of directories in MANIFEST.SKIP.
|
6 |
| - - Fixing blibdirs so it doesn't rebuild every make run. |
7 |
| - - Using a more conservative MAX_EXEC_LEN for Win98 to allow building |
| 35 | + * Fixing blibdirs so it doesn't rebuild every make run. |
| 36 | + * Using a more conservative MAX_EXEC_LEN for Win98 to allow building |
8 | 37 | large modules like Encode. [Greg Matheson]
|
9 |
| - - test target mangled by dmake. Doesn't seem to like q{}. |
| 38 | + * test target mangled by dmake. Doesn't seem to like q{}. |
10 | 39 | [Greg Matheson]
|
11 | 40 | - instmodsh now using Archive::Tar to create archives if available.
|
12 | 41 | [Slaven Rezic]
|
13 | 42 | - instmodsh now using more portable tar flags to create archives.
|
14 | 43 | [Slaven Rezic]
|
15 | 44 | - Added FAQ entry for "How do I use a module without installing it?"
|
16 | 45 | and "How do I keep from installing man pages?" [Joe Cromie]
|
| 46 | + - Fixed finding the default MANIFEST.SKIP if its on a different volume |
| 47 | + [Ilya Zakharevich] |
| 48 | + - When building Perl, we had a chance of picking up the old installed |
| 49 | + xsubpp from @INC [Andreas Koenig] |
| 50 | + - makeaperl() now a bit more intellegent about ignoring perl libraries |
| 51 | + not called libperl. [Ilya Zakharevich bleadperl@22032] |
| 52 | + * MacOS Classic (MacPerl) is no longer supported. Please use |
| 53 | + Module::Build instead. |
| 54 | + * Restored pm_to_blib.ts so pm_to_blib generation will be quiessent on |
| 55 | + VMS. [rt 4675] |
| 56 | + - For simplicity, dir_target() is now a no-op. Should not effect any |
| 57 | + existing uses. |
| 58 | + - Converted utility commands from using $(PERLRUN) to $(ABSPERLRUN). |
| 59 | + This allows distclean to work with SDBM_File. [rt 5616] |
| 60 | + - realclean was using "rm -f" instead of "rm -rf" meaning directories |
| 61 | + wouldn't be properly cleaned. Caused by bleadperl@7952. [rt 5208] |
| 62 | + - fixpath() could undo wraplist() on VMS [rt 4955] |
| 63 | + - ensure ExtUtils::Command::rm_f deletes all versions of a file on VMS |
| 64 | + [rt 4687] |
| 65 | + - hint.t generating improperly named hint files on OS's where $^O |
| 66 | + contains a '.'. They should be converted to underscores. Test |
| 67 | + mistake, not a bug. [rt 5365] |
| 68 | + - Fixed ExtUtils::Command::chmod() so it will work on directories on |
| 69 | + VMS. [rt 4676] |
| 70 | + - parse_version.t was using no_plan causing trouble on older T::Hs. |
| 71 | + [rt 5633] |
17 | 72 |
|
18 | 73 | 6.21 Tue Nov 11 00:12:56 PST 2003
|
19 | 74 | - NetBSD was looking in INSTALLARCHLIB/CORE for libperl instead of
|
|
0 commit comments