| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
|
|
|
| |
[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()
|
| |
|
|
|
|
|
|
|
|
| |
[DELTA]
Changes for 0.54 Sun Aug 12 09:10:13 BST 2012
=================================================
* VMS test fixes from Craig Berry
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
[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)
|
|
|
|
|
|
|
|
| |
[DELTA]
Changes for 0.46 Wed Sep 7 23:57:03 BST 2011
=================================================
* Use || instead of "or" (perl#78708) (chorny)
|
|
|
|
|
|
|
|
| |
[DELTA]
Changes for 0.44 Wed Feb 9 21:48:42 GMT 2011
=================================================
* Apply podchecker patch from Michael Stevens RT #65601
|
|
|
|
|
|
|
|
|
| |
[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.
|
|
|
|
|
|
|
|
| |
[DELTA]
Changes for 0.40 Fri Jan 7 21:45:01 GMT 2011
=================================================
* Apply blead patch from Peter Acklam
|
|
|
|
|
|
|
|
|
| |
# 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>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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()
|
|
|
|
|
|
|
| |
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
|
| |
|
|
|
|
|
|
|
|
| |
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.
|
|
|