summaryrefslogtreecommitdiff
path: root/MANIFEST
Commit message (Collapse)AuthorAgeFilesLines
* Build perltoc.pod, rather than shipping it. This way it can't get out of date.Nicholas Clark2009-04-211-1/+0
|
* Move vms/perlvms.pod to pod/ and update the Makfiles and Makefile generators.Nicholas Clark2009-04-201-2/+2
|
* Remove ExtUtils::MM_HaikuRafael Garcia-Suarez2009-04-181-1/+0
| | | | | It's no longer in the official MakeMaker, and is incorporated in MM_BeOS.
* fix trivial typo in MANIFESTDavid Mitchell2009-04-181-1/+1
|
* Generate perlapi.pod and perlintern.pod at build time, instead of shipping them.Nicholas Clark2009-04-181-2/+0
|
* [PATCH] Update CPAN.pm to 1.93_52Andreas J. Koenig2009-04-131-1/+1
|
* Remove Makefile.PLs that make_ext.pl can automatically generate.Nicholas Clark2009-04-131-6/+0
| | | | | | (For core modules, or where the dual life module on CPAN has a Makefile.PL that is not the same. AUTHOR is only used for the ppm target, which the core doesn't need.)
* Convert xsutils.c and lib/attributes.pm to a regular XS extension.Nicholas Clark2009-04-121-2/+2
|
* Eliminate "Old Perl threads tutorial", which describes 5005 threads.Nicholas Clark2009-04-121-1/+0
| | | | pod/perlthrtut.pod is the same material reworked for ithreads.
* Sort the MANIFEST.Nicholas Clark2009-04-121-231/+231
|
* Remove attrs, which has been deprecated since 1999/10/02.Nicholas Clark2009-04-121-4/+0
|
* make_ext.pl's automatic Makefile.PL generation can write a suitalbe Makfile.PLNicholas Clark2009-03-261-1/+0
|
* make_ext.pl's automatic Makefile.PL generation can write these five for us.Nicholas Clark2009-03-261-5/+0
|
* Move Module:Pluggable tests from t/Module_Pluggable to ext/Module_Pluggable/tNicholas Clark2009-03-251-60/+60
|
* update MANIFEST for file removed by 16bf6aa6d68d98291990dcdbb6c884269bf80b18David Mitchell2009-03-221-1/+0
|
* Upgrade to Module-Pluggable-3.9Steve Hay2009-03-191-0/+4
|
* Remove directories from manifestRafael Garcia-Suarez2009-03-151-21/+0
|
* Create IO-CompressPaul Marquess2009-03-151-118/+153
|
* lib/Text/TabsWrap/t/dnsparks.t should skip under TEST too, so remove it.Nicholas Clark2009-03-081-1/+0
| | | | (It's not a "regular" test, and purposefully doesn't output well-formed TAP.)
* Add a bunch of missing files to the MANIFESTRafael Garcia-Suarez2009-03-071-0/+6
|
* Upgrade to Test-Harness-3.16Steve Hay2009-03-061-0/+8
| | | | | But keep Test/Harness -> Test-Harness changes from commit f715bbfb20b232d289d3eddf42aec434ddd9dd4c and do likewise in new files file.t and harness-bailout.t too.
* Update Archive::Tar to 1.46Jos I. Boumans2009-03-051-0/+1
|
* Updated MANIFEST for autodie 1.999Paul Fenwick2009-03-051-2/+4
|
* Remove the MANIFEST from Compress-Raw-Bzip2Rafael Garcia-Suarez2009-03-031-1/+0
| | | | (it wasn't the same in the CPAN distribution anyway)
* Integrate Parse::CPAN::Meta 0.04 into coreSteffen Mueller2009-03-021-0/+20
|
* Update CPANPLUS to 0.85_06Jos I. Boumans2009-03-021-0/+9
|
* Add Compress-Raw-Bzip2, by Paul MarquessRafael Garcia-Suarez2009-03-011-0/+30
|
* test script for deprecate.pmRobin Barker2009-02-251-0/+3
| | | | | | | | First pass at tests for deprecate.pm. Had to modify the module to provide an interface for testing - need to provide fake install directories, but deprecated reads from %Config::Config, which is read only.
* Update to Module::Build 0.31_04 (with a tweak to MBTest.pm)Nicholas Clark2009-02-231-0/+1
|
* Add deprecate.pm. Deprecate shipping Switch.pm in the core distribution.Nicholas Clark2009-02-231-0/+1
|
* Remove double slash in MANIFESTRafael Garcia-Suarez2009-02-121-1/+1
| | | | (so Porting/manicheck does not complain)
* Move Attribute::Handlers from lib to ext. The layout in ext is the same as theNicholas Clark2009-02-121-21/+21
| | | | CPAN distribution, which simplifies dual life module maintenance.
* make_ext.pl now generates a Makefile.PL if needed.Nicholas Clark2009-02-121-1/+0
| | | | Remove ext/Safe/Makefile.PL as a proof of concept.
* Upgrade to Math-Complex-1.56Steve Hay2009-02-121-0/+1
|
* Fix MANIFEST for CPAN 1.93_51 inclusionRafael Garcia-Suarez2009-02-121-14/+15
|
* Update CPAN.pm to 1.93_51Andreas Koenig2009-02-121-4/+21
|
* Move Safe.pm into ext/Safe, and temporarily give it a Makfile.PLNicholas Clark2009-02-101-1/+2
|
* Rename ext/threads/shared to ext/threads-sharedNicholas Clark2009-02-091-22/+22
|
* Rename ext/XS/Typemap to ext/XS-TypemapNicholas Clark2009-02-091-7/+7
|
* Rename ext/XS/APItest to ext/XS-APItestNicholas Clark2009-02-091-21/+21
|
* Rename ext/Unicode/Normalize to ext/Unicode-NormalizeNicholas Clark2009-02-091-16/+16
|
* Rename ext/Time/Piece to ext/Time-PieceNicholas Clark2009-02-091-13/+13
|
* Rename ext/Time/HiRes to ext/Time-HiResNicholas Clark2009-02-091-16/+16
|
* Rename ext/Text/Soundex to ext/Text-SoundexNicholas Clark2009-02-091-6/+6
|
* Rename ext/Test/Harness to ext/Test-HarnessNicholas Clark2009-02-091-170/+170
|
* Rename ext/Sys/Hostname to ext/Sys-HostnameNicholas Clark2009-02-091-4/+4
|
* Rename ext/PerlIO/via to ext/PerlIO-viaNicholas Clark2009-02-091-5/+5
|
* Rename ext/PerlIO/scalar to ext/PerlIO-scalarNicholas Clark2009-02-091-5/+5
|
* Rename ext/PerlIO/encoding to ext/PerlIO-encodingNicholas Clark2009-02-091-7/+7
|
* Move the 4 tests of core PerlIO functionality to t/io. PerlIO::Layer::find isNicholas Clark2009-02-091-4/+4
| | | | implemented in perlio.c