Change 11965 by jhi@alpha on 2001/09/09 14:40:39

        The exact error message is system-dependent.

Affected files ...

... //depot/perl/lib/ExtUtils/Manifest.t#2 edit

Differences ...

==== //depot/perl/lib/ExtUtils/Manifest.t#2 (text) ====
Index: perl/lib/ExtUtils/Manifest.t
--- perl/lib/ExtUtils/Manifest.t.~1~    Sun Sep  9 08:45:06 2001
+++ perl/lib/ExtUtils/Manifest.t        Sun Sep  9 08:45:06 2001
@@ -129,7 +129,7 @@
 
 # the copy should have given one warning and one error
 is($warn, 'Skipping MANIFEST.SKIP', 'warned about MANIFEST.SKIP' );
-like( $@, qr/^Can't read none: No such file or directory/, 
+like( $@, qr/^Can't read none: /, 
                                                'carped about none' );
 
 # tell ExtUtils::Manifest to use a different file
End of Patch.

Reply via email to