In perl.git, the branch blead has been updated

<http://perl5.git.perl.org/perl.git/commitdiff/3a128e31e43ab84aac57a9a912795dc4003c4bc1?hp=eb74f0c50b43015eeff9160bb8df1308c6c73987>

- Log -----------------------------------------------------------------
commit 3a128e31e43ab84aac57a9a912795dc4003c4bc1
Author: Nicholas Clark <[email protected]>
Date:   Wed Sep 16 13:55:53 2009 +0100

    Rearrange ext/IO-Zlib to the same layout as the CPAN distribution.
-----------------------------------------------------------------------

Summary of changes:
 MANIFEST                         |    2 +-
 Porting/Maintainers.pl           |    4 ----
 ext/IO-Zlib/{lib/IO => }/Zlib.pm |    0
 3 files changed, 1 insertions(+), 5 deletions(-)
 rename ext/IO-Zlib/{lib/IO => }/Zlib.pm (100%)

diff --git a/MANIFEST b/MANIFEST
index ce6279c..55c52d9 100644
--- a/MANIFEST
+++ b/MANIFEST
@@ -1516,7 +1516,6 @@ ext/IO/t/io_udp.t See if UDP socket-related methods from 
IO work
 ext/IO/t/io_unix.t     See if UNIX socket-related methods from IO work
 ext/IO/t/io_utf8.t     See if perlio opens work
 ext/IO/t/io_xs.t               See if XSUB methods from IO work
-ext/IO-Zlib/lib/IO/Zlib.pm                     IO::Zlib
 ext/IO-Zlib/t/basic.t          Tests for IO::Zlib
 ext/IO-Zlib/t/external.t       Tests for IO::Zlib
 ext/IO-Zlib/t/getc.t           Tests for IO::Zlib
@@ -1526,6 +1525,7 @@ ext/IO-Zlib/t/large.t             Tests for IO::Zlib
 ext/IO-Zlib/t/tied.t           Tests for IO::Zlib
 ext/IO-Zlib/t/uncomp1.t                Tests for IO::Zlib
 ext/IO-Zlib/t/uncomp2.t                Tests for IO::Zlib
+ext/IO-Zlib/Zlib.pm            IO::Zlib
 ext/IPC-Cmd/lib/IPC/Cmd.pm                     IPC::Cmd
 ext/IPC-Cmd/t/01_IPC-Cmd.t     IPC::Cmd tests
 ext/IPC-Cmd/t/02_Interactive.t IPC::Cmd tests
diff --git a/Porting/Maintainers.pl b/Porting/Maintainers.pl
index 3c1a84a..9c1101e 100755
--- a/Porting/Maintainers.pl
+++ b/Porting/Maintainers.pl
@@ -805,10 +805,6 @@ use File::Glob qw(:case);
        'MAINTAINER'    => 'tomhughes',
        'DISTRIBUTION'  => 'TOMHUGHES/IO-Zlib-1.10.tar.gz',
        'FILES'         => q[ext/IO-Zlib],
-  # Hmmm is this following bit needed now? CW
-       'MAP'           => { 'Zlib.pm' => 'lib/IO/Zlib.pm',
-                            ''        => 'lib/IO/Zlib/',
-                          },
        'CPAN'          => 1,
        'UPSTREAM'      => undef,
        },
diff --git a/ext/IO-Zlib/lib/IO/Zlib.pm b/ext/IO-Zlib/Zlib.pm
similarity index 100%
rename from ext/IO-Zlib/lib/IO/Zlib.pm
rename to ext/IO-Zlib/Zlib.pm

--
Perl5 Master Repository

Reply via email to