diff options
author | Jarkko Hietaniemi <jhi@iki.fi> | 2002-07-09 21:31:44 +0000 |
---|---|---|
committer | Jarkko Hietaniemi <jhi@iki.fi> | 2002-07-09 21:31:44 +0000 |
commit | e934609f7db1163b003ba7314f8d52ebfc1e2f12 (patch) | |
tree | 74e172d331579be10555103b1caf5cdfd80b687d /MANIFEST | |
parent | caf25f3be4a66b8fbb51db2cfdfa658f6b9704e7 (diff) | |
download | perl-e934609f7db1163b003ba7314f8d52ebfc1e2f12.tar.gz |
Change PerlIO::Scalar and Via to scalar and via.
p4raw-id: //depot/perl@17454
Diffstat (limited to 'MANIFEST')
-rw-r--r-- | MANIFEST | 20 |
1 files changed, 10 insertions, 10 deletions
@@ -531,17 +531,17 @@ ext/PerlIO/encoding/encoding.xs PerlIO::encoding ext/PerlIO/encoding/Makefile.PL PerlIO::encoding makefile writer ext/PerlIO/encoding/MANIFEST PerlIO::encoding list of files ext/PerlIO/PerlIO.t See if PerlIO works -ext/PerlIO/Scalar/Makefile.PL PerlIO layer for scalars -ext/PerlIO/Scalar/Scalar.pm PerlIO layer for scalars -ext/PerlIO/Scalar/Scalar.xs PerlIO layer for scalars +ext/PerlIO/scalar/Makefile.PL PerlIO layer for scalars +ext/PerlIO/scalar/scalar.pm PerlIO layer for scalars +ext/PerlIO/scalar/scalar.xs PerlIO layer for scalars ext/PerlIO/t/encoding.t See if PerlIO encoding conversion works ext/PerlIO/t/fail.t See if bad layers fail ext/PerlIO/t/fallback.t See if PerlIO fallbacks work -ext/PerlIO/t/scalar.t See if PerlIO::Scalar works -ext/PerlIO/t/via.t See if PerlIO::Via works -ext/PerlIO/Via/Makefile.PL PerlIO layer for layers in perl -ext/PerlIO/Via/Via.pm PerlIO layer for layers in perl -ext/PerlIO/Via/Via.xs PerlIO layer for layers in perl +ext/PerlIO/t/scalar.t See if PerlIO::scalar works +ext/PerlIO/t/via.t See if PerlIO::via works +ext/PerlIO/via/Makefile.PL PerlIO layer for layers in perl +ext/PerlIO/via/via.pm PerlIO layer for layers in perl +ext/PerlIO/via/via.xs PerlIO layer for layers in perl ext/POSIX/hints/bsdos.pl Hint for POSIX for named architecture ext/POSIX/hints/dynixptx.pl Hint for POSIX for named architecture ext/POSIX/hints/freebsd.pl Hint for POSIX for named architecture @@ -1359,8 +1359,8 @@ lib/overload.pm Module for overloading perl operators lib/overload.t See if operator overloading works lib/perl5db.pl Perl debugging routines lib/PerlIO.pm PerlIO support module -lib/PerlIO/Via/QuotedPrint.pm PerlIO::Via::QuotedPrint -lib/PerlIO/Via/t/QuotedPrint.t PerlIO::Via::QuotedPrint +lib/PerlIO/via/QuotedPrint.pm PerlIO::via::QuotedPrint +lib/PerlIO/via/t/QuotedPrint.t PerlIO::via::QuotedPrint lib/ph.t See if h2ph works lib/Pod/Checker.pm Pod-Parser - check POD documents for syntax errors lib/Pod/Find.pm used by pod/splitpod |