diff options
author | Nicholas Clark <nick@ccl4.org> | 2004-11-08 20:27:42 +0000 |
---|---|---|
committer | Nicholas Clark <nick@ccl4.org> | 2004-11-08 20:27:42 +0000 |
commit | 4837be0183cb4ecea051efb5fb88a97a0c4f34d4 (patch) | |
tree | 03a8d1ca92fd9493580aebc6e56cec5f8616baa9 /ext | |
parent | 3731c1afa47cbf4343a95eddd3f74b7c7d65f629 (diff) | |
download | perl-4837be0183cb4ecea051efb5fb88a97a0c4f34d4.tar.gz |
No more late changes, dammit
p4raw-id: //depot/perl@23487
Diffstat (limited to 'ext')
-rw-r--r-- | ext/B/t/optree_concise.t | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/B/t/optree_concise.t b/ext/B/t/optree_concise.t index 09a5207bd9..d4d6d32967 100644 --- a/ext/B/t/optree_concise.t +++ b/ext/B/t/optree_concise.t @@ -22,7 +22,7 @@ use Config; plan tests => 24; SKIP: { -skip "no perlio in this build", 23 unless $Config::Config{useperlio}; +skip "no perlio in this build", 24 unless $Config::Config{useperlio}; $SIG{__WARN__} = sub { my $err = shift; |