projects
/
p5sagit/p5-mst-13.2.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
(parent:
df14e5a
)
Ooops, perlio into scalars was already history for this test...
Jarkko Hietaniemi [Tue, 9 Sep 2003 07:08:15 +0000 (07:08 +0000)]
p4raw-id: //depot/perl@21128
lib/dumpvar.t
patch
|
blob
|
blame
|
history
diff --git
a/lib/dumpvar.t
b/lib/dumpvar.t
index
9dddddc
..
dff7bb2
100644
(file)
--- a/
lib/dumpvar.t
+++ b/
lib/dumpvar.t
@@
-3,10
+3,6
@@
BEGIN {
chdir 't' if -d 't';
@INC = '../lib';
- unless (find PerlIO::Layer 'perlio') { # no perlio, no PerlIO::scalar.
- print "1..0 # Skip: not perlio\n";
- exit 0;
- }
}
use strict;