In perl.git, the branch blead has been updated

<http://perl5.git.perl.org/perl.git/commitdiff/86627c6ade976cfad1fef6fb4eed89254458e14e?hp=2770a1ce2934f4277de13f4f795ba41c86bf1646>

- Log -----------------------------------------------------------------
commit 86627c6ade976cfad1fef6fb4eed89254458e14e
Author: Nicholas Clark <n...@ccl4.org>
Date:   Sat Feb 7 20:34:55 2009 +0000

    Fix Exporter test for 2770a1ce2934f4277de13f4f795ba41c86bf1646. Silly me.
-----------------------------------------------------------------------

Summary of changes:
 lib/Exporter.t |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/lib/Exporter.t b/lib/Exporter.t
index ce37116..20f6ad3 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");
 

--
Perl5 Master Repository

Reply via email to