projects
/
p5sagit/p5-mst-13.2.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
(parent:
38dcbcb
)
The base.pm changes need this, too?
Jarkko Hietaniemi [Wed, 8 May 2002 13:55:05 +0000 (13:55 +0000)]
p4raw-id: //depot/perl@16490
lib/diagnostics.t
patch
|
blob
|
blame
|
history
diff --git
a/lib/diagnostics.t
b/lib/diagnostics.t
index
486f8f6
..
f30f70e
100644
(file)
--- a/
lib/diagnostics.t
+++ b/
lib/diagnostics.t
@@
-15,4
+15,4
@@
eval {
'base'->import(qw(I::do::not::exist));
};
-is( $@, '', 'diagnostics not tripped up by "use base qw(Dont::Exist)"' );
+like( $@, qr/^Base class package "I::do::not::exist" is empty/);