summaryrefslogtreecommitdiff
path: root/cpan/CPANPLUS
Commit message (Collapse)AuthorAgeFilesLines
* Update CPANPLUS to CPAN version 0.9010Chris 'BinGOs' Williams2010-10-296-5/+13
| | | | | | | | | | | | | | | | | [DELTA] CHanges for 0.9010 Thu Oct 28 23:20:19 2010 ================================================ * Added PERL_MM_OPT to the CPANPLUS-Dist-MM test to hopefully resolve RT#57241 which relates to local::lib and cpanm Changes for 0.9009 Mon Oct 25 21:03:39 2010 ================================================ * Resolve issues with the SQLite source engine Changes for 0.9008 Mon Oct 25 17:01:34 2010 ================================================ * Normalise prereqs version strings before resolving prereqs
* Update CPANPLUS to CPAN version 0.9007Chris 'BinGOs' Williams2010-07-137-8/+16
| | | | | | | | | | | | | | [DELTA] Changes for 0.9007 Tue Jul 13 10:44:30 2010 ================================================ * Fix the shell test to skip if test is not being run under a terminal, reported by Justin Case RT #59254 Changes for 0.9006 Fri Jul 9 13:44:22 2010 ================================================ * Finally resolved the issue where a prereq on Config would not be recognised as a core module
* Update CPANPLUS to CPAN version 0.9005Chris 'BinGOs' Williams2010-07-0216-34/+84
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | [DELTA] Changes for 0.9005 Tue Jun 29 22:42:25 2010 ================================================ * Corrected spelling mistakes in POD, pointed out by H.Merijn Brand * Amend SQLite source engine to set SYNCHRONOUS pragma to OFF * Make sure that Selfupdate checks if CPANPLUS::Dist::Build is installed or not and update it if it is. Spotted by Ilmari * Apply a patch from Peter Ludikovsky RT #55782 that adds indexes to Source::SQLite Changes for 0.9004 Sat May 8 22:21:04 2010 ================================================ * Applied a patch from Schwern RT #53133 "test failure occurs if the build directory is symlinked" * Explicitly set the location of cpanp-run-perl when under PERL_CORE in t/inc/conf.pl * Make sure that we find cpanp-run-perl in ../../utils when PERL_CORE * Apply a patch from Barbie [RT #56768], that fixes regex in RELEVANT_TEST_RESULT * Fixed a typo in the POD for cpan2dist, pointed out by Babar (Olivier Raginel) on irc. * Add a BEGIN {} block to cpanp-run-perl this resolves RT #55964 and RT #57106 Changes for 0.9003 Mon Mar 15 13:51:12 2010 ================================================ * Resolve warnings when using blead perl, reported by Apocalypse RT #55501 * Applied patch from Apocalypse RT #55541 that changes the behviour when a prereq on a core-only module is detected. We raise a warning now, but will proceed with the installation. This is how CPAN.pm handles it. * Removed one duff mirror and an out-of-date mirror from our default mirror list. Replaced with fast-sync mirrors. Changes for 0.9002 Fri Mar 12 13:11:00 2010 ================================================ * Added support for CPAN Testers 2.0 (David Golden) Changes for 0.9001 Thu Dec 24 10:21:11 2009 ================================================ * RT #52988 Regression in Internals::Utils, reported by CRAKRJACK * Fix a regression with dist_type not being propagated
* Spell check fixes in CPANH.Merijn Brand2010-06-071-2/+2
| | | | already fixed upstream
* 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.
* Changes to CPANPLUS and CPANPLUS::Dist::Build testsChris Williams2010-04-141-1/+7
| | | | | | | | | 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-061-0/+18
| | | | | | | | | | | | | | | | | | | 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
* 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 ).
* Updated CPANPLUS to cpan release 0.90Chris Williams2009-12-173-3/+3
| | | | | | Changes for 0.90 Thu Dec 17 21:40:13 2009 ================================================ * Version bump
* Update CPANPLUS to cpan version 0.89_12Chris Williams2009-12-108-17/+33
| | | | | | | | | | | | | | | | | | | | | | Changes for 0.89_12 Mon Dec 7 13:33:16 2009 ================================================ * Resolve RT #52348 Duplicate test output, reported by Apocalypse * Fixed typo in Shell::Default, RT #52376, reported by Apocalypse Changes for 0.89_11 Tue Dec 1 13:14:24 2009 ================================================ * Fixed RT #52287 reported by Apocalypse regarding Test::Reporter barfing on send() * Change SQLite to AutoCommit, resolves RT #52308, reported by Apocalypse Changes for 0.89_10 Sat Nov 28 23:20:09 2009 ================================================ * Resolve RT #51516 setting conf options which include spaces. * Explicitly use Cwd's chdir in _chdir() Update to allow various perl smokers test before update to 0.90
* Updated CPANPLUS to cpan version 0.89_09Chris Williams2009-11-124-5/+6
| | | | | | | | Changes for 0.89_09 Thu Nov 12 21:54:01 2009 ================================================ * Only look for missing prereqs in the output of the last set of tests that were run. This resolves RT #51408, reported by Andreas Koenig
* Update CPANPLUS to cpan version 0.89_08Chris Williams2009-11-115-4/+14
| | | | | | | | | | | | | | Changes for 0.89_08 Tue Nov 10 23:29:06 2009 ================================================ * Make the default config prefer Build.PL if perl version is greater than or equal to 5.10.1 * Fix a problem with parse_module() where it would not resolve some edge-case distributions, addresses http://perlmonks.org/?node_id=805957 Changes for 0.89_07 Thu Nov 5 14:05:11 2009 ================================================ * MYMETA.yml support added from Jos' branch
* Updated CPANPLUS to cpan version 0.89_07Chris Williams2009-11-056-21/+79
|
* Update CPANPLUS to cpan version 0.89_06Chris Williams2009-10-294-7/+9
| | | | | | | | | Changes for 0.89_06 Thu Oct 29 14:55:25 2009 ================================================ * Fool the installer into replacing our scripts that were installed by core with versiononly set. * Handle PREREQS being mentioned twice in Makefile. Use _vcmp() to compare the versions, take the highest.
* Update CPANPLUS to cpan version 0.89_05Chris Williams2009-10-276-4/+78
| | | | | | | | | | | Changes for 0.89_05 Tue Oct 27 09:24:55 2009 ================================================ * Change the way editing config files is called. This fixes RT #50832, reported by Dave Golden * Issue a warning in the shell if we are on MSWin32, don't have IPC::Run installed and are writing a log file. * Apply several patches from Alexandr Ciornii (CHORNY) RT #48636 that add toolchain versions listing to tester reports.
* Updated CPANPLUS to cpan version 0.89_04Chris Williams2009-10-235-6/+8
| | | | | | | | Changes for 0.89_04 Fri Oct 23 11:12:57 2009 ================================================ * Added deprecated dual-life module support which requires newer versions of Module::CoreList and Module::Load::Conditional
* Update CPANPLUS to CPAN version 0.89_03Chris Williams2009-10-194-4/+17
| | | | | | | Changes for 0.89_03 Mon Oct 19 20:06:03 2009 ================================================ * Work out if a prereq is a core module and only warn if we can't satisfy the required version.
* Update CPANPLUS to CPAN version 0.89_02Chris Williams2009-10-179-14/+29
| | | | | | | | | | | | | | | | | | | | Changes for 0.89_02 Sat Oct 17 13:04:59 2009 ================================================ * Core module prereqs should be dealt with correctly now. Changes for 0.89_01 Fri Oct 16 10:22:43 2009 ================================================ * Corrected spelling mistake in CPANPLUS::Configure documentation * Fixed a problem with the core module detection when sending NA reports * Internals::Report will use Parse::CPAN::Meta instead of YAML::Tiny for parsing CPAN Test report data * Address #50428 Fixed edge-case in the arbitary paths support in parse_module(), reported by Robert Krimen * Address #49104 Fixed the SYNOPSIS in CPANPLUS::Module::Author::Fake reported by Tyler MacDonald * Address #47820 Don't try to update custom sources if they are disabled in configuration, reported by Curtis Jewell
* Move CPANPLUS from ext/ to cpan/Nicholas Clark2009-09-2683-0/+25212