Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Move Math::BigInt from ext/ to cpan/ | Nicholas Clark | 2009-10-02 | 63 | -62/+62 |
| | |||||
* | Move Locale::Codes from ext/ to cpan/ | Nicholas Clark | 2009-10-02 | 23 | -22/+22 |
| | |||||
* | Move libnet from ext/ to cpan/ | Nicholas Clark | 2009-10-02 | 39 | -38/+38 |
| | |||||
* | Move IO::Zlib from ext/ to cpan/ | Nicholas Clark | 2009-10-02 | 12 | -11/+11 |
| | |||||
* | Move IO::Compress from ext/ to cpan/ | Nicholas Clark | 2009-10-02 | 146 | -145/+145 |
| | |||||
* | Move if from ext/ to cpan/ | Nicholas Clark | 2009-10-02 | 4 | -3/+3 |
| | |||||
* | Add MYMETA.yml to dual-life files to ignore | David Golden | 2009-10-02 | 1 | -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.pl | David Golden | 2009-10-01 | 1 | -1/+1 |
| | |||||
* | Make t/harness have non-zero exit if tests fail | David Golden | 2009-10-01 | 1 | -2/+2 |
| | |||||
* | Make installperl look in cpan/ and dist/ as well as in ext/ when looking | Steve Hay | 2009-10-02 | 1 | -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 tool | Jesse Vincent | 2009-10-02 | 1 | -0/+1 |
| | |||||
* | Add tool to generate updated module list for perldelta | David Golden | 2009-10-01 | 1 | -0/+28 |
| | |||||
* | Minor updates to makerel to take the new world order into account | Jesse Vincent | 2009-10-02 | 1 | -3/+5 |
| | |||||
* | CoreList date placeholder | Jesse Vincent | 2009-10-02 | 1 | -1/+1 |
| | |||||
* | Perlhist placeholder | Jesse Vincent | 2009-10-02 | 1 | -1/+1 |
| | |||||
* | Preliminary Module::CoreList update for 5.11.0 | Jesse Vincent | 2009-10-02 | 1 | -63/+678 |
| | |||||
* | Removed tedious, redundant, incorrect module update entries from perl5110delta | Jesse Vincent | 2009-10-02 | 1 | -651/+6 |
| | |||||
* | copyediting perldelta | Jesse Vincent | 2009-10-02 | 1 | -8/+5 |
| | |||||
* | corelist.pl updates | Jesse Vincent | 2009-10-02 | 1 | -7/+7 |
| | |||||
* | More work to get corelist.pl to know the new world order | Jesse Vincent | 2009-10-02 | 1 | -3/+5 |
| | |||||
* | Update META.yml | Jesse Vincent | 2009-10-02 | 1 | -401/+150 |
| | |||||
* | Porting/makemeta no longer works with miniperl. switch it to use regular | Jesse Vincent | 2009-10-02 | 1 | -1/+1 |
| | | | | perl | ||||
* | typo in the release_managers_guide | Jesse Vincent | 2009-10-02 | 1 | -1/+1 |
| | |||||
* | make regen; make regen_perly | Jesse Vincent | 2009-10-02 | 3 | -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 podchecker | Jesse Vincent | 2009-10-02 | 1 | -32/+65 |
| | |||||
* | AUTHORS updated | Jesse Vincent | 2009-10-02 | 2 | -146/+153 |
| | |||||
* | Bump INSTALL to talk about 5.11.0 | Jesse Vincent | 2009-10-02 | 1 | -10/+10 |
| | |||||
* | make corecpan.pl output a bit more readable | Jesse Vincent | 2009-10-02 | 1 | -2/+3 |
| | |||||
* | Updated corecpan.pl for the new module layout | Jesse Vincent | 2009-10-02 | 1 | -2/+2 |
| | |||||
* | Update from Robin Barker to correct perldelta and Maintainers.pl for Pod-Plainer | Jesse Vincent | 2009-10-02 | 2 | -2/+3 |
| | |||||
* | Import CPAN-1.94_51.tar.gz; Begin to rationalize the CPAN.pm layout to ↵ | Jesse Vincent | 2009-10-02 | 20 | -78/+23715 |
| | | | | mirror the dist | ||||
* | Move Filter::Util::Call from ext/ to cpan/ | Nicholas Clark | 2009-10-01 | 6 | -5/+5 |
| | |||||
* | Move File::Temp from ext/ to cpan/ | Nicholas Clark | 2009-10-01 | 12 | -11/+11 |
| | |||||
* | Move ExtUtils::Manifest from ext/ to cpan/ | Nicholas Clark | 2009-10-01 | 6 | -5/+5 |
| | |||||
* | Move ExtUtils::Command from ext/ to cpan/ | Nicholas Clark | 2009-10-01 | 7 | -6/+6 |
| | |||||
* | Move encoding::warnings from ext/ to cpan/ | Nicholas Clark | 2009-10-01 | 8 | -7/+7 |
| | |||||
* | Move Digest::SHA from ext/ to cpan/ | Nicholas Clark | 2009-10-01 | 37 | -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 Clark | 2009-10-01 | 18 | -17/+17 |
| | |||||
* | Move Digest from ext/ to cpan/ | Nicholas Clark | 2009-10-01 | 9 | -8/+8 |
| | |||||
* | Move Compress::Raw::Zlib from ext/ to cpan/ | Nicholas Clark | 2009-10-01 | 44 | -42/+42 |
| | |||||
* | Move Compress::Raw::Bzip2 from ext/ to cpan/ | Nicholas Clark | 2009-10-01 | 35 | -33/+33 |
| | |||||
* | Move CGI from ext/ to cpan/ | Nicholas Clark | 2009-10-01 | 60 | -59/+59 |
| | |||||
* | Move bignum from ext/ to cpan/ | Nicholas Clark | 2009-10-01 | 28 | -27/+27 |
| | |||||
* | Move B::Lint from ext/ to cpan/ | Nicholas Clark | 2009-10-01 | 6 | -5/+5 |
| | |||||
* | Move B::Debug from ext/ to cpan/ | Nicholas Clark | 2009-10-01 | 5 | -4/+4 |
| | |||||
* | Move B::Dearpse from ext to dist, as Stephen McCamant says core is canonical. | Nicholas Clark | 2009-10-01 | 4 | -4/+4 |
| | |||||
* | MANIFEST indentation fluffing, and update the description for yadayada.t | Nicholas Clark | 2009-10-01 | 1 | -103/+103 |
| | |||||
* | Move t/pod/diag.t to t/porting, as it's really a code consistency test. | Nicholas Clark | 2009-10-01 | 5 | -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 Clark | 2009-10-01 | 107 | -109/+110 |
| | |||||
* | Re: lib, ext, cpan and dist [PATCH] (take 2) | Richard Foley | 2009-10-01 | 1 | -3/+12 |
| | | | | Message-Id: <200910011047.35459.Richard.Foley@rfi.net> |