This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Implement:
authorNick Ing-Simmons <nik@tiuk.ti.com>
Sat, 24 Mar 2001 10:29:37 +0000 (10:29 +0000)
committerNick Ing-Simmons <nik@tiuk.ti.com>
Sat, 24 Mar 2001 10:29:37 +0000 (10:29 +0000)
commitf6c77cf1bf4d7cb2c7a64dd7608120b471f84062
treef451c26b5e8e83030868fb6a14844822e66dfc8e
parente3f3bf95bcb81efe35cb0f0d3e3528d5c002dcec
Implement:
 1.  open($fh,"+<",undef);  # add test to t/io/open.t
 2.  open($fh,"+<",\$var);  # New test t/lib/io_scalar.t

p4raw-id: //depot/perlio@9318
MANIFEST
doio.c
ext/Encode/Encode.xs
ext/PerlIO/Scalar/Makefile.PL [new file with mode: 0644]
ext/PerlIO/Scalar/Scalar.pm [new file with mode: 0644]
ext/PerlIO/Scalar/Scalar.xs [new file with mode: 0644]
perlio.c
perliol.h
t/io/open.t
t/io/utf8.t
t/lib/io_scalar.t [new file with mode: 0644]