This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Move Compress::Raw::Bzip2 from ext/ to cpan/
authorNicholas Clark <nick@ccl4.org>
Thu, 1 Oct 2009 13:31:17 +0000 (14:31 +0100)
committerNicholas Clark <nick@ccl4.org>
Thu, 1 Oct 2009 13:31:17 +0000 (14:31 +0100)
commitd371e02a597f759bb8188a51ce0eaac8bb8ce869
tree7ff7023aab4b51071c43f1de842dfd8510d68498
parente9dc4a2bf6ff50c27a5bd2e83ff4755923a33e7a
Move Compress::Raw::Bzip2 from ext/ to cpan/
35 files changed:
MANIFEST
Porting/Maintainers.pl
cpan/Compress-Raw-Bzip2/.gitignore [moved from ext/Compress-Raw-Bzip2/.gitignore with 100% similarity]
cpan/Compress-Raw-Bzip2/Bzip2.xs [moved from ext/Compress-Raw-Bzip2/Bzip2.xs with 100% similarity]
cpan/Compress-Raw-Bzip2/Changes [moved from ext/Compress-Raw-Bzip2/Changes with 100% similarity]
cpan/Compress-Raw-Bzip2/Makefile.PL [moved from ext/Compress-Raw-Bzip2/Makefile.PL with 100% similarity]
cpan/Compress-Raw-Bzip2/README [moved from ext/Compress-Raw-Bzip2/README with 100% similarity]
cpan/Compress-Raw-Bzip2/bzip2-src/LICENSE [moved from ext/Compress-Raw-Bzip2/bzip2-src/LICENSE with 100% similarity]
cpan/Compress-Raw-Bzip2/bzip2-src/blocksort.c [moved from ext/Compress-Raw-Bzip2/bzip2-src/blocksort.c with 100% similarity]
cpan/Compress-Raw-Bzip2/bzip2-src/bzip2.c [moved from ext/Compress-Raw-Bzip2/bzip2-src/bzip2.c with 100% similarity]
cpan/Compress-Raw-Bzip2/bzip2-src/bzip2recover.c [moved from ext/Compress-Raw-Bzip2/bzip2-src/bzip2recover.c with 100% similarity]
cpan/Compress-Raw-Bzip2/bzip2-src/bzlib.c [moved from ext/Compress-Raw-Bzip2/bzip2-src/bzlib.c with 100% similarity]
cpan/Compress-Raw-Bzip2/bzip2-src/bzlib.h [moved from ext/Compress-Raw-Bzip2/bzip2-src/bzlib.h with 100% similarity]
cpan/Compress-Raw-Bzip2/bzip2-src/bzlib_private.h [moved from ext/Compress-Raw-Bzip2/bzip2-src/bzlib_private.h with 100% similarity]
cpan/Compress-Raw-Bzip2/bzip2-src/compress.c [moved from ext/Compress-Raw-Bzip2/bzip2-src/compress.c with 100% similarity]
cpan/Compress-Raw-Bzip2/bzip2-src/crctable.c [moved from ext/Compress-Raw-Bzip2/bzip2-src/crctable.c with 100% similarity]
cpan/Compress-Raw-Bzip2/bzip2-src/decompress.c [moved from ext/Compress-Raw-Bzip2/bzip2-src/decompress.c with 100% similarity]
cpan/Compress-Raw-Bzip2/bzip2-src/dlltest.c [moved from ext/Compress-Raw-Bzip2/bzip2-src/dlltest.c with 100% similarity]
cpan/Compress-Raw-Bzip2/bzip2-src/huffman.c [moved from ext/Compress-Raw-Bzip2/bzip2-src/huffman.c with 100% similarity]
cpan/Compress-Raw-Bzip2/bzip2-src/mk251.c [moved from ext/Compress-Raw-Bzip2/bzip2-src/mk251.c with 100% similarity]
cpan/Compress-Raw-Bzip2/bzip2-src/randtable.c [moved from ext/Compress-Raw-Bzip2/bzip2-src/randtable.c with 100% similarity]
cpan/Compress-Raw-Bzip2/bzip2-src/spewG.c [moved from ext/Compress-Raw-Bzip2/bzip2-src/spewG.c with 100% similarity]
cpan/Compress-Raw-Bzip2/bzip2-src/unzcrash.c [moved from ext/Compress-Raw-Bzip2/bzip2-src/unzcrash.c with 100% similarity]
cpan/Compress-Raw-Bzip2/fallback/constants.h [moved from ext/Compress-Raw-Bzip2/fallback/constants.h with 100% similarity]
cpan/Compress-Raw-Bzip2/fallback/constants.xs [moved from ext/Compress-Raw-Bzip2/fallback/constants.xs with 100% similarity]
cpan/Compress-Raw-Bzip2/lib/Compress/Raw/Bzip2.pm [moved from ext/Compress-Raw-Bzip2/lib/Compress/Raw/Bzip2.pm with 100% similarity]
cpan/Compress-Raw-Bzip2/pod/FAQ.pod [moved from ext/Compress-Raw-Bzip2/pod/FAQ.pod with 100% similarity]
cpan/Compress-Raw-Bzip2/private/MakeUtil.pm [moved from ext/Compress-Raw-Bzip2/private/MakeUtil.pm with 100% similarity]
cpan/Compress-Raw-Bzip2/t/000prereq.t [moved from ext/Compress-Raw-Bzip2/t/000prereq.t with 100% similarity]
cpan/Compress-Raw-Bzip2/t/01bzip2.t [moved from ext/Compress-Raw-Bzip2/t/01bzip2.t with 100% similarity]
cpan/Compress-Raw-Bzip2/t/09limitoutput.t [moved from ext/Compress-Raw-Bzip2/t/09limitoutput.t with 100% similarity]
cpan/Compress-Raw-Bzip2/t/99pod.t [moved from ext/Compress-Raw-Bzip2/t/99pod.t with 100% similarity]
cpan/Compress-Raw-Bzip2/t/compress/CompTestUtils.pm [moved from ext/Compress-Raw-Bzip2/t/compress/CompTestUtils.pm with 100% similarity]
cpan/Compress-Raw-Bzip2/typemap [moved from ext/Compress-Raw-Bzip2/typemap with 100% similarity]
t/TEST