summaryrefslogtreecommitdiff
path: root/Porting
Commit message (Collapse)AuthorAgeFilesLines
* Move Pod::Perldoc from lib to ext.Nicholas Clark2009-09-131-4/+6
|
* Retire uupacktool.pl. We're not in Kansas^W(Perforce & APC)-land anymore.Nicholas Clark2009-09-131-43/+0
|
* Move Pod::Simple from lib to ext.Nicholas Clark2009-09-131-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 Williams2009-09-121-1/+1
|
* Move Cwd from lib to ext.Nicholas Clark2009-09-121-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 Clark2009-09-121-1/+1
|
* Update parent to CPAN version 0.223Chris Williams2009-09-121-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 Williams2009-09-121-1/+1
|
* Moved AutoLoader from lib/ to ext/Chris Williams2009-09-121-1/+1
|
* Move File-Path from lib/ to ext/Chris Williams2009-09-111-2/+2
|
* Moved Tie-RefHash from lib/ to ext/Chris Williams2009-09-111-4/+1
|
* Move File::Temp from lib/ to ext/Chris Williams2009-09-111-2/+2
|
* Move Locale-Codes from lib/ to ext/Chris Williams2009-09-111-6/+1
|
* Moved Locale-Maketext from lib/ to ext/Chris Williams2009-09-111-8/+1
|
* Updated Maintainers.pl with the CPAN path for Locale-Maketext-Simple-0.21Chris Williams2009-09-111-1/+1
|
* Update Maintainers.pl for encoding::warningsRafael Garcia-Suarez2009-09-111-2/+3
|
* Move Locale-Maketext-Simple from lib/ to ext/Chris Williams2009-09-111-3/+1
|
* Moved Math-BigInt from lib/ to ext/Chris Williams2009-09-111-9/+2
|
* Moved Math-Complex from lib/ to ext/Chris Williams2009-09-111-7/+1
|
* Updated Math::BigRat to CPAN version 0.24Chris Williams2009-09-101-1/+1
|
* Move Math-BigRat from lib/ to ext/Chris Williams2009-09-101-8/+1
|
* Moved bignum from lib/ to ext/Chris Williams2009-09-101-5/+1
|
* Move ExtUtils::MakeMaker from lib to ext.Nicholas Clark2009-09-101-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 Clark2009-09-101-1/+1
|
* Move ExtUtils::ParseXS from lib to ext.Nicholas Clark2009-09-101-4/+1
|
* Move ExtUtils::Manifest from lib to ext.Nicholas Clark2009-09-101-6/+1
|
* Move ExtUtils::Install from lib to ext.Nicholas Clark2009-09-101-13/+2
|
* Move ExtUtils::Constant to from lib to ext.Nicholas Clark2009-09-101-7/+1
|
* Map ParseWords.pm to .../lib/Text/ParseWords.pm so that it can be used.Nicholas Clark2009-09-101-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 extNicholas Clark2009-09-101-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 Clark2009-09-091-7/+1
|
* Redo move Text::Tabs/Text::Wrap from lib to ext.Nicholas Clark2009-09-091-5/+1
| | | | | | | | | | | This reverts commit a1095a4f24eae80e3fe213e9767581fedc24e3ac, which reverted commit 4f87fa576f174a31e6d8fdb08cae76e644395db0. Conflicts: MANIFEST ext/.gitignore lib/.gitignore
* Move constant from lib/ to ext/Nicholas Clark2009-09-091-4/+1
| | | | This is the first step in moving dual-life toolchain modules into ext.
* Move Memoize from lib/ to ext/Chris Williams2009-09-081-1/+1
|
* Moved libnet from lib/ to ext/Chris Williams2009-09-081-13/+1
|
* Move CPAN from lib/ to ext/Chris Williams2009-09-081-5/+1
|
* Move Digest from lib to extVincent Pit2009-09-071-5/+1
|
* Removed the MAP from Parse-CPAN-MetaChris Williams2009-09-071-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 Williams2009-09-071-4/+1
|
* Move CGI.pm from lib to extVincent Pit2009-09-071-5/+1
|
* Move autodie from lib to extVincent Pit2009-09-071-1/+1
|
* Update IPC::Cmd to CPAN version 0.48Chris Williams2009-09-071-2/+2
|
* Updated Maintainers.pl with the location of the new CPANPLUS::Dist::Build ↵Chris Williams2009-09-071-1/+1
| | | | CPAN package
* Use an explicit case-sensitive glob, so that the patterns work everywhere.Nicholas Clark2009-09-071-0/+2
|
* Move CPANPLUS from lib/ to ext/Chris Williams2009-09-071-25/+1
|
* Move CPANPLUS::Dist::Build from lib/ to ext/Chris Williams2009-09-071-3/+1
|
* Updated Module::Loaded to CPAN version 0.06Chris Williams2009-09-071-1/+1
|
* Revert "Remove glob for ExtUtils::MakeMaker maintainers list ..."Abhijit Menon-Sen2009-09-071-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 Greer2009-09-071-1/+1
| | | | filesystems make it pick up too much.
* Move Archive::Tar from lib/ to ext/Chris Williams2009-09-061-1/+1
|