Change 27401 by [EMAIL PROTECTED] on 2006/03/07 14:58:20

        Fix lib/Module/Build/t/compat.t
        (e.g. see http://www.nntp.perl.org/group/perl.daily-build.reports/36431)

Affected files ...

... //depot/perl/lib/Module/Build/t/compat.t#2 edit

Differences ...

==== //depot/perl/lib/Module/Build/t/compat.t#2 (text) ====
Index: perl/lib/Module/Build/t/compat.t
--- perl/lib/Module/Build/t/compat.t#1~27389~   2006-03-06 08:09:50.000000000 
-0800
+++ perl/lib/Module/Build/t/compat.t    2006-03-07 06:58:20.000000000 -0800
@@ -143,7 +143,7 @@
   $output = stdout_of( sub { $ran_ok = $mb->do_system(@make, 'test', 
'TEST_VERBOSE=0') } );
   ok $ran_ok;
   $output =~ s/^/# /gm;  # Don't confuse our own test output
-  like $output, qr/(?:# .+basic\.+ok\s+(?:[\d.]s\s*)?)+# All tests/,
+  like $output, qr/(?:# .+basic\.+ok\s+(?:[\d.]+s\s*)?)# All tests/,
       'Should be non-verbose';
 
   $mb->delete_filetree($libdir);
End of Patch.

Reply via email to