diff options
-rw-r--r-- | lib/ExtUtils/Manifest.t | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/ExtUtils/Manifest.t b/lib/ExtUtils/Manifest.t index a1452b9645..5bf82a70d6 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 |