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
|