[Module-build-checkins] Module-Build Changes,1.386,1.387
Status: Beta
Brought to you by:
kwilliams
From: Ken W. <kwi...@us...> - 2005-10-14 00:46:02
|
Update of /cvsroot/module-build/Module-Build In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv18434 Modified Files: Changes Log Message: Fix a $VERSION parsing edge case Index: Changes =================================================================== RCS file: /cvsroot/module-build/Module-Build/Changes,v retrieving revision 1.386 retrieving revision 1.387 diff -u -d -r1.386 -r1.387 --- Changes 10 Oct 2005 15:20:36 -0000 1.386 +++ Changes 14 Oct 2005 00:45:52 -0000 1.387 @@ -1,5 +1,10 @@ Revision history for Perl extension Module::Build. +0.27_04 + + - Fixed an edge case in $VERSION parsing where we thought a package() + declaration was happening but it wasn't. [David Golden] + 0.27_03 (Beta for 0.28) Mon Oct 10 11:19:23 EDT 2005 - We now use ExtUtils::CBuilder to do all compiling of C code (for |