diff options
-rw-r--r-- | lib/Exporter.t | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/Exporter.t b/lib/Exporter.t index ce3711622e..20f6ad31f3 100644 --- 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"); |