projects
/
p5sagit/p5-mst-13.2.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
(parent:
c48640e
)
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
patch
|
blob
|
blame
|
history
diff --git
a/lib/Pod/t/Usage.t
b/lib/Pod/t/Usage.t
index
d970d91
..
343a0a7
100644
(file)
--- a/
lib/Pod/t/Usage.t
+++ b/
lib/Pod/t/Usage.t
@@
-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 {