summaryrefslogtreecommitdiff
path: root/MANIFEST
Commit message (Collapse)AuthorAgeFilesLines
* Now no need to run AutoSplit on lib on Win32, with DynaLoader builing in extNicholas Clark2009-09-171-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/DynaLoaderNicholas Clark2009-09-171-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 Clark2009-09-161-8/+8
|
* Remove the now-redundant MAP for Math::BigInt.Nicholas Clark2009-09-161-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 Clark2009-09-161-1/+1
|
* Rearrange ext/IO-Zlib to the same layout as the CPAN distribution.Nicholas Clark2009-09-161-1/+1
|
* Revert 109e4020 and 2da760ce for now. Win32 needs to AutoSplit DynaLoader.pmNicholas Clark2009-09-161-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 Clark2009-09-151-2/+0
|
* Convert Porting/checkARGS_ASSERT.pl to a regresion test, t/lib/args_assert.tNicholas Clark2009-09-141-1/+1
|
* Move Test::Simple from lib to ext.Nicholas Clark2009-09-131-119/+119
|
* Move Moudle::Build from lib to ext.Nicholas Clark2009-09-131-67/+67
|
* Move Unicode::Collate from lib to ext.Nicholas Clark2009-09-131-22/+22
|
* Move Time::Local from lib to ext.Nicholas Clark2009-09-131-2/+2
|
* Move PerlIO::via::QuotedPrint from lib to ext.Nicholas Clark2009-09-131-2/+2
|
* Move NEXT from lib to ext.Nicholas Clark2009-09-131-9/+9
|
* Move if from lib to ext.Nicholas Clark2009-09-131-2/+2
|
* Move Getopt::Long from lib to ext.Nicholas Clark2009-09-131-9/+9
|
* Move Test from lib to ext.Nicholas Clark2009-09-131-10/+10
|
* Oops. ext/podlators needs its Makefile.PL in MANIFEST.Nicholas Clark2009-09-131-0/+1
|
* Move Pod::Parser from lib (and t/pod) to ext.Nicholas Clark2009-09-131-51/+51
|
* Move podlators from lib to ext.Nicholas Clark2009-09-131-27/+29
|
* Move Pod::LaTeX from lib to ext.Nicholas Clark2009-09-131-3/+3
|
* Move Pod::Escapes from lib to ext.Nicholas Clark2009-09-131-6/+6
|
* Move Pod::Perldoc from lib to ext.Nicholas Clark2009-09-131-15/+15
|
* Retire uupacktool.pl. We're not in Kansas^W(Perforce & APC)-land anymore.Nicholas Clark2009-09-131-1/+0
|
* Move Pod::Simple from lib to ext.Nicholas Clark2009-09-131-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 Williams2009-09-121-4/+4
|
* Oops. 403f501d accidentally deleted the MANIFEST entry for Cwd's Makefile.PLNicholas Clark2009-09-121-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 Clark2009-09-121-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 Williams2009-09-121-13/+13
|
* Moved AutoLoader from lib/ to ext/Chris Williams2009-09-121-4/+4
|
* Move File-Path from lib/ to ext/Chris Williams2009-09-111-2/+2
|
* Moved Tie-RefHash from lib/ to ext/Chris Williams2009-09-111-5/+5
|
* No need to run AutoSplit on lib - all AutoLoader using modules are in ext.Nicholas Clark2009-09-111-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 Williams2009-09-111-10/+10
|
* Move Locale-Codes from lib/ to ext/Chris Williams2009-09-111-20/+21
|
* Moved Locale-Maketext from lib/ to ext/Chris Williams2009-09-111-15/+15
|
* Updated Locale-Maketext-Simple to CPAN version 0.21Chris Williams2009-09-111-0/+7
|
* Move Locale-Maketext-Simple from lib/ to ext/Chris Williams2009-09-111-3/+3
|
* Move encoding::warnings to ext/Rafael Garcia-Suarez2009-09-111-5/+6
|
* Moved Math-BigInt from lib/ to ext/Chris Williams2009-09-111-60/+60
|
* Moved Math-Complex from lib/ to ext/Chris Williams2009-09-111-5/+5
|
* Move Math-BigRat from lib/ to ext/Chris Williams2009-09-101-14/+14
|
* Moved bignum from lib/ to ext/Chris Williams2009-09-101-26/+26
|
* Sort MANIFESTVincent Pit2009-09-101-33/+33
|
* move regex related tests out of t/op/ into t/re/Yves Orton2009-09-101-33/+33
|
* Move t/op/rt69056.t test into t/op/subst.tMax Maischein2009-09-101-1/+0
|
* No tabs in MANIFESTVincent Pit2009-09-101-1/+1
|
* Add rt69056.t to MANIFESTAbhijit Menon-Sen2009-09-101-0/+1
|
* Move ExtUtils::MakeMaker from lib to ext.Nicholas Clark2009-09-101-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.