projects
/
p5sagit/p5-mst-13.2.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
(parent:
2770a1c
)
Fix Exporter test for 2770a1ce2934f4277de13f4f795ba41c86bf1646. Silly me.
Nicholas Clark [Sat, 7 Feb 2009 20:34:55 +0000 (20:34 +0000)]
lib/Exporter.t
patch
|
blob
|
blame
|
history
diff --git
a/lib/Exporter.t
b/lib/Exporter.t
index
ce37116
..
20f6ad3
100644
(file)
--- a/
lib/Exporter.t
+++ b/
lib/Exporter.t
@@
-220,6
+220,7
@@
my $val = eval { wibble() };
# Check that Carp recognizes Exporter as internal to Perl
require Carp;
+eval { Carp::croak() };
::ok($Carp::Internal{Exporter}, "Carp recognizes Exporter");
::ok($Carp::Internal{'Exporter::Heavy'}, "Carp recognizes Exporter::Heavy");