[Module-build-checkins] Module-Build Changes,1.371,1.372
Status: Beta
Brought to you by:
kwilliams
|
From: Ken W. <kwi...@us...> - 2005-09-06 22:07:31
|
Update of /cvsroot/module-build/Module-Build In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv26845 Modified Files: Changes Log Message: Don't assume all subclasses are in _build/lib Index: Changes =================================================================== RCS file: /cvsroot/module-build/Module-Build/Changes,v retrieving revision 1.371 retrieving revision 1.372 diff -u -d -r1.371 -r1.372 --- Changes 29 Aug 2005 22:19:24 -0000 1.371 +++ Changes 6 Sep 2005 22:07:23 -0000 1.372 @@ -2,6 +2,12 @@ 0.27_03 + - Previously, we assumed that any custom subclass of Module::Build + was located in _build/lib/. This is only true if the author used + the subclass() method, though. We now use %INC to find where the + custom subclass really is, so that we can "use lib" it. [Spotted by + Peter Tandler] + - If the user passes a no_index parameter to our constructor, we now pass that through when building the META.yml file. [Richard Soderberg, RT #9603] |