In perl.git, the branch blead has been updated

<http://perl5.git.perl.org/perl.git/commitdiff/0547cc9d74bb763c326d816bb5e541ee64e2935a?hp=140ca009910469db9424630e5e6f7de982d11d88>

- Log -----------------------------------------------------------------
commit 0547cc9d74bb763c326d816bb5e541ee64e2935a
Author: Nicholas Clark <[email protected]>
Date:   Sat Sep 26 13:15:23 2009 +0100

    Move IPC::Cmd from ext/ to cpan/

M       MANIFEST
M       Porting/Maintainers.pl
A       cpan/IPC-Cmd/lib/IPC/Cmd.pm
A       cpan/IPC-Cmd/t/01_IPC-Cmd.t
A       cpan/IPC-Cmd/t/02_Interactive.t
A       cpan/IPC-Cmd/t/src/child.pl
A       cpan/IPC-Cmd/t/src/output.pl
A       cpan/IPC-Cmd/t/src/x.tgz
D       ext/IPC-Cmd/lib/IPC/Cmd.pm
D       ext/IPC-Cmd/t/01_IPC-Cmd.t
D       ext/IPC-Cmd/t/02_Interactive.t
D       ext/IPC-Cmd/t/src/child.pl
D       ext/IPC-Cmd/t/src/output.pl
D       ext/IPC-Cmd/t/src/x.tgz

commit b7c9f9b15ef2884ac3fa8df7881e93c3f701735c
Author: Nicholas Clark <[email protected]>
Date:   Sat Sep 26 13:07:05 2009 +0100

    Move Getopt::Long from ext/ to cpan/

M       MANIFEST
M       Porting/Maintainers.pl
A       cpan/Getopt-Long/CHANGES
A       cpan/Getopt-Long/README
A       cpan/Getopt-Long/lib/Getopt/Long.pm
A       cpan/Getopt-Long/t/gol-basic.t
A       cpan/Getopt-Long/t/gol-compat.t
A       cpan/Getopt-Long/t/gol-linkage.t
A       cpan/Getopt-Long/t/gol-oo.t
A       cpan/Getopt-Long/t/gol-xargv.t
A       cpan/Getopt-Long/t/gol-xstring.t
D       ext/Getopt-Long/CHANGES
D       ext/Getopt-Long/README
D       ext/Getopt-Long/lib/Getopt/Long.pm
D       ext/Getopt-Long/t/gol-basic.t
D       ext/Getopt-Long/t/gol-compat.t
D       ext/Getopt-Long/t/gol-linkage.t
D       ext/Getopt-Long/t/gol-oo.t
D       ext/Getopt-Long/t/gol-xargv.t
D       ext/Getopt-Long/t/gol-xstring.t
-----------------------------------------------------------------------

Summary of changes:
 MANIFEST                                     |   30 +++++++++++++-------------
 Porting/Maintainers.pl                       |    4 +-
 {ext => cpan}/Getopt-Long/CHANGES            |    0
 {ext => cpan}/Getopt-Long/README             |    0
 {ext => cpan}/Getopt-Long/lib/Getopt/Long.pm |    0
 {ext => cpan}/Getopt-Long/t/gol-basic.t      |    0
 {ext => cpan}/Getopt-Long/t/gol-compat.t     |    0
 {ext => cpan}/Getopt-Long/t/gol-linkage.t    |    0
 {ext => cpan}/Getopt-Long/t/gol-oo.t         |    0
 {ext => cpan}/Getopt-Long/t/gol-xargv.t      |    0
 {ext => cpan}/Getopt-Long/t/gol-xstring.t    |    0
 {ext => cpan}/IPC-Cmd/lib/IPC/Cmd.pm         |    0
 {ext => cpan}/IPC-Cmd/t/01_IPC-Cmd.t         |    0
 {ext => cpan}/IPC-Cmd/t/02_Interactive.t     |    0
 {ext => cpan}/IPC-Cmd/t/src/child.pl         |    0
 {ext => cpan}/IPC-Cmd/t/src/output.pl        |    0
 {ext => cpan}/IPC-Cmd/t/src/x.tgz            |  Bin 112 -> 112 bytes
 17 files changed, 17 insertions(+), 17 deletions(-)
 rename {ext => cpan}/Getopt-Long/CHANGES (100%)
 rename {ext => cpan}/Getopt-Long/README (100%)
 rename {ext => cpan}/Getopt-Long/lib/Getopt/Long.pm (100%)
 rename {ext => cpan}/Getopt-Long/t/gol-basic.t (100%)
 rename {ext => cpan}/Getopt-Long/t/gol-compat.t (100%)
 rename {ext => cpan}/Getopt-Long/t/gol-linkage.t (100%)
 rename {ext => cpan}/Getopt-Long/t/gol-oo.t (100%)
 rename {ext => cpan}/Getopt-Long/t/gol-xargv.t (100%)
 rename {ext => cpan}/Getopt-Long/t/gol-xstring.t (100%)
 rename {ext => cpan}/IPC-Cmd/lib/IPC/Cmd.pm (100%)
 rename {ext => cpan}/IPC-Cmd/t/01_IPC-Cmd.t (100%)
 rename {ext => cpan}/IPC-Cmd/t/02_Interactive.t (100%)
 rename {ext => cpan}/IPC-Cmd/t/src/child.pl (100%)
 rename {ext => cpan}/IPC-Cmd/t/src/output.pl (100%)
 rename {ext => cpan}/IPC-Cmd/t/src/x.tgz (100%)

diff --git a/MANIFEST b/MANIFEST
index 2b2eac4..c2bd08c 100644
--- a/MANIFEST
+++ b/MANIFEST
@@ -517,6 +517,21 @@ cpan/File-Fetch/lib/File/Fetch.pm  File::Fetch
 cpan/File-Fetch/t/01_File-Fetch.t      File::Fetch tests
 cpan/File-Path/lib/File/Path.pm                Do things like 'mkdir -p' and 
'rm -r'
 cpan/File-Path/t/Path.t                        See if File::Path works
+cpan/Getopt-Long/CHANGES               Getopt::Long changes
+cpan/Getopt-Long/lib/Getopt/Long.pm    Fetch command options (GetOptions)
+cpan/Getopt-Long/README                        Getopt::Long README
+cpan/Getopt-Long/t/gol-basic.t         See if Getopt::Long works
+cpan/Getopt-Long/t/gol-compat.t                See if Getopt::Long works
+cpan/Getopt-Long/t/gol-linkage.t       See if Getopt::Long works
+cpan/Getopt-Long/t/gol-oo.t            See if Getopt::Long works
+cpan/Getopt-Long/t/gol-xargv.t         See if Getopt::Long works
+cpan/Getopt-Long/t/gol-xstring.t       See if Getopt::Long works
+cpan/IPC-Cmd/lib/IPC/Cmd.pm                    IPC::Cmd
+cpan/IPC-Cmd/t/01_IPC-Cmd.t    IPC::Cmd tests
+cpan/IPC-Cmd/t/02_Interactive.t        IPC::Cmd tests
+cpan/IPC-Cmd/t/src/child.pl    IPC::Cmd tests
+cpan/IPC-Cmd/t/src/output.pl   IPC::Cmd tests
+cpan/IPC-Cmd/t/src/x.tgz       IPC::Cmd tests
 cpan/IPC-SysV/Changes                  IPC::SysV changes
 cpan/IPC-SysV/hints/cygwin.pl          Hint for IPC::SysV for named 
architecture
 cpan/IPC-SysV/hints/next_3.pl          Hint for IPC::SysV for named 
architecture
@@ -1343,15 +1358,6 @@ ext/GDBM_File/hints/sco.pl       Hint for GDBM_File for 
named architecture
 ext/GDBM_File/Makefile.PL      GDBM extension makefile writer
 ext/GDBM_File/t/gdbm.t         See if GDBM_File works
 ext/GDBM_File/typemap          GDBM extension interface types
-ext/Getopt-Long/CHANGES                        Getopt::Long changes
-ext/Getopt-Long/lib/Getopt/Long.pm     Fetch command options (GetOptions)
-ext/Getopt-Long/README                 Getopt::Long README
-ext/Getopt-Long/t/gol-basic.t          See if Getopt::Long works
-ext/Getopt-Long/t/gol-compat.t         See if Getopt::Long works
-ext/Getopt-Long/t/gol-linkage.t                See if Getopt::Long works
-ext/Getopt-Long/t/gol-oo.t             See if Getopt::Long works
-ext/Getopt-Long/t/gol-xargv.t          See if Getopt::Long works
-ext/Getopt-Long/t/gol-xstring.t                See if Getopt::Long works
 ext/Hash-Util/Changes          Change history of Hash::Util
 ext/Hash-Util-FieldHash/Changes                        Changes for 
Hash::Util::FieldHash
 ext/Hash-Util-FieldHash/FieldHash.xs           XS portion
@@ -1577,12 +1583,6 @@ 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
-ext/IPC-Cmd/t/src/child.pl     IPC::Cmd tests
-ext/IPC-Cmd/t/src/output.pl    IPC::Cmd tests
-ext/IPC-Cmd/t/src/x.tgz        IPC::Cmd tests
 ext/IPC-Open2/lib/IPC/Open2.pm Open a two-ended pipe
 ext/IPC-Open2/t/IPC-Open2.t    See if IPC::Open2 works
 ext/IPC-Open3/lib/IPC/Open3.pm Open a three-ended pipe
diff --git a/Porting/Maintainers.pl b/Porting/Maintainers.pl
index 50f12bb..cd7e544 100755
--- a/Porting/Maintainers.pl
+++ b/Porting/Maintainers.pl
@@ -733,7 +733,7 @@ use File::Glob qw(:case);
        {
        'MAINTAINER'    => 'jv',
        'DISTRIBUTION'  => 'JV/Getopt-Long-2.38.tar.gz',
-       'FILES'         => q[ext/Getopt-Long
+       'FILES'         => q[cpan/Getopt-Long
                             lib/newgetopt.pl
                            ],
        'EXCLUDED'      => [ qr{^examples/},
@@ -802,7 +802,7 @@ use File::Glob qw(:case);
        {
        'MAINTAINER'    => 'kane',
        'DISTRIBUTION'  => 'BINGOS/IPC-Cmd-0.48.tar.gz',
-       'FILES'         => q[ext/IPC-Cmd],
+       'FILES'         => q[cpan/IPC-Cmd],
        'CPAN'          => 1,
        'UPSTREAM'      => 'cpan',
        },
diff --git a/ext/Getopt-Long/CHANGES b/cpan/Getopt-Long/CHANGES
similarity index 100%
rename from ext/Getopt-Long/CHANGES
rename to cpan/Getopt-Long/CHANGES
diff --git a/ext/Getopt-Long/README b/cpan/Getopt-Long/README
similarity index 100%
rename from ext/Getopt-Long/README
rename to cpan/Getopt-Long/README
diff --git a/ext/Getopt-Long/lib/Getopt/Long.pm 
b/cpan/Getopt-Long/lib/Getopt/Long.pm
similarity index 100%
rename from ext/Getopt-Long/lib/Getopt/Long.pm
rename to cpan/Getopt-Long/lib/Getopt/Long.pm
diff --git a/ext/Getopt-Long/t/gol-basic.t b/cpan/Getopt-Long/t/gol-basic.t
similarity index 100%
rename from ext/Getopt-Long/t/gol-basic.t
rename to cpan/Getopt-Long/t/gol-basic.t
diff --git a/ext/Getopt-Long/t/gol-compat.t b/cpan/Getopt-Long/t/gol-compat.t
similarity index 100%
rename from ext/Getopt-Long/t/gol-compat.t
rename to cpan/Getopt-Long/t/gol-compat.t
diff --git a/ext/Getopt-Long/t/gol-linkage.t b/cpan/Getopt-Long/t/gol-linkage.t
similarity index 100%
rename from ext/Getopt-Long/t/gol-linkage.t
rename to cpan/Getopt-Long/t/gol-linkage.t
diff --git a/ext/Getopt-Long/t/gol-oo.t b/cpan/Getopt-Long/t/gol-oo.t
similarity index 100%
rename from ext/Getopt-Long/t/gol-oo.t
rename to cpan/Getopt-Long/t/gol-oo.t
diff --git a/ext/Getopt-Long/t/gol-xargv.t b/cpan/Getopt-Long/t/gol-xargv.t
similarity index 100%
rename from ext/Getopt-Long/t/gol-xargv.t
rename to cpan/Getopt-Long/t/gol-xargv.t
diff --git a/ext/Getopt-Long/t/gol-xstring.t b/cpan/Getopt-Long/t/gol-xstring.t
similarity index 100%
rename from ext/Getopt-Long/t/gol-xstring.t
rename to cpan/Getopt-Long/t/gol-xstring.t
diff --git a/ext/IPC-Cmd/lib/IPC/Cmd.pm b/cpan/IPC-Cmd/lib/IPC/Cmd.pm
similarity index 100%
rename from ext/IPC-Cmd/lib/IPC/Cmd.pm
rename to cpan/IPC-Cmd/lib/IPC/Cmd.pm
diff --git a/ext/IPC-Cmd/t/01_IPC-Cmd.t b/cpan/IPC-Cmd/t/01_IPC-Cmd.t
similarity index 100%
rename from ext/IPC-Cmd/t/01_IPC-Cmd.t
rename to cpan/IPC-Cmd/t/01_IPC-Cmd.t
diff --git a/ext/IPC-Cmd/t/02_Interactive.t b/cpan/IPC-Cmd/t/02_Interactive.t
similarity index 100%
rename from ext/IPC-Cmd/t/02_Interactive.t
rename to cpan/IPC-Cmd/t/02_Interactive.t
diff --git a/ext/IPC-Cmd/t/src/child.pl b/cpan/IPC-Cmd/t/src/child.pl
similarity index 100%
rename from ext/IPC-Cmd/t/src/child.pl
rename to cpan/IPC-Cmd/t/src/child.pl
diff --git a/ext/IPC-Cmd/t/src/output.pl b/cpan/IPC-Cmd/t/src/output.pl
similarity index 100%
rename from ext/IPC-Cmd/t/src/output.pl
rename to cpan/IPC-Cmd/t/src/output.pl
diff --git a/ext/IPC-Cmd/t/src/x.tgz b/cpan/IPC-Cmd/t/src/x.tgz
similarity index 100%
rename from ext/IPC-Cmd/t/src/x.tgz
rename to cpan/IPC-Cmd/t/src/x.tgz

--
Perl5 Master Repository

Reply via email to