In perl.git, the branch blead has been updated <http://perl5.git.perl.org/perl.git/commitdiff/df8b844e71ddcff72baee26af372af079dd52c0f?hp=4b5ae309d8932eb959b5fc621604614358181bc9>
- Log ----------------------------------------------------------------- commit df8b844e71ddcff72baee26af372af079dd52c0f Author: Nicholas Clark <[email protected]> Date: Tue Mar 8 18:43:41 2011 +0000 In reg_namedcapture.t, don't test for Errno, as the miniperl skip covers this. The original reason for adding the test for Errno was because of a report of tests failing under minitest: http://www.xray.mpe.mpg.de/mailing-lists/perl5-porters/2008-03/msg00467.html ----------------------------------------------------------------------- Summary of changes: t/re/reg_namedcapture.t | 4 ---- 1 files changed, 0 insertions(+), 4 deletions(-) diff --git a/t/re/reg_namedcapture.t b/t/re/reg_namedcapture.t index 8fd297c..03034b0 100644 --- a/t/re/reg_namedcapture.t +++ b/t/re/reg_namedcapture.t @@ -3,10 +3,6 @@ BEGIN { chdir 't' if -d 't'; @INC = '../lib'; - unless ( -r "$INC[0]/Errno.pm") { - print "1..0 # Skip: Errno.pm not yet available\n"; - exit 0; - } unless (defined &DynaLoader::boot_DynaLoader) { print "1..0 # Skip: no dynamic loading on miniperl, no Tie::Hash::NamedCapture\n"; exit 0; -- Perl5 Master Repository
