From: Nicholas Clark Date: Mon, 9 Feb 2009 18:18:32 +0000 (+0000) Subject: Rename ext/PerlIO/scalar to ext/PerlIO-scalar X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=b4bd6dcd4597bfa7eb0b9542213d88964c71ae3b;p=p5sagit%2Fp5-mst-13.2.git Rename ext/PerlIO/scalar to ext/PerlIO-scalar --- diff --git a/MANIFEST b/MANIFEST index 7e010b4..3dd6f2d 100644 --- a/MANIFEST +++ b/MANIFEST @@ -969,11 +969,11 @@ ext/PerlIO-encoding/MANIFEST PerlIO::encoding list of files ext/PerlIO-encoding/t/encoding.t See if PerlIO encoding conversion works ext/PerlIO-encoding/t/fallback.t See if PerlIO fallbacks work ext/PerlIO-encoding/t/nolooping.t Tests for PerlIO::encoding -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/t/scalar.t See if PerlIO::scalar works -ext/PerlIO/scalar/t/scalar_ungetc.t Tests for 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-scalar/t/scalar.t See if PerlIO::scalar works +ext/PerlIO-scalar/t/scalar_ungetc.t Tests for PerlIO layer for scalars ext/PerlIO/via/hints/aix.pl Hint for PerlIO::via for named architecture ext/PerlIO/via/Makefile.PL PerlIO layer for layers in perl ext/PerlIO/via/t/via.t See if PerlIO::via works diff --git a/ext/PerlIO/scalar/Makefile.PL b/ext/PerlIO-scalar/Makefile.PL similarity index 100% rename from ext/PerlIO/scalar/Makefile.PL rename to ext/PerlIO-scalar/Makefile.PL diff --git a/ext/PerlIO/scalar/scalar.pm b/ext/PerlIO-scalar/scalar.pm similarity index 100% rename from ext/PerlIO/scalar/scalar.pm rename to ext/PerlIO-scalar/scalar.pm diff --git a/ext/PerlIO/scalar/scalar.xs b/ext/PerlIO-scalar/scalar.xs similarity index 100% rename from ext/PerlIO/scalar/scalar.xs rename to ext/PerlIO-scalar/scalar.xs diff --git a/ext/PerlIO/scalar/t/scalar.t b/ext/PerlIO-scalar/t/scalar.t similarity index 100% rename from ext/PerlIO/scalar/t/scalar.t rename to ext/PerlIO-scalar/t/scalar.t diff --git a/ext/PerlIO/scalar/t/scalar_ungetc.t b/ext/PerlIO-scalar/t/scalar_ungetc.t similarity index 100% rename from ext/PerlIO/scalar/t/scalar_ungetc.t rename to ext/PerlIO-scalar/t/scalar_ungetc.t