Author: ericwilhelm
Date: Thu Dec 28 02:53:45 2006
New Revision: 8482

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

Log:
t/ppm.t - test was failing on syntax error

Modified: Module-Build/trunk/t/ppm.t
==============================================================================
--- Module-Build/trunk/t/ppm.t  (original)
+++ Module-Build/trunk/t/ppm.t  Thu Dec 28 02:53:45 2006
@@ -124,7 +124,7 @@
 my $files = { map { $_ => 1 } $tar->list_files };
 
 my $fname = 'Simple';
-$fname = DynaLoader::mod2fname [$fname] if defined &DynaLoader::mod2fname;
+$fname = DynaLoader::mod2fname([$fname]) if defined &DynaLoader::mod2fname;
 exists_ok($files, "blib/arch/auto/Simple/$fname." . $mb->config('dlext'));
 exists_ok($files, 'blib/lib/Simple.pm');
 exists_ok($files, 'blib/script/hello');

Reply via email to