[Module-build-checkins] Module-Build Changes,1.419,1.420
Status: Beta
Brought to you by:
kwilliams
From: Ken W. <kwi...@us...> - 2006-02-03 04:20:20
|
Update of /cvsroot/module-build/Module-Build In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv14399 Modified Files: Changes Log Message: version.pm-related fix Index: Changes =================================================================== RCS file: /cvsroot/module-build/Module-Build/Changes,v retrieving revision 1.419 retrieving revision 1.420 diff -u -d -r1.419 -r1.420 --- Changes 2 Feb 2006 02:11:19 -0000 1.419 +++ Changes 3 Feb 2006 04:20:03 -0000 1.420 @@ -1,5 +1,11 @@ Revision history for Perl extension Module::Build. +0.27_08 + + - Our version comparisons should now work correctly with modules that + use version.pm to delcare their versions (e.g. "our $VERSION = + version->new('1.0.0')"). [John Peacock and Ron Savage] + 0.27_07 Wed Feb 1 20:07:45 CST 2006 - The notes() method now returns the new value when called with two |