This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
do or die; for all the List::Util pure perl tests.
[perl5.git] / ext / List / Util / t / p_sum.t
index d594ac5..48e7ef7 100644 (file)
@@ -4,4 +4,4 @@
 $List::Util::TESTING_PERL_ONLY = $List::Util::TESTING_PERL_ONLY = 1;
 
 (my $f = __FILE__) =~ s/p_//;
-do $f;
+do $f; die $@ if $@;