summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Move Math::BigInt from ext/ to cpan/Nicholas Clark2009-10-0263-62/+62
|
* Move Locale::Codes from ext/ to cpan/Nicholas Clark2009-10-0223-22/+22
|
* Move libnet from ext/ to cpan/Nicholas Clark2009-10-0239-38/+38
|
* Move IO::Zlib from ext/ to cpan/Nicholas Clark2009-10-0212-11/+11
|
* Move IO::Compress from ext/ to cpan/Nicholas Clark2009-10-02146-145/+145
|
* Move if from ext/ to cpan/Nicholas Clark2009-10-024-3/+3
|
* Add MYMETA.yml to dual-life files to ignoreDavid Golden2009-10-021-1/+1
| | | | | Once the toolchain start generating this regularly, we want to make sure it doesn't get copied if the source directory isn't clean.
* removed PERL5LIB diagnostic output from make_ext.plDavid Golden2009-10-011-1/+1
|
* Make t/harness have non-zero exit if tests failDavid Golden2009-10-011-2/+2
|
* Make installperl look in cpan/ and dist/ as well as in ext/ when lookingSteve Hay2009-10-021-24/+27
| | | | | | | | | for %archpms. Also add a trailing / after the $dir when checking whether a .pm file is that of a non-nonxs_ext module, otherwise entries in nonxs_ext for Digest and Math/BigInt wrongly cause Digest-MD5, Digest-SHA and Math-BigInt-FastCalc to be omitted.
* update manifest for xdg's new toolJesse Vincent2009-10-021-0/+1
|
* Add tool to generate updated module list for perldeltaDavid Golden2009-10-011-0/+28
|
* Minor updates to makerel to take the new world order into accountJesse Vincent2009-10-021-3/+5
|
* CoreList date placeholderJesse Vincent2009-10-021-1/+1
|
* Perlhist placeholderJesse Vincent2009-10-021-1/+1
|
* Preliminary Module::CoreList update for 5.11.0Jesse Vincent2009-10-021-63/+678
|
* Removed tedious, redundant, incorrect module update entries from perl5110deltaJesse Vincent2009-10-021-651/+6
|
* copyediting perldeltaJesse Vincent2009-10-021-8/+5
|
* corelist.pl updatesJesse Vincent2009-10-021-7/+7
|
* More work to get corelist.pl to know the new world orderJesse Vincent2009-10-021-3/+5
|
* Update META.ymlJesse Vincent2009-10-021-401/+150
|
* Porting/makemeta no longer works with miniperl. switch it to use regularJesse Vincent2009-10-021-1/+1
| | | | perl
* typo in the release_managers_guideJesse Vincent2009-10-021-1/+1
|
* make regen; make regen_perlyJesse Vincent2009-10-023-22/+25
| | | | | | | The newer bison generated perly.h with a GPL3 or later license statement rather than the previous GPL2 statement. Our use appears to be subject to the exception that's immediately below that, so this shouldn't matter.
* perl5110delta.pod now passes podcheckerJesse Vincent2009-10-021-32/+65
|
* AUTHORS updatedJesse Vincent2009-10-022-146/+153
|
* Bump INSTALL to talk about 5.11.0Jesse Vincent2009-10-021-10/+10
|
* make corecpan.pl output a bit more readableJesse Vincent2009-10-021-2/+3
|
* Updated corecpan.pl for the new module layoutJesse Vincent2009-10-021-2/+2
|
* Update from Robin Barker to correct perldelta and Maintainers.pl for Pod-PlainerJesse Vincent2009-10-022-2/+3
|
* Import CPAN-1.94_51.tar.gz; Begin to rationalize the CPAN.pm layout to ↵Jesse Vincent2009-10-0220-78/+23715
| | | | mirror the dist
* Move Filter::Util::Call from ext/ to cpan/Nicholas Clark2009-10-016-5/+5
|
* Move File::Temp from ext/ to cpan/Nicholas Clark2009-10-0112-11/+11
|
* Move ExtUtils::Manifest from ext/ to cpan/Nicholas Clark2009-10-016-5/+5
|
* Move ExtUtils::Command from ext/ to cpan/Nicholas Clark2009-10-017-6/+6
|
* Move encoding::warnings from ext/ to cpan/Nicholas Clark2009-10-018-7/+7
|
* Move Digest::SHA from ext/ to cpan/Nicholas Clark2009-10-0137-39/+36
| | | | | Move the shasum binary to the top level, to remove the need for a MAP entry in Maintainers.PL
* Move Digest::MD5 from ext/ to cpan/Nicholas Clark2009-10-0118-17/+17
|
* Move Digest from ext/ to cpan/Nicholas Clark2009-10-019-8/+8
|
* Move Compress::Raw::Zlib from ext/ to cpan/Nicholas Clark2009-10-0144-42/+42
|
* Move Compress::Raw::Bzip2 from ext/ to cpan/Nicholas Clark2009-10-0135-33/+33
|
* Move CGI from ext/ to cpan/Nicholas Clark2009-10-0160-59/+59
|
* Move bignum from ext/ to cpan/Nicholas Clark2009-10-0128-27/+27
|
* Move B::Lint from ext/ to cpan/Nicholas Clark2009-10-016-5/+5
|
* Move B::Debug from ext/ to cpan/Nicholas Clark2009-10-015-4/+4
|
* Move B::Dearpse from ext to dist, as Stephen McCamant says core is canonical.Nicholas Clark2009-10-014-4/+4
|
* MANIFEST indentation fluffing, and update the description for yadayada.tNicholas Clark2009-10-011-103/+103
|
* Move t/pod/diag.t to t/porting, as it's really a code consistency test.Nicholas Clark2009-10-015-8/+1
| | | | It was the last test in t/pod, which allows us to remove the directory.
* Move ExtUtils::MakeMaker from ext/ to cpan/Nicholas Clark2009-10-01107-109/+110
|
* Re: lib, ext, cpan and dist [PATCH] (take 2)Richard Foley2009-10-011-3/+12
| | | | Message-Id: <200910011047.35459.Richard.Foley@rfi.net>