Blame CHANGES

Packit c4f214
0.68    Fri Jul 29 08:01:12 BST 2016
Packit c4f214
Packit c4f214
* Fix unconditional @INC localisation
Packit c4f214
Packit c4f214
0.66    Wed Jul 27 08:22:53 BST 2016
Packit c4f214
Packit c4f214
* Add FORCE_SAFE_INC option to fix CVE-2016-1238
Packit c4f214
Packit c4f214
0.64    Sat Jan 17 13:33:57 GMT 2015
Packit c4f214
Packit c4f214
* Resolve an edge-case with DEPRECATED
Packit c4f214
  [ https://rt.cpan.org/Public/Bug/Display.html?id=101555 ]
Packit c4f214
Packit c4f214
0.62    Fri Jan 24 15:52:44 GMT 2014
Packit c4f214
Packit c4f214
* Resolve test failures on v5.16.x
Packit c4f214
Packit c4f214
0.60    Thu Jan 16 12:28:24 GMT 2014
Packit c4f214
Packit c4f214
* Added autoload option to can_load()
Packit c4f214
Packit c4f214
0.58    Sun Sep  1 11:21:59 BST 2013
Packit c4f214
Packit c4f214
* RT#83728 make quoting work portably and remove
Packit c4f214
  prototypes from one-liner in requires()
Packit c4f214
Packit c4f214
0.56    Thu Aug 29 21:29:22 BST 2013
Packit c4f214
Packit c4f214
* RT#83728 make requires() more robust
Packit c4f214
Packit c4f214
0.54    Sun Aug 12 09:10:13 BST 2012
Packit c4f214
Packit c4f214
* VMS test fixes from Craig Berry
Packit c4f214
Packit c4f214
0.52    Sun Jul 29 10:06:44 BST 2012
Packit c4f214
Packit c4f214
* Various enhancements, including now uses
Packit c4f214
  Module::Metadata (vpit)
Packit c4f214
Packit c4f214
0.50    Fri Apr 27 22:22:13 BST 2012
Packit c4f214
Packit c4f214
* Speed enhancements with thanks to Vincent Pit
Packit c4f214
Packit c4f214
0.48    Thu Mar 15 13:55:50 GMT 2012
Packit c4f214
Packit c4f214
* Wrap $^X in "" to foil paths with spaces
Packit c4f214
  Reported by Samuel Ferencik (via email)
Packit c4f214
Packit c4f214
0.46    Wed Sep  7 23:57:03 BST 2011
Packit c4f214
Packit c4f214
* Use || instead of "or" (perl#78708) (chorny)
Packit c4f214
Packit c4f214
0.44    Wed Feb  9 21:48:42 GMT 2011
Packit c4f214
Packit c4f214
* Apply podchecker patch from Michael Stevens RT #65601
Packit c4f214
Packit c4f214
0.42    Wed Feb  9 15:27:14 GMT 2011
Packit c4f214
Packit c4f214
* Apply patch from Phillip Moore RT #60916, which
Packit c4f214
  fixes an edge-case with obj/ref @INC entries.
Packit c4f214
Packit c4f214
0.40    Fri Jan  7 21:45:01 GMT 2011
Packit c4f214
Packit c4f214
* Apply blead patch from Peter Acklam
Packit c4f214
Packit c4f214
0.38    Fri Apr 23 15:52:38 BST 2010
Packit c4f214
Packit c4f214
* New release of version raises exceptions on
Packit c4f214
  parse errors. Use eval to guard ourselves
Packit c4f214
  against this.
Packit c4f214
Packit c4f214
0.36    Tue Feb  9 14:16:21 GMT 2010
Packit c4f214
Packit c4f214
* Apply patch from Pavel Shaydo RT #53546 to improve
Packit c4f214
  the performance of _parse_version()
Packit c4f214
Packit c4f214
0.34    Thu Oct 29 09:22:48 GMT 2009
Packit c4f214
Packit c4f214
* Remove DOS line endings from test files RT#50926
Packit c4f214
  reported by Steve Hay
Packit c4f214
Packit c4f214
0.32    Fri Oct 23 21:56:11 BST 2009
Packit c4f214
Packit c4f214
* Version bump
Packit c4f214
Packit c4f214
0.31_01 Fri Oct 23 09:47:12 BST 2009
Packit c4f214
Packit c4f214
* Added DEPRECATED and support for determining if
Packit c4f214
  a core module is loaded from perl lib path and
Packit c4f214
  setting uptodate accordingly.
Packit c4f214
Packit c4f214
0.30    Mon Jan 19 16:25:55 CET 2009
Packit c4f214
Packit c4f214
* This is a test-suite fix release only. Users of
Packit c4f214
  0.28 need not upgrade.
Packit c4f214
* Address #42140: 01_Module_Load_Conditional.t support
Packit c4f214
  VMS in UNIX compatible mode.
Packit c4f214
* Address #42282: test fail on MSWin32
Packit c4f214
Packit c4f214
0.28    Wed Dec 17 13:54:17 CET 2008
Packit c4f214
Packit c4f214
* Add the directory the package was found in to the
Packit c4f214
  return value of check_install()
Packit c4f214
Packit c4f214
0.26    Fri Feb 29 16:01:15 CET 2008
Packit c4f214
Packit c4f214
* Address #32817: $INC{'Module/Load/Conditional.pm'}
Packit c4f214
  isn't canonicalized under Win32. This exposed an
Packit c4f214
  issue in the test suite under ActivePerl for Win32,
Packit c4f214
  but not the code itself.
Packit c4f214
  Users of 0.24 do not need to upgrade.
Packit c4f214
Packit c4f214
0.24    Wed Jan  2 16:53:19 CET 2008
Packit c4f214
Packit c4f214
* Readdress #29348 to make sure version comparisons
Packit c4f214
  handle alpha versions (XX_YY type) gracefully.
Packit c4f214
* Address #31680 to make sure $FIND_VERSION works
Packit c4f214
  nicely with taint mode enabled.
Packit c4f214
Packit c4f214
0.22    Mon Oct 15 10:10:21 CEST 2007
Packit c4f214
Packit c4f214
* Promote 0.21_01 to stable. Users who already have
Packit c4f214
  0.20 installed do not need to upgrade. This is merely
Packit c4f214
  a test suit portability fix for perl 5.005
Packit c4f214
Packit c4f214
0.21_01 Fri Oct 12 10:48:06 CEST 2007
Packit c4f214
Packit c4f214
* Patch to make test-suite work with 5.005 weirdness
Packit c4f214
  as reported by Slaven Rezic.
Packit c4f214
Packit c4f214
0.20    Wed Oct  3 16:24:46 CEST 2007
Packit c4f214
Packit c4f214
* Update directory depth of test files to be less
Packit c4f214
  than 8 under perl core for old VAX and VMS
Packit c4f214
  compatibility. Users who have installed 0.18 do
Packit c4f214
  not need to upgrade.
Packit c4f214
Packit c4f214
0.18    Sat Sep 15 14:22:23 CEST 2007
Packit c4f214
Packit c4f214
* Promoted 0.17_02 to stable.
Packit c4f214
Packit c4f214
0.17_02 Fri Sep 14 11:55:52 CEST 2007
Packit c4f214
Packit c4f214
* Some more VMS fixes as suggested by John Malmberg
Packit c4f214
* Address #29348: Version compare logic doesn't
Packit c4f214
  handle alphas? by always using qv() to compare
Packit c4f214
  version strings.
Packit c4f214
Packit c4f214
0.17_01 Sun Sep  9 11:55:54 CEST 2007
Packit c4f214
Packit c4f214
* Most VMS specifics can now be removed from the
Packit c4f214
  test suite, as we now depend on a newer version
Packit c4f214
  of Module::Load, which will hide this all away.
Packit c4f214
Packit c4f214
0.16    Thu Jan 25 22:24:36 CET 2007
Packit c4f214
Packit c4f214
* Address #23995: Version parsing code has been
Packit c4f214
  improved and now partly relies on version.pm.
Packit c4f214
  Previously, versions declared with qv() or
Packit c4f214
  ($VERSION) (note the braces) could fail to
Packit c4f214
  parse under certain conditions.
Packit c4f214
* Add 02_Parse_Version.t to specifically test for
Packit c4f214
  this behaviour.
Packit c4f214
Packit c4f214
0.14    Wed Jan  3 18:27:36 CET 2007
Packit c4f214
Packit c4f214
* Skip $VERSION declarations that are part of the
Packit c4f214
  POD as reported in #24062
Packit c4f214
Packit c4f214
0.12    Sun Aug 13 14:55:54 CEST 2006
Packit c4f214
Packit c4f214
* Make %INC look ups work correctly under win32,
Packit c4f214
  where the directory seperator is not the same
Packit c4f214
  as the %INC path seperator