Rename ext/Compress/Zlib to ext/Compress-Zlib
Nicholas Clark [Mon, 9 Feb 2009 08:53:52 +0000 (08:53 +0000)]
21 files changed:
MANIFEST
Porting/Maintainers.pl
README.cygwin
ext/Compress-Zlib/Changes [moved from ext/Compress/Zlib/Changes with 100% similarity]
ext/Compress-Zlib/Makefile.PL [moved from ext/Compress/Zlib/Makefile.PL with 100% similarity]
ext/Compress-Zlib/README [moved from ext/Compress/Zlib/README with 100% similarity]
ext/Compress-Zlib/examples/filtdef [moved from ext/Compress/Zlib/examples/filtdef with 100% similarity]
ext/Compress-Zlib/examples/filtinf [moved from ext/Compress/Zlib/examples/filtinf with 100% similarity]
ext/Compress-Zlib/examples/gzcat [moved from ext/Compress/Zlib/examples/gzcat with 100% similarity]
ext/Compress-Zlib/examples/gzgrep [moved from ext/Compress/Zlib/examples/gzgrep with 100% similarity]
ext/Compress-Zlib/examples/gzstream [moved from ext/Compress/Zlib/examples/gzstream with 100% similarity]
ext/Compress-Zlib/lib/Compress/Zlib.pm [moved from ext/Compress/Zlib/lib/Compress/Zlib.pm with 100% similarity]
ext/Compress-Zlib/pod/FAQ.pod [moved from ext/Compress/Zlib/pod/FAQ.pod with 100% similarity]
ext/Compress-Zlib/private/MakeUtil.pm [moved from ext/Compress/Zlib/private/MakeUtil.pm with 100% similarity]
ext/Compress-Zlib/t/01version.t [moved from ext/Compress/Zlib/t/01version.t with 100% similarity]
ext/Compress-Zlib/t/03zlib-v1.t [moved from ext/Compress/Zlib/t/03zlib-v1.t with 100% similarity]
ext/Compress-Zlib/t/05examples.t [moved from ext/Compress/Zlib/t/05examples.t with 97% similarity]
ext/Compress-Zlib/t/06gzsetp.t [moved from ext/Compress/Zlib/t/06gzsetp.t with 100% similarity]
ext/Compress-Zlib/t/08encoding.t [moved from ext/Compress/Zlib/t/08encoding.t with 100% similarity]
ext/Compress-Zlib/t/14gzopen.t [moved from ext/Compress/Zlib/t/14gzopen.t with 100% similarity]
ext/IO_Compress_Zlib/t/010examples.t

index 46e67a4..3011f09 100644 (file)
--- a/MANIFEST
+++ b/MANIFEST
@@ -150,23 +150,23 @@ ext/Compress-Raw-Zlib/zlib-src/zlib.h     Compress::Raw::Zlib
 ext/Compress-Raw-Zlib/zlib-src/zutil.c Compress::Raw::Zlib
 ext/Compress-Raw-Zlib/zlib-src/zutil.h Compress::Raw::Zlib
 ext/Compress-Raw-Zlib/Zlib.xs          Compress::Raw::Zlib
-ext/Compress/Zlib/Changes              Compress::Zlib
-ext/Compress/Zlib/examples/filtdef     Compress::Zlib
-ext/Compress/Zlib/examples/filtinf     Compress::Zlib
-ext/Compress/Zlib/examples/gzcat       Compress::Zlib
-ext/Compress/Zlib/examples/gzgrep      Compress::Zlib
-ext/Compress/Zlib/examples/gzstream    Compress::Zlib
-ext/Compress/Zlib/lib/Compress/Zlib.pm Compress::Zlib
-ext/Compress/Zlib/Makefile.PL          Compress::Zlib
-ext/Compress/Zlib/pod/FAQ.pod  Compress::Zlib
-ext/Compress/Zlib/private/MakeUtil.pm  Compress::Zlib
-ext/Compress/Zlib/README               Compress::Zlib
-ext/Compress/Zlib/t/01version.t                Compress::Zlib
-ext/Compress/Zlib/t/03zlib-v1.t                Compress::Zlib
-ext/Compress/Zlib/t/05examples.t       Compress::Zlib
-ext/Compress/Zlib/t/06gzsetp.t         Compress::Zlib
-ext/Compress/Zlib/t/08encoding.t       Compress::Zlib
-ext/Compress/Zlib/t/14gzopen.t         Compress::Zlib
+ext/Compress-Zlib/Changes              Compress::Zlib
+ext/Compress-Zlib/examples/filtdef     Compress::Zlib
+ext/Compress-Zlib/examples/filtinf     Compress::Zlib
+ext/Compress-Zlib/examples/gzcat       Compress::Zlib
+ext/Compress-Zlib/examples/gzgrep      Compress::Zlib
+ext/Compress-Zlib/examples/gzstream    Compress::Zlib
+ext/Compress-Zlib/lib/Compress/Zlib.pm Compress::Zlib
+ext/Compress-Zlib/Makefile.PL          Compress::Zlib
+ext/Compress-Zlib/pod/FAQ.pod  Compress::Zlib
+ext/Compress-Zlib/private/MakeUtil.pm  Compress::Zlib
+ext/Compress-Zlib/README               Compress::Zlib
+ext/Compress-Zlib/t/01version.t                Compress::Zlib
+ext/Compress-Zlib/t/03zlib-v1.t                Compress::Zlib
+ext/Compress-Zlib/t/05examples.t       Compress::Zlib
+ext/Compress-Zlib/t/06gzsetp.t         Compress::Zlib
+ext/Compress-Zlib/t/08encoding.t       Compress::Zlib
+ext/Compress-Zlib/t/14gzopen.t         Compress::Zlib
 ext/Cwd/Changes                        Cwd extension Changelog
 ext/Cwd/Cwd.xs                 Cwd extension external subroutines
 ext/Cwd/Makefile.PL            Cwd extension makefile maker
index 28ced95..42fec23 100644 (file)
@@ -207,7 +207,7 @@ package Maintainers;
        'Compress::Zlib' =>
                {
                'MAINTAINER'    => 'pmqs',
-               'FILES'         => q[ext/Compress/Zlib],
+               'FILES'         => q[ext/Compress-Zlib],
                'CPAN'          => 1,
                'UPSTREAM'      => undef,
                },
index 2fd1d07..c358793 100644 (file)
@@ -567,7 +567,7 @@ be kept as clean as possible.
   pod/perltoc.pod pod.lst Porting/Glossary Porting/repository.pod
   Porting/checkAUTHORS.pl
   ext/Compress-Raw-Zlib/Changes ext/Compress-Raw-Zlib/README
-  ext/Compress/Zlib/Changes ext/Cwd/Changes ext/DB_File/Changes
+  ext/Compress-Zlib/Changes ext/Cwd/Changes ext/DB_File/Changes
   ext/Encode/Changes ext/Sys/Syslog/Changes ext/Time/HiRes/Changes
   ext/Win32API-File/Changes lib/CGI/Changes lib/ExtUtils/CBuilder/Changes
   lib/ExtUtils/Changes lib/ExtUtils/NOTES lib/ExtUtils/PATCHING
@@ -715,7 +715,7 @@ be kept as clean as possible.
 
 =item Perl Module Tests
 
-  ext/Compress/Zlib/t/14gzopen.t
+  ext/Compress-Zlib/t/14gzopen.t
   ext/Cwd/t/cwd.t
   ext/DB_File/t/db-btree.t
   ext/DB_File/t/db-hash.t
similarity index 97%
rename from ext/Compress/Zlib/t/05examples.t
rename to ext/Compress-Zlib/t/05examples.t
index d6dc12d..48dad73 100644 (file)
@@ -37,7 +37,7 @@ my $Perl = ($ENV{'FULLPERL'} or $^X or 'perl') ;
 $Perl = qq["$Perl"] if $^O eq 'MSWin32' ;
  
 $Perl = "$Perl $Inc -w" ;
-my $examples = $ENV{PERL_CORE} ? "../ext/Compress/Zlib/examples" 
+my $examples = $ENV{PERL_CORE} ? "../ext/Compress-Zlib/examples" 
                                : "./examples";
 
 my $hello1 = <<EOM ;
index 35b8f5a..a2562a2 100644 (file)
@@ -38,7 +38,7 @@ $Perl = qq["$Perl"] if $^O eq 'MSWin32' ;
  
 $Perl = "$Perl $Inc -w" ;
 #$Perl .= " -Mblib " ;
-my $examples = $ENV{PERL_CORE} ? "../ext/Compress/Zlib/examples" 
+my $examples = $ENV{PERL_CORE} ? "../ext/Compress-Zlib/examples" 
                                : "./examples";
 
 my $hello1 = <<EOM ;