Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Move Pod::Perldoc from lib to ext. | Nicholas Clark | 2009-09-13 | 1 | -4/+6 |
| | |||||
* | Retire uupacktool.pl. We're not in Kansas^W(Perforce & APC)-land anymore. | Nicholas Clark | 2009-09-13 | 1 | -43/+0 |
| | |||||
* | Move Pod::Simple from lib to ext. | Nicholas Clark | 2009-09-13 | 1 | -4/+1 |
| | | | | | 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 | -1/+1 |
| | |||||
* | Move Cwd from lib to ext. | Nicholas Clark | 2009-09-12 | 1 | -2/+0 |
| | | | | | Obviously, it's going to take a bit more work to piece the PathTools distribution back together. | ||||
* | Fix typo for the FILES for AutoLoader, introduced in 4677aef710c2. | Nicholas Clark | 2009-09-12 | 1 | -1/+1 |
| | |||||
* | Update parent to CPAN version 0.223 | Chris Williams | 2009-09-12 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | | | From Changes: 0.223 20090901 . No functional changes, no need to upgrade + Fix Makefile.PL so that (re)installing parent under 5.10.1+ installs into perl/ instead of site/, patched by J.D.Hedden fixes RT #49328 0.222 20090828 . No functional changes, no need to upgrade + Documentation fix suggested by Clinton Gormley + Test fix for Perl compiled without PMC support, spotted and fixed by Nicholas Clark + Distribution changes to placate Module::Release | ||||
* | Moved parent from lib/ to ext/ | Chris Williams | 2009-09-12 | 1 | -1/+1 |
| | |||||
* | Moved AutoLoader from lib/ to ext/ | Chris Williams | 2009-09-12 | 1 | -1/+1 |
| | |||||
* | 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 | -4/+1 |
| | |||||
* | Move File::Temp from lib/ to ext/ | Chris Williams | 2009-09-11 | 1 | -2/+2 |
| | |||||
* | Move Locale-Codes from lib/ to ext/ | Chris Williams | 2009-09-11 | 1 | -6/+1 |
| | |||||
* | Moved Locale-Maketext from lib/ to ext/ | Chris Williams | 2009-09-11 | 1 | -8/+1 |
| | |||||
* | Updated Maintainers.pl with the CPAN path for Locale-Maketext-Simple-0.21 | Chris Williams | 2009-09-11 | 1 | -1/+1 |
| | |||||
* | Update Maintainers.pl for encoding::warnings | Rafael Garcia-Suarez | 2009-09-11 | 1 | -2/+3 |
| | |||||
* | Move Locale-Maketext-Simple from lib/ to ext/ | Chris Williams | 2009-09-11 | 1 | -3/+1 |
| | |||||
* | Moved Math-BigInt from lib/ to ext/ | Chris Williams | 2009-09-11 | 1 | -9/+2 |
| | |||||
* | Moved Math-Complex from lib/ to ext/ | Chris Williams | 2009-09-11 | 1 | -7/+1 |
| | |||||
* | Updated Math::BigRat to CPAN version 0.24 | Chris Williams | 2009-09-10 | 1 | -1/+1 |
| | |||||
* | Move Math-BigRat from lib/ to ext/ | Chris Williams | 2009-09-10 | 1 | -8/+1 |
| | |||||
* | Moved bignum from lib/ to ext/ | Chris Williams | 2009-09-10 | 1 | -5/+1 |
| | |||||
* | Move ExtUtils::MakeMaker from lib to ext. | Nicholas Clark | 2009-09-10 | 1 | -21/+1 |
| | | | | | | | | | | 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. | ||||
* | Move ExtUtils::CBuilder from lib to ext. | Nicholas Clark | 2009-09-10 | 1 | -1/+1 |
| | |||||
* | Move ExtUtils::ParseXS from lib to ext. | Nicholas Clark | 2009-09-10 | 1 | -4/+1 |
| | |||||
* | Move ExtUtils::Manifest from lib to ext. | Nicholas Clark | 2009-09-10 | 1 | -6/+1 |
| | |||||
* | Move ExtUtils::Install from lib to ext. | Nicholas Clark | 2009-09-10 | 1 | -13/+2 |
| | |||||
* | Move ExtUtils::Constant to from lib to ext. | Nicholas Clark | 2009-09-10 | 1 | -7/+1 |
| | |||||
* | Map ParseWords.pm to .../lib/Text/ParseWords.pm so that it can be used. | Nicholas Clark | 2009-09-10 | 1 | -0/+5 |
| | | | | | | make_ext.pl needs to add a directory containing Text/ParseWords.pm into $ENV{PERL5LIB} so that ExtUtils::MakeMaker can require it on Win32. Hopefully the upstream CPAN distribution will be re-shuffled to match. | ||||
* | Redo moving Text::ParseWords from lib to ext | Nicholas Clark | 2009-09-10 | 1 | -5/+1 |
| | | | | | | | | | | This reverts commit 3fcda861606b23c12f4356df2a20543dc1c1779b, but adds ext/Text-ParseWords to the list of directories that make_ext.pl should put into $ENV{PERL5LIB}. Conflicts: MANIFEST | ||||
* | Move ExtUtils::Command from lib to ext. | Nicholas Clark | 2009-09-09 | 1 | -7/+1 |
| | |||||
* | Redo move Text::Tabs/Text::Wrap from lib to ext. | Nicholas Clark | 2009-09-09 | 1 | -5/+1 |
| | | | | | | | | | | | This reverts commit a1095a4f24eae80e3fe213e9767581fedc24e3ac, which reverted commit 4f87fa576f174a31e6d8fdb08cae76e644395db0. Conflicts: MANIFEST ext/.gitignore lib/.gitignore | ||||
* | Move constant from lib/ to ext/ | Nicholas Clark | 2009-09-09 | 1 | -4/+1 |
| | | | | This is the first step in moving dual-life toolchain modules into ext. | ||||
* | Move Memoize from lib/ to ext/ | Chris Williams | 2009-09-08 | 1 | -1/+1 |
| | |||||
* | Moved libnet from lib/ to ext/ | Chris Williams | 2009-09-08 | 1 | -13/+1 |
| | |||||
* | Move CPAN from lib/ to ext/ | Chris Williams | 2009-09-08 | 1 | -5/+1 |
| | |||||
* | Move Digest from lib to ext | Vincent Pit | 2009-09-07 | 1 | -5/+1 |
| | |||||
* | Removed the MAP from Parse-CPAN-Meta | Chris Williams | 2009-09-07 | 1 | -4/+0 |
| | | | | | | [22:28] <@vincent> BinGOs: I think you should also have removed the MAP entry for Parse::CPAN::Meta in Porting/Maintainers.pl [22:30] <@BinGOs> yarp. | ||||
* | Move Parse::CPAN::Meta from lib/ to ext/ | Chris Williams | 2009-09-07 | 1 | -4/+1 |
| | |||||
* | Move CGI.pm from lib to ext | Vincent Pit | 2009-09-07 | 1 | -5/+1 |
| | |||||
* | Move autodie from lib to ext | Vincent Pit | 2009-09-07 | 1 | -1/+1 |
| | |||||
* | Update IPC::Cmd to CPAN version 0.48 | Chris Williams | 2009-09-07 | 1 | -2/+2 |
| | |||||
* | Updated Maintainers.pl with the location of the new CPANPLUS::Dist::Build ↵ | Chris Williams | 2009-09-07 | 1 | -1/+1 |
| | | | | CPAN package | ||||
* | Use an explicit case-sensitive glob, so that the patterns work everywhere. | Nicholas Clark | 2009-09-07 | 1 | -0/+2 |
| | |||||
* | Move CPANPLUS from lib/ to ext/ | Chris Williams | 2009-09-07 | 1 | -25/+1 |
| | |||||
* | Move CPANPLUS::Dist::Build from lib/ to ext/ | Chris Williams | 2009-09-07 | 1 | -3/+1 |
| | |||||
* | Updated Module::Loaded to CPAN version 0.06 | Chris Williams | 2009-09-07 | 1 | -1/+1 |
| | |||||
* | Revert "Remove glob for ExtUtils::MakeMaker maintainers list ..." | Abhijit Menon-Sen | 2009-09-07 | 1 | -1/+1 |
| | | | | | | This reverts commit b891574d804847cc41ef9f68116b70cf3e8ff603 because Nick said "So I'd prefer to know *why* Win32's globbing behaves wrongly, rather than just patching the symptoms." | ||||
* | Remove glob for ExtUtils::MakeMaker maintainers list as case-insensitive ↵ | George Greer | 2009-09-07 | 1 | -1/+1 |
| | | | | filesystems make it pick up too much. | ||||
* | Move Archive::Tar from lib/ to ext/ | Chris Williams | 2009-09-06 | 1 | -1/+1 |
| |