Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Now no need to run AutoSplit on lib on Win32, with DynaLoader builing in ext | Nicholas Clark | 2009-09-17 | 1 | -1/+0 |
| | | | | | This reverts the win32 part of commit 9139c7231c70a9388d718abc41e91edaf43422ec, reinstating the win32 part of commit 109e4020ef40828991be28fb05d9f269b4d92530. | ||||
* | Convert win32 to build DynaLoader with EU::MM in ext/DynaLoader | Nicholas Clark | 2009-09-17 | 1 | -1/+1 |
| | | | | | With help from Steve Hay. This converges the win32 build process with the ./Configure-based approach. | ||||
* | Rearrange ext/Memoize to the same layout as the CPAN distribution. | Nicholas Clark | 2009-09-16 | 1 | -8/+8 |
| | |||||
* | Remove the now-redundant MAP for Math::BigInt. | Nicholas Clark | 2009-09-16 | 1 | -1/+1 |
| | | | | | Undo a local rename of a test that didn't have an 8.3 name, but is still unique when truncated to 8.3 | ||||
* | Rearrange ext/File-Temp to the same layout as the CPAN distribution. | Nicholas Clark | 2009-09-16 | 1 | -1/+1 |
| | |||||
* | Rearrange ext/IO-Zlib to the same layout as the CPAN distribution. | Nicholas Clark | 2009-09-16 | 1 | -1/+1 |
| | |||||
* | Revert 109e4020 and 2da760ce for now. Win32 needs to AutoSplit DynaLoader.pm | Nicholas Clark | 2009-09-16 | 1 | -0/+2 |
| | | | | | | | | | | Khan! Win32 is special. It builds DynaLoader by hand, copies in DynaLoader.pm (and XSLoader.pm) to lib, and *then* runs, and relies on, the general AutoSplit to split them. It would be better if everything standardised on building DynaLoader via its Makefile.PL and MakeMaker. This reverts commit 2da760ceef1d2d90b3141bdeb239c7d7580be05a. This reverts commit 109e4020ef40828991be28fb05d9f269b4d92530. | ||||
* | No need to run AutoSplit on lib on Win32 or NetWare either - see ebca06e9. | Nicholas Clark | 2009-09-15 | 1 | -2/+0 |
| | |||||
* | Convert Porting/checkARGS_ASSERT.pl to a regresion test, t/lib/args_assert.t | Nicholas Clark | 2009-09-14 | 1 | -1/+1 |
| | |||||
* | Move Test::Simple from lib to ext. | Nicholas Clark | 2009-09-13 | 1 | -119/+119 |
| | |||||
* | Move Moudle::Build from lib to ext. | Nicholas Clark | 2009-09-13 | 1 | -67/+67 |
| | |||||
* | Move Unicode::Collate from lib to ext. | Nicholas Clark | 2009-09-13 | 1 | -22/+22 |
| | |||||
* | Move Time::Local from lib to ext. | Nicholas Clark | 2009-09-13 | 1 | -2/+2 |
| | |||||
* | Move PerlIO::via::QuotedPrint from lib to ext. | Nicholas Clark | 2009-09-13 | 1 | -2/+2 |
| | |||||
* | Move NEXT from lib to ext. | Nicholas Clark | 2009-09-13 | 1 | -9/+9 |
| | |||||
* | Move if from lib to ext. | Nicholas Clark | 2009-09-13 | 1 | -2/+2 |
| | |||||
* | Move Getopt::Long from lib to ext. | Nicholas Clark | 2009-09-13 | 1 | -9/+9 |
| | |||||
* | Move Test from lib to ext. | Nicholas Clark | 2009-09-13 | 1 | -10/+10 |
| | |||||
* | Oops. ext/podlators needs its Makefile.PL in MANIFEST. | Nicholas Clark | 2009-09-13 | 1 | -0/+1 |
| | |||||
* | Move Pod::Parser from lib (and t/pod) to ext. | Nicholas Clark | 2009-09-13 | 1 | -51/+51 |
| | |||||
* | Move podlators from lib to ext. | Nicholas Clark | 2009-09-13 | 1 | -27/+29 |
| | |||||
* | Move Pod::LaTeX from lib to ext. | Nicholas Clark | 2009-09-13 | 1 | -3/+3 |
| | |||||
* | Move Pod::Escapes from lib to ext. | Nicholas Clark | 2009-09-13 | 1 | -6/+6 |
| | |||||
* | Move Pod::Perldoc from lib to ext. | Nicholas Clark | 2009-09-13 | 1 | -15/+15 |
| | |||||
* | Retire uupacktool.pl. We're not in Kansas^W(Perforce & APC)-land anymore. | Nicholas Clark | 2009-09-13 | 1 | -1/+0 |
| | |||||
* | Move Pod::Simple from lib to ext. | Nicholas Clark | 2009-09-13 | 1 | -174/+174 |
| | | | | | In the process, unpack the "packed" files. These were the last files uunecoded, so now uupacktool.pl is obsolete, and can be retired. | ||||
* | Moved Class-ISA from lib/ to ext/ | Chris Williams | 2009-09-12 | 1 | -4/+4 |
| | |||||
* | Oops. 403f501d accidentally deleted the MANIFEST entry for Cwd's Makefile.PL | Nicholas Clark | 2009-09-12 | 1 | -0/+1 |
| | | | | | It can't have a Makefile.PL faked-up from make_ext.pl, beacuse it needs to define NO_PPPORT_H. | ||||
* | Move Cwd from lib to ext. | Nicholas Clark | 2009-09-12 | 1 | -2/+1 |
| | | | | | Obviously, it's going to take a bit more work to piece the PathTools distribution back together. | ||||
* | Moved parent from lib/ to ext/ | Chris Williams | 2009-09-12 | 1 | -13/+13 |
| | |||||
* | Moved AutoLoader from lib/ to ext/ | Chris Williams | 2009-09-12 | 1 | -4/+4 |
| | |||||
* | Move File-Path from lib/ to ext/ | Chris Williams | 2009-09-11 | 1 | -2/+2 |
| | |||||
* | Moved Tie-RefHash from lib/ to ext/ | Chris Williams | 2009-09-11 | 1 | -5/+5 |
| | |||||
* | No need to run AutoSplit on lib - all AutoLoader using modules are in ext. | Nicholas Clark | 2009-09-11 | 1 | -1/+0 |
| | | | | | | | | | | | | | It seems that the code in the Makefile to run AutoSplit over lib has actually been vestigial since some point *before* 5.000. Presumably, initially, Perl code for extensions was in lib, and autosplit (the precursor to AutoSplit.pm) was run on them there. Or they were copied from ext to lib first, before splitting. Fifteen year-old backup tapes refuse to give us the detailed history of the pre-5.000 period. Whatever the cause, the code was never needed - backed up by the absense of any analgous code in the Win32 Makefiles. So remove it. This happens to also remove the only use of the shell script makedir, so remove it too. | ||||
* | Move File::Temp from lib/ to ext/ | Chris Williams | 2009-09-11 | 1 | -10/+10 |
| | |||||
* | Move Locale-Codes from lib/ to ext/ | Chris Williams | 2009-09-11 | 1 | -20/+21 |
| | |||||
* | Moved Locale-Maketext from lib/ to ext/ | Chris Williams | 2009-09-11 | 1 | -15/+15 |
| | |||||
* | Updated Locale-Maketext-Simple to CPAN version 0.21 | Chris Williams | 2009-09-11 | 1 | -0/+7 |
| | |||||
* | Move Locale-Maketext-Simple from lib/ to ext/ | Chris Williams | 2009-09-11 | 1 | -3/+3 |
| | |||||
* | Move encoding::warnings to ext/ | Rafael Garcia-Suarez | 2009-09-11 | 1 | -5/+6 |
| | |||||
* | Moved Math-BigInt from lib/ to ext/ | Chris Williams | 2009-09-11 | 1 | -60/+60 |
| | |||||
* | Moved Math-Complex from lib/ to ext/ | Chris Williams | 2009-09-11 | 1 | -5/+5 |
| | |||||
* | Move Math-BigRat from lib/ to ext/ | Chris Williams | 2009-09-10 | 1 | -14/+14 |
| | |||||
* | Moved bignum from lib/ to ext/ | Chris Williams | 2009-09-10 | 1 | -26/+26 |
| | |||||
* | Sort MANIFEST | Vincent Pit | 2009-09-10 | 1 | -33/+33 |
| | |||||
* | move regex related tests out of t/op/ into t/re/ | Yves Orton | 2009-09-10 | 1 | -33/+33 |
| | |||||
* | Move t/op/rt69056.t test into t/op/subst.t | Max Maischein | 2009-09-10 | 1 | -1/+0 |
| | |||||
* | No tabs in MANIFEST | Vincent Pit | 2009-09-10 | 1 | -1/+1 |
| | |||||
* | Add rt69056.t to MANIFEST | Abhijit Menon-Sen | 2009-09-10 | 1 | -0/+1 |
| | |||||
* | Move ExtUtils::MakeMaker from lib to ext. | Nicholas Clark | 2009-09-10 | 1 | -100/+102 |
| | | | | | | | | | | t/lib/TieOut.pm is now from Test::Simple. Only the tests needed changing. The exceptions to BEGIN/PERL_CORE/INC boilerplate removal were two instances of "../.." becoming "../../../..", and changing an %INC test from "strict.pm" to "less.pm", as TestInit causes strict to be loaded via a relative path, when it loads File::Spec to convert all paths from relative to absolute. |