One quick fix to the test for differences in error output.
Steve Peters [Wed, 7 Dec 2005 20:39:24 +0000 (20:39 +0000)]
p4raw-id: //depot/perl@26297

lib/Pod/t/Usage.t

index d970d91..343a0a7 100644 (file)
@@ -36,7 +36,7 @@ SKIP: {
         pod2usage({ -verbose => 0, -exit => 'noexit', 
                     -output => \*FAKEOUT, -input => $file });
     };
-    like( $@, qr/^Can't open $file for reading:/, 
+    like( $@, qr/^Can't open $file:/, 
           'File not found without -pathlist' );
 
     eval {