From: Jarkko Hietaniemi Date: Sun, 9 Sep 2001 14:40:39 +0000 (+0000) Subject: The exact error message is system-dependent. X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=86e8f854735056a6371b5c1a8bbc81820c6e4f55;p=p5sagit%2Fp5-mst-13.2.git The exact error message is system-dependent. p4raw-id: //depot/perl@11965 --- diff --git a/lib/ExtUtils/Manifest.t b/lib/ExtUtils/Manifest.t index a1452b9..5bf82a7 100644 --- a/lib/ExtUtils/Manifest.t +++ b/lib/ExtUtils/Manifest.t @@ -129,7 +129,7 @@ chomp($warn); # 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