From 86e8f854735056a6371b5c1a8bbc81820c6e4f55 Mon Sep 17 00:00:00 2001 From: Jarkko Hietaniemi Date: Sun, 9 Sep 2001 14:40:39 +0000 Subject: [PATCH] The exact error message is system-dependent. p4raw-id: //depot/perl@11965 --- lib/ExtUtils/Manifest.t | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.7.4