summaryrefslogtreecommitdiff
path: root/cpan/Module-Load-Conditional
Commit message (Collapse)AuthorAgeFilesLines
* Update Module-Load-Conditional to CPAN version 0.74Todd Rinaldo2020-09-1311-11/+23
| | | | | | | | | | | | | | Ignore that versions have not changed in test file libraries. [DELTA] 0.74 Fri Aug 21 09:06:21 BST 2020 * strictify the test suite packages 0.72 Thu 25 Jun 08:21:16 BST 2020 * Avoid using indirect calls
* Update Module-Load-Conditional to CPAN version 0.70Chris 'BinGOs' Williams2019-11-103-6/+33
| | | | | | | | | [DELTA] 0.70 Sun Nov 10 14:28:41 GMT 2019 * Protect ourselves from Module::Metadata parsing problems [ RT#130939 ]
* Update Module-Load-Conditional to CPAN version 0.68Chris 'BinGOs' Williams2016-07-291-9/+5
| | | | | | | | [DELTA] 0.68 Fri Jul 29 08:01:12 BST 2016 * Fix unconditional @INC localisation
* Update Module-Load-Conditional to CPAN version 0.66Chris 'BinGOs' Williams2016-07-281-2/+20
| | | | | | | | [DELTA] 0.66 Wed Jul 27 08:22:53 BST 2016 * Add FORCE_SAFE_INC option to fix CVE-2016-1238
* Update Module-Load-Conditional to CPAN version 0.64Chris 'BinGOs' Williams2015-01-171-2/+3
| | | | | | | | | [DELTA] 0.64 Sat Jan 17 13:33:57 GMT 2015 * Resolve an edge-case with DEPRECATED [ https://rt.cpan.org/Public/Bug/Display.html?id=101555 ]
* Update Module-Load-Conditional to CPAN version 0.62Chris 'BinGOs' Williams2014-01-252-5/+5
| | | | | | | | [DELTA] 0.62 Fri Jan 24 15:52:44 GMT 2014 * Resolve test failures on v5.16.x
* Update Module-Load-Conditional to CPAN version 0.60Chris 'BinGOs' Williams2014-01-164-6/+84
| | | | | | | | [DELTA] 0.60 Thu Jan 16 12:28:24 GMT 2014 * Added autoload option to can_load()
* Update Module-Load-Conditional to CPAN version 0.58Chris 'BinGOs' Williams2013-09-011-4/+6
| | | | | | | | | [DELTA] Changes for 0.58 Sun Sep 1 11:21:59 BST 2013 ================================================= * RT#83728 make quoting work portably and remove prototypes from one-liner in requires()
* Upgrade Module::Load::Conditional from version 0.54 to 0.56Steve Hay2013-08-301-3/+6
|
* Update Module-Load-Conditional to CPAN version 0.54Chris 'BinGOs' Williams2012-08-122-1/+2
| | | | | | | | [DELTA] Changes for 0.54 Sun Aug 12 09:10:13 BST 2012 ================================================= * VMS test fixes from Craig Berry
* Upgrade Module-Load-Conditional to 0.52Steve Hay2012-08-0910-185/+85
|
* Updated Module-Load-Conditional to CPAN version 0.50Chris 'BinGOs' Williams2012-06-153-95/+95
| | | | | | | | | | | | | [DELTA] Changes for 0.50 Fri Apr 27 22:22:13 BST 2012 ================================================= * Speed enhancements with thanks to Vincent Pit Changes for 0.48 Thu Mar 15 13:55:50 GMT 2012 ================================================= * Wrap $^X in "" to foil paths with spaces Reported by Samuel Ferencik (via email)
* Update Module-Load-Conditional to CPAN version 0.46Chris 'BinGOs' Williams2011-09-081-2/+2
| | | | | | | | [DELTA] Changes for 0.46 Wed Sep 7 23:57:03 BST 2011 ================================================= * Use || instead of "or" (perl#78708) (chorny)
* Update Module-Load-Conditional to CPAN version 0.44Chris 'BinGOs' Williams2011-02-091-2/+2
| | | | | | | | [DELTA] Changes for 0.44 Wed Feb 9 21:48:42 GMT 2011 ================================================= * Apply podchecker patch from Michael Stevens RT #65601
* Update Module-Load-Conditional to CPAN version 0.42Chris 'BinGOs' Williams2011-02-091-1/+5
| | | | | | | | | [DELTA] Changes for 0.42 Wed Feb 9 15:27:14 GMT 2011 ================================================= * Apply patch from Phillip Moore RT #60916, which fixes an edge-case with obj/ref @INC entries.
* Update Module-Load-Conditional to CPAN version 0.40Chris 'BinGOs' Williams2011-01-081-1/+1
| | | | | | | | [DELTA] Changes for 0.40 Fri Jan 7 21:45:01 GMT 2011 ================================================= * Apply blead patch from Peter Acklam
* Fix typos (spelling errors) in cpan/Module-Load-Conditional/*.Peter J. Acklam2011-01-072-3/+3
| | | | | | | | | # New Ticket Created by (Peter J. Acklam) # Please include the string: [perl #81836] # in the subject line of all future correspondence about this issue. # <URL: http://rt.perl.org/rt3/Ticket/Display.html?id=81836 > Signed-off-by: Chris 'BinGOs' Williams <chris@bingosnet.co.uk>
* 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()
* Update Module::Load::Conditional to cpan version 0.34Chris Williams2009-10-294-11/+11
| | | | | | | Changes for 0.34 Thu Oct 29 09:22:48 GMT 2009 ================================================= * Remove DOS line endings from test files RT#50926 reported by Steve Hay
* Updated Module::Load::Conditional to cpan version 0.32Chris Williams2009-10-231-1/+1
|
* Updated Module::Load::Conditional to cpan version 0.31_01Chris Williams2009-10-231-3/+26
| | | | | | | | Changes for 0.31_01 Fri Oct 23 09:47:12 BST 2009 ================================================= * Added DEPRECATED and support for determining if a core module is loaded from perl lib path and setting uptodate accordingly.
* Move Module::Load::Conditional from ext/ to cpan/Nicholas Clark2009-09-269-0/+975