[Module-build-checkins] Module-Build Changes,1.332,1.333
Status: Beta
Brought to you by:
kwilliams
|
From: Ken W. <kwi...@us...> - 2005-03-23 01:31:28
|
Update of /cvsroot/module-build/Module-Build In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv3584 Modified Files: Changes Log Message: Index: Changes =================================================================== RCS file: /cvsroot/module-build/Module-Build/Changes,v retrieving revision 1.332 retrieving revision 1.333 diff -u -d -r1.332 -r1.333 --- Changes 16 Feb 2005 12:38:57 -0000 1.332 +++ Changes 23 Mar 2005 01:31:10 -0000 1.333 @@ -24,6 +24,10 @@ - Refactored methods relating to parsing perl module files for package, version, and pod data into a new class: Module::Build::ModuleInfo. + - We now use Test::More for our regression tests. If the user + doesn't have it installed, we include a copy in t/lib/ that we can + use during testing (it won't be installed). + - Split documentation into two sections. The user level documentation and overview remains in 'Module/Build.pm', while a new document, 'Module/Build/Authoring.pod', has been created for module authors. |