Module-Load-Conditional
view release on metacpan or search on metacpan
0.32 Fri Oct 23 21:56:11 BST 2009
* Version bump
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.
0.30 Mon Jan 19 16:25:55 CET 2009
* This is a test-suite fix release only. Users of
0.28 need not upgrade.
* Address #42140: 01_Module_Load_Conditional.t support
VMS in UNIX compatible mode.
* Address #42282: test fail on MSWin32
0.28 Wed Dec 17 13:54:17 CET 2008
* Add the directory the package was found in to the
return value of check_install()
0.26 Fri Feb 29 16:01:15 CET 2008
* Address #32817: $INC{'Module/Load/Conditional.pm'}
isn't canonicalized under Win32. This exposed an
issue in the test suite under ActivePerl for Win32,
but not the code itself.
Users of 0.24 do not need to upgrade.
0.24 Wed Jan 2 16:53:19 CET 2008
* Readdress #29348 to make sure version comparisons
handle alpha versions (XX_YY type) gracefully.
* Address #31680 to make sure $FIND_VERSION works
nicely with taint mode enabled.
0.22 Mon Oct 15 10:10:21 CEST 2007
* Promote 0.21_01 to stable. Users who already have
0.20 installed do not need to upgrade. This is merely
* Address #29348: Version compare logic doesn't
handle alphas? by always using qv() to compare
version strings.
0.17_01 Sun Sep 9 11:55:54 CEST 2007
* Most VMS specifics can now be removed from the
test suite, as we now depend on a newer version
of Module::Load, which will hide this all away.
0.16 Thu Jan 25 22:24:36 CET 2007
* Address #23995: Version parsing code has been
improved and now partly relies on version.pm.
Previously, versions declared with qv() or
($VERSION) (note the braces) could fail to
parse under certain conditions.
* Add 02_Parse_Version.t to specifically test for
this behaviour.
0.14 Wed Jan 3 18:27:36 CET 2007
* Skip $VERSION declarations that are part of the
POD as reported in #24062
0.12 Sun Aug 13 14:55:54 CEST 2006
* Make %INC look ups work correctly under win32,
where the directory seperator is not the same
as the %INC path seperator
( run in 0.952 second using v1.01-cache-2.11-cpan-26ccb49234f )