summaryrefslogtreecommitdiff
path: root/cpan
Commit message (Collapse)AuthorAgeFilesLines
* Actually note that Shell.pm is deprecated for 5.13 and 5.14, so we canJesse Vincent2010-05-181-0/+2
| | | | remove it in 5.15 in the Spring of 2011.
* Shell.pm was missing its deprecation warning in 5.12. So it can't beJesse Vincent2010-05-182-0/+335
| | | | | | | | removed in 5.14. Revert "Remove Shell from the core distribution. Get it from CPAN now." This reverts commit 28d302d426b73ed76fdcc816dd51bb1a8f93332b.
* Backport patch from CPANPLUS-0.9004 to cpanp-run-perlChris 'BinGOs' Williams2010-05-081-1/+2
| | | | | | | | This resolves RT #55964 and RT #57106 relating to the failure to install distributions that use Module::Install::DSL The addition of a BEGIN {} block to cpanp-run-perl resolves the issue.
* Upgrade to IPC::Cmd 0.58Rafael Garcia-Suarez2010-04-302-21/+99
|
* import Pod-Simple 3.14 for C<< >> fixRicardo Signes2010-04-2833-83/+79
|
* Fix Module::Build::Platform::cygwin runtime errorDavid Golden2010-04-261-5/+5
| | | | | | | | | | | This addresses runtime errors in Module::Build::Platform::cygwin as reported by Jesse Vincent. The changes are backported from the Module::Build repository and the version number has been slightly incremented to indicate a change from the version on CPAN. This hopefully addresses test errors in t/actions/installdeps.t, but the error seems specific to building perl on cygwin and has not been reported when Module::Build was tested on cygwin by CPAN Testers.
* Update Module::Load::Conditional to CPAN version 0.38Chris Williams2010-04-231-2/+13
| | | | | | | | | | | | | | | | | | | | Addresses a serious problem with CPANPLUS and behaviour of version-0.82. Checking for out of date modules with 'o' in CPANPLUS blows up if any modules that are installed have non-numeric version strings. Extract from Changelog: Changes for 0.38 Fri Apr 23 15:52:38 BST 2010 ================================================= * New release of version raises exceptions on parse errors. Use eval to guard ourselves against this. Changes for 0.36 Tue Feb 9 14:16:21 GMT 2010 ================================================= * Apply patch from Pavel Shaydo RT #53546 to improve the performance of _parse_version()
* Remove Locale-Codes internals from coreSteffen Mueller2010-04-2110-2305/+0
| | | | | | These (and the examples) don't have to be shipped with core perl. By not shipping them, we can trivially make sure that they won't be erroneously installed either.
* Update Locale::Codes to 3.12Steffen Mueller2010-04-2151-3222/+29498
| | | | | | We're skipping inclusion of some files such as the unused Build.PL, INSTALL, etc. cpan/Locale-Codes/internal/* should probably also not be included in perl core.
* Upgrade Scalar-List-Utils to 1.23 from CPANSteffen Mueller2010-04-209-25/+31
|
* Upgrade ExtUtils::ParseXS to 0.2205Steffen Mueller2010-04-205-25/+170
|
* Remove Class::ISA from the core distribution. Get it from CPAN now.Nicholas Clark2010-04-204-371/+0
|
* Remove Shell from the core distribution. Get it from CPAN now.Nicholas Clark2010-04-202-335/+0
|
* Bump version number EU::MM is "first-come" so we have forked itLeon Brocard2010-04-191-1/+1
|
* Bump version number EU::MM is "first-come" so we have forked itLeon Brocard2010-04-191-1/+1
|
* Revert "Documentation tweaks to Text::Tabs"Gisle Aas2010-04-191-12/+2
| | | | | | | This change was reported upstream in <https://rt.cpan.org/Ticket/Display.html?id=56699>. Committing it directly to blead was a mistake. This reverts commit f6e2320c520b8d610a864cd42aece1f0df2db895.
* Documentation tweaks to Text::TabsGisle Aas2010-04-181-2/+12
|
* Update to MIME-Base64 3.09Gisle Aas2010-04-185-23/+38
| | | | | | | Fixes issue where the Quoted-Printable encoder would sometimes output lines that were 77 characters long. The max line length should be 76. This reverts revert 9ef40646096384d9f65acffab1b9a2df07d03a0c.
* Do not clobber %ENV in EU::MM testSteffen Mueller2010-04-181-1/+1
| | | | | | 175046355f07701 introduced an error in the ExtUtils::MakeMaker prerequisites tests in that it clobbers %ENV instead of just locally overriding $ENV{PERL_CORE}.
* EU::MakeMaker shouldn't warn about prereqs in coreSteffen Mueller2010-04-182-2/+7
| | | | | This silences warnings about missing prerequisites when part of a perl core build. Triggered by #74442.
* Make abstract_from more robustRobin Barker2010-04-181-1/+1
| | | | | | A few distributions in the perl source failure for abstract_from Rather than fix the individual files I have made the parsing process more robust.
* Upgrade to CGI.pm 3.49Rafael Garcia-Suarez2010-04-159-80/+268
|
* Changes to CPANPLUS and CPANPLUS::Dist::Build testsChris Williams2010-04-142-4/+9
| | | | | | | | | Add the utils/ dir to $ENV{PATH} if running under PERL_CORE for the CPANPLUS/CPANPLUS-Dist-Build tests. Both modules' testsuites require access to the cpanp-run-perl script and the version in utils/ is already executable versus the version in cpan/CPANPLUS/bin
* Explicitly set the location of cpanp-run-perl when under PERL_COREv5.12.0-RC4Jos Boumans2010-04-062-0/+36
| | | | | | | | | | | | | | | | | | | CPANPLUS::Config checks 3 specific scenarios first when looking for cpanp-run-perl: parallel to cpanp, parallel to CPANPLUS.pm, or installed into a custom prefix like /tmp/foo. Only *THEN* does it check the the path. If the perl core is extracted to a directory that has cpanp-run-perl installed the same amount of 'uplevels' as the /tmp/foo prefix, we'll pull in the wrong script by accident. Since we set the path to cpanp-run-perl explicitily at the top of this script, it's best to update the config ourselves with a path lookup, rather than rely on its heuristics. Thanks to David Wheeler, Josh Jore and Vincent Pit for helping to track this down. Effects both CPANPLUS and CPANPLUS-Dist-Build
* Skip make_path group/user tests for darwin - it's nobody and nogroup ids are -1Josh ben Jore2010-04-061-0/+2
|
* Andreas provided a patch to CPAN::Distribution to deal with a bug in coreAndreas J. Koenig2010-03-271-2/+5
| | | | | | | | | | | module deprecation commit 8b7e29685086feb1e01992478bcb0498f584574c Author: Andreas J. Koenig <andk@cpan.org> Date: Tue Mar 16 08:56:03 2010 +0100 except deprecated modules from short circuiting, uncovered by Data::TreeDumper/Class::ISA
* Applied a patch from Schwern to one of the CPANPLUS test files.Chris Williams2010-03-221-4/+37
| | | | | | | | | | | | https://rt.cpan.org/Public/Bug/Display.html?id=53133 t/00_CPANPLUS-Internals-Utils.t "failure occurs if the build directory is symlinked" Confirmed fixes the issue by Dominic Dunlop <domo@computer.org> Code needs to be tested as part of the smokes ( especially on VMS ).
* [perl# 73490] Bump Time::Piece to a devel release that's newer than whatJesse Vincent2010-03-112-3/+3
| | | | | | | was in Blead but is old than the current updated CPAN release. Comment out a now deprecated 'use UNIVERSAL' line to prevent warnings from production code. It's bad form to ship software that deprecates things and then keeps using them and warning. Thanks to xdg++ for the spotting.
* Revert "Upgrade to IPC::SysV 2.02" - We're frozen. This will be great when ↵Jesse Vincent2010-03-0715-56/+50
| | | | | | we unfreeze This reverts commit 8a720e6ba3939d5db4327226c93348d5acf35145.
* Revert "Upgrade to Devel::PPPort 3.19_02" - we're frozen. This will be great ↵Jesse Vincent2010-03-0790-810/+398
| | | | | | when we unfreeze This reverts commit bfc37ff708b737d2490a23505b932c94f1898073.
* Upgrade to IPC::SysV 2.02Marcus Holland-Moritz2010-03-0715-50/+56
|
* Upgrade to Devel::PPPort 3.19_02Marcus Holland-Moritz2010-03-0790-398/+810
|
* Moduule::Build test tweaks for VMS.Craig A. Berry2010-03-062-0/+17
| | | | | | More complete fix available upstream at: http://rt.cpan.org/Public/Bug/Display.html?id=55288
* ExtUtils-CBuilder test tweak for VMS.Craig A. Berry2010-03-061-0/+3
| | | | Idential to upstream fix at https://rt.cpan.org/Ticket/Display.html?id=55236
* Skip Pod::Parser's find.t on VMS for now.Craig A. Berry2010-03-011-0/+7
| | | | Pending integration of https://rt.cpan.org/Ticket/Display.html?id=55121
* stop cpan/Memoize/t/tie_ndbm.t being skippedDavid Mitchell2010-02-211-5/+0
| | | | | | | | Back in 2006, 0b40f9f8cf631862db10aed9706454c7518fef19 added a skip check for $ENV{TMP} being writeable. This test failed if $TMP wasn't set, but also, since then this test script has been updated to write its temp files to the current dir rather than /tmp, so the TMP check is redundant, and is now removed.
* Sys-Syslog/t/constants.t couldn't find macros.allDavid Mitchell2010-02-211-2/+1
| | | | | | | | | The move from ext/ to cpan/ hadn't been reflected in the pathname of macros.all. However, since tests are now run from the src dir, the whole $ENV{PERL_CORE} bit is no longer necessary. (Note that this line has already been modified from the CPAN version, so a further change to it doesn't really matter as regards maintaining sync with CPAN).
* Upgrade podlators from 2.3.0 to 2.3.1Steve Hay2010-02-183-3/+3
| | | | | Ensures that all $VERSIONs are bumped in files that have changed since Perl 5.11.4.
* Upgrade CPAN from 1.94_55 to 1.94_56Steve Hay2010-02-188-8/+16
| | | | | Ensures that all $VERSIONs are bumped in files that have changed since Perl 5.11.4.
* bump to CPAN 1.12. Only Makefile.PL changes not affecting COREReini Urban2010-02-111-1/+5
|
* Upgrade CPAN to 1.94_55Steffen Mueller2010-02-048-83/+150
|
* Revert "Update to MIME-Base64 3.09"Jesse Vincent2010-02-035-38/+23
| | | | | | | | I chatted with Gisle and he confirmed that this didn't fix a release-blocking issue. Since we're frozen for 5.12, he agreed that we should back it out. This reverts commit 5e58db16ffcf34442d0ba4b645757884324e35c2.
* Update to MIME-Base64 3.09Gisle Aas2010-02-025-23/+38
| | | | | Fixes issue where the Quoted-Printable encoder would sometimes output lines that were 77 characters long. The max line length should be 76.
* Update CPANPLUS::Dist::Build to cpan version 0.46Chris Williams2010-01-252-12/+12
| | | | | | | | | | | | | | | Extract from Changes file ========================= 0.46 Sat Jan 23 07:52:19 GMT 2010 - actually make the prereq resolving fallback to _build/ querying if the 'prereq_data' action fails. *facepalm* Resolves an issue in prereq resolution where the failure of using 'Build prereq_data' would not fallback to querying _build/ data. Highlighted by EekBoek distribution which bundled an older version of Module::Build.
* Update to podlators 2.3.0Rafael Garcia-Suarez2010-01-2225-489/+721
|
* Remove CPAN's Makefile.PL; let make_ext.pl write one for us.Nicholas Clark2010-01-201-682/+0
| | | | | | Nothing in CPAN's Makefile.PL was pertinent to building as part of the core distribution, but code within it caused `make` after `make clean` to fail. Resolves RT #72218
* Update Module::Build to 0.3603David Golden2010-01-1943-95/+144
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 0.3603 - Mon Jan 18 22:28:59 EST 2010 Bug fixes: - Module::Build::Compat would croak on distibutions that set requires 'perl' to a dotted decimal like '5.6.2'. We now skip that key since it doesn't go into PREREQ_PM and we numify it properly for 'use 5.006002' in the generated Makefile.PL (RT#53409) [David Golden, adapted from patch by G. Allen Morris III] 0.3602 - Mon Jan 18 22:09:54 EST 2010 Bug fixes: - Fix failures in t/properties/needs_compiler.t when $ENV{CC} is set (RT#53296) [David Golden, adapted from patch by Jens Rehsack] 0.3601 - Mon Dec 21 14:39:33 EST 2009 Bug fixes: - When the currently running Module::Build is not the same as the one that created the Build file, there is now a warning rather than a fatal error. This helps installation of dependency chains where a dependency might configure_requires a new Module::Build after Build.PL was already run for an earlier distribution. [David Golden, on advice of Matt Trout] Other: - t/bundle_inc.t fails in odd ways. This test of an experimental feature should not prevent users from installing Module::Build, so this test now skips unless $ENV{MB_TEST_EXPERIMENTAL} is true
* Upgrade to CPAN.pm 1.94_54Rafael Garcia-Suarez2010-01-179-74/+87
|
* Update File-Fetch to CPAN version 0.24Chris Williams2010-01-132-5/+28
| | | | | | | Changes for 0.24 Wed Jan 6 23:32:19 2010 ================================================= * Applied a patch from brian d foy RT #53427 that makes new() respect sub-classes.
* 2.024paul2010-01-1057-3315/+894
|