Message-Id: <4.2.0.58.
20020710212608.02cd8100@mickey.dijkmat.nl>
p4raw-id: //depot/perl@17471
# Check decoding _with_ layers
ok(
- open( my $in,'<:via(PerlIO::via::QuotedPrint)', $file ),
+ open( my $in,'<:via(QuotedPrint)', $file ),
"opening '$file' for reading"
);
is( $decoded,join( '',<$in> ), 'check decoding' );