[Module-build-checkins] Module-Build Changes,1.443,1.444 MANIFEST,1.52,1.53
Status: Beta
Brought to you by:
kwilliams
From: Ken W. <kwi...@us...> - 2006-03-21 04:51:42
|
Update of /cvsroot/module-build/Module-Build In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv21878 Modified Files: Changes MANIFEST Log Message: Include our own YAML work-alike Index: Changes =================================================================== RCS file: /cvsroot/module-build/Module-Build/Changes,v retrieving revision 1.443 retrieving revision 1.444 diff -u -d -r1.443 -r1.444 --- Changes 18 Mar 2006 02:35:32 -0000 1.443 +++ Changes 21 Mar 2006 04:51:33 -0000 1.444 @@ -7,12 +7,17 @@ was already part of Module::Build 0.2609, but for some reason we've forgotten it in the 0.27_xx series. [Spotted by Steve Kirkup] - - Document the versions of Module::Build where each feature, action, - constructor argument, and method was first publicly documented. + - Document the versions of Module::Build where each feature, action, + constructor argument, and method was first publicly documented. - - More fixes for find_perl_interpreter() to work with BSD flavored - UNIX: Ensure we always return absolute paths; throw an exception - upon failure to find correct interperter; document everything. + - More fixes for find_perl_interpreter() to work with BSD flavored + UNIX: Ensure we always return absolute paths; throw an exception + upon failure to find correct interperter; document everything. + + - We now include our own YAML.pm work-alike that we can use when the + real YAML isn't installed. We might soon even start using it when + YAML is installed, because the YAML API and dependency chain have + been changing in unfavorable ways lately. [Stephen Adkins] 0.27_09 Sat Mar 11 22:48:54 EST 2006 Index: MANIFEST =================================================================== RCS file: /cvsroot/module-build/Module-Build/MANIFEST,v retrieving revision 1.52 retrieving revision 1.53 diff -u -d -r1.52 -r1.53 --- MANIFEST 25 Feb 2006 15:27:26 -0000 1.52 +++ MANIFEST 21 Mar 2006 04:51:34 -0000 1.53 @@ -8,6 +8,7 @@ lib/Module/Build/Cookbook.pm lib/Module/Build/ModuleInfo.pm lib/Module/Build/Notes.pm +lib/Module/Build/YAML.pm lib/Module/Build/Platform/aix.pm lib/Module/Build/Platform/Amiga.pm lib/Module/Build/Platform/cygwin.pm @@ -43,6 +44,7 @@ t/lib/DistGen.pm t/lib/MBTest.pm t/manifypods.t +t/mbyaml.t t/metadata.t t/metadata2.t t/moduleinfo.t |