[Module-build-checkins] Module-Build Changes,1.387,1.388
Status: Beta
Brought to you by:
kwilliams
From: Ken W. <kwi...@us...> - 2005-10-15 17:44:14
|
Update of /cvsroot/module-build/Module-Build In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv10105 Modified Files: Changes Log Message: Add install_destination() and install_types() docs Index: Changes =================================================================== RCS file: /cvsroot/module-build/Module-Build/Changes,v retrieving revision 1.387 retrieving revision 1.388 diff -u -d -r1.387 -r1.388 --- Changes 14 Oct 2005 00:45:52 -0000 1.387 +++ Changes 15 Oct 2005 17:44:04 -0000 1.388 @@ -5,6 +5,8 @@ - Fixed an edge case in $VERSION parsing where we thought a package() declaration was happening but it wasn't. [David Golden] + - Added docs for the install_destination() and install_types() methods. + 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 |