[Module-build-checkins] Module-Build Build.PL,1.54,1.55
Status: Beta
Brought to you by:
kwilliams
|
From: Randy W. S. <si...@us...> - 2005-06-23 08:20:33
|
Update of /cvsroot/module-build/Module-Build In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv7511 Modified Files: Build.PL Log Message: Use the DistGen module for tests. Index: Build.PL =================================================================== RCS file: /cvsroot/module-build/Module-Build/Build.PL,v retrieving revision 1.54 retrieving revision 1.55 diff -u -d -r1.54 -r1.55 --- Build.PL 7 Jun 2005 21:40:11 -0000 1.54 +++ Build.PL 23 Jun 2005 08:20:22 -0000 1.55 @@ -76,4 +76,3 @@ ); $build->create_build_script; -$build->notes(foo => 'bar'); # We set this here and verify it in t/notes.t |