[svn:Module-Build] r13674 - Module-Build/trunk/t

[email protected] Thu, 17 Dec 2009 09:36:38 -0800 (PST)
Newsgroups perl.module.build.checkins
Message-ID <[email protected]>
Author: dagolden
Date: Thu Dec 17 09:36:37 2009
New Revision: 13674

Modified:
   Module-Build/trunk/t/runthrough.t

Log:
use fresh test distributions in runthrough.t

Modified: Module-Build/trunk/t/runthrough.t
==============================================================================
--- Module-Build/trunk/t/runthrough.t	(original)
+++ Module-Build/trunk/t/runthrough.t	Thu Dec 17 09:36:37 2009
@@ -13,7 +13,7 @@
 my $tmp = MBTest->tmpdir;
 
 use DistGen;
-my $dist = DistGen->new( dir => $tmp );
+my $dist = DistGen->new();
 $dist->change_build_pl
 ({
   module_name => 'Simple',
@@ -197,7 +197,7 @@
 echo Hello, World!
 ---
 
-  $dist = DistGen->new( dir => $tmp );
+  $dist = DistGen->new();
   $dist->change_build_pl({
 			  module_name => 'Simple',
 			  scripts     => [ 'bin/script.bat' ],