Fix Exporter test for 2770a1ce2934f4277de13f4f795ba41c86bf1646. Silly me.
Nicholas Clark [Sat, 7 Feb 2009 20:34:55 +0000 (20:34 +0000)]
lib/Exporter.t

index ce37116..20f6ad3 100644 (file)
@@ -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");