This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Rename ext/Compress/Raw/Zlib to ext/Compress-Raw-Zlib
authorNicholas Clark <nick@ccl4.org>
Mon, 9 Feb 2009 08:23:25 +0000 (08:23 +0000)
committerNicholas Clark <nick@ccl4.org>
Mon, 9 Feb 2009 08:23:25 +0000 (08:23 +0000)
commitdc539f3db6108539264c04a5b8cd49ed39f38650
tree0eb94dd5d71a5bda352e265a4822954a2c09c7e2
parent062138d82f5ec918ee403888a7dfb07b4b03e906
Rename ext/Compress/Raw/Zlib to ext/Compress-Raw-Zlib
42 files changed:
MANIFEST
Porting/Maintainers.pl
README.cygwin
ext/Compress-Raw-Zlib/.gitignore [moved from ext/Compress/Raw/Zlib/.gitignore with 100% similarity]
ext/Compress-Raw-Zlib/Changes [moved from ext/Compress/Raw/Zlib/Changes with 100% similarity]
ext/Compress-Raw-Zlib/Makefile.PL [moved from ext/Compress/Raw/Zlib/Makefile.PL with 100% similarity]
ext/Compress-Raw-Zlib/README [moved from ext/Compress/Raw/Zlib/README with 100% similarity]
ext/Compress-Raw-Zlib/Zlib.xs [moved from ext/Compress/Raw/Zlib/Zlib.xs with 100% similarity]
ext/Compress-Raw-Zlib/config.in [moved from ext/Compress/Raw/Zlib/config.in with 100% similarity]
ext/Compress-Raw-Zlib/examples/filtdef [moved from ext/Compress/Raw/Zlib/examples/filtdef with 100% similarity]
ext/Compress-Raw-Zlib/examples/filtinf [moved from ext/Compress/Raw/Zlib/examples/filtinf with 100% similarity]
ext/Compress-Raw-Zlib/fallback/constants.h [moved from ext/Compress/Raw/Zlib/fallback/constants.h with 100% similarity]
ext/Compress-Raw-Zlib/fallback/constants.xs [moved from ext/Compress/Raw/Zlib/fallback/constants.xs with 100% similarity]
ext/Compress-Raw-Zlib/lib/Compress/Raw/Zlib.pm [moved from ext/Compress/Raw/Zlib/lib/Compress/Raw/Zlib.pm with 100% similarity]
ext/Compress-Raw-Zlib/pod/FAQ.pod [moved from ext/Compress/Raw/Zlib/pod/FAQ.pod with 100% similarity]
ext/Compress-Raw-Zlib/private/MakeUtil.pm [moved from ext/Compress/Raw/Zlib/private/MakeUtil.pm with 100% similarity]
ext/Compress-Raw-Zlib/t/01version.t [moved from ext/Compress/Raw/Zlib/t/01version.t with 100% similarity]
ext/Compress-Raw-Zlib/t/02zlib.t [moved from ext/Compress/Raw/Zlib/t/02zlib.t with 100% similarity]
ext/Compress-Raw-Zlib/t/07bufsize.t [moved from ext/Compress/Raw/Zlib/t/07bufsize.t with 100% similarity]
ext/Compress-Raw-Zlib/t/18lvalue.t [moved from ext/Compress/Raw/Zlib/t/18lvalue.t with 100% similarity]
ext/Compress-Raw-Zlib/typemap [moved from ext/Compress/Raw/Zlib/typemap with 100% similarity]
ext/Compress-Raw-Zlib/zlib-src/adler32.c [moved from ext/Compress/Raw/Zlib/zlib-src/adler32.c with 100% similarity]
ext/Compress-Raw-Zlib/zlib-src/compress.c [moved from ext/Compress/Raw/Zlib/zlib-src/compress.c with 100% similarity]
ext/Compress-Raw-Zlib/zlib-src/crc32.c [moved from ext/Compress/Raw/Zlib/zlib-src/crc32.c with 100% similarity]
ext/Compress-Raw-Zlib/zlib-src/crc32.h [moved from ext/Compress/Raw/Zlib/zlib-src/crc32.h with 100% similarity]
ext/Compress-Raw-Zlib/zlib-src/deflate.c [moved from ext/Compress/Raw/Zlib/zlib-src/deflate.c with 100% similarity]
ext/Compress-Raw-Zlib/zlib-src/deflate.h [moved from ext/Compress/Raw/Zlib/zlib-src/deflate.h with 100% similarity]
ext/Compress-Raw-Zlib/zlib-src/infback.c [moved from ext/Compress/Raw/Zlib/zlib-src/infback.c with 100% similarity]
ext/Compress-Raw-Zlib/zlib-src/inffast.c [moved from ext/Compress/Raw/Zlib/zlib-src/inffast.c with 100% similarity]
ext/Compress-Raw-Zlib/zlib-src/inffast.h [moved from ext/Compress/Raw/Zlib/zlib-src/inffast.h with 100% similarity]
ext/Compress-Raw-Zlib/zlib-src/inffixed.h [moved from ext/Compress/Raw/Zlib/zlib-src/inffixed.h with 100% similarity]
ext/Compress-Raw-Zlib/zlib-src/inflate.c [moved from ext/Compress/Raw/Zlib/zlib-src/inflate.c with 100% similarity]
ext/Compress-Raw-Zlib/zlib-src/inflate.h [moved from ext/Compress/Raw/Zlib/zlib-src/inflate.h with 100% similarity]
ext/Compress-Raw-Zlib/zlib-src/inftrees.c [moved from ext/Compress/Raw/Zlib/zlib-src/inftrees.c with 100% similarity]
ext/Compress-Raw-Zlib/zlib-src/inftrees.h [moved from ext/Compress/Raw/Zlib/zlib-src/inftrees.h with 100% similarity]
ext/Compress-Raw-Zlib/zlib-src/trees.c [moved from ext/Compress/Raw/Zlib/zlib-src/trees.c with 100% similarity]
ext/Compress-Raw-Zlib/zlib-src/trees.h [moved from ext/Compress/Raw/Zlib/zlib-src/trees.h with 100% similarity]
ext/Compress-Raw-Zlib/zlib-src/uncompr.c [moved from ext/Compress/Raw/Zlib/zlib-src/uncompr.c with 100% similarity]
ext/Compress-Raw-Zlib/zlib-src/zconf.h [moved from ext/Compress/Raw/Zlib/zlib-src/zconf.h with 100% similarity]
ext/Compress-Raw-Zlib/zlib-src/zlib.h [moved from ext/Compress/Raw/Zlib/zlib-src/zlib.h with 100% similarity]
ext/Compress-Raw-Zlib/zlib-src/zutil.c [moved from ext/Compress/Raw/Zlib/zlib-src/zutil.c with 100% similarity]
ext/Compress-Raw-Zlib/zlib-src/zutil.h [moved from ext/Compress/Raw/Zlib/zlib-src/zutil.h with 100% similarity]