From: Nicholas Clark Date: Sat, 26 Sep 2009 12:15:23 +0000 (+0100) Subject: Move IPC::Cmd from ext/ to cpan/ X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=0547cc9d74bb763c326d816bb5e541ee64e2935a;p=p5sagit%2Fp5-mst-13.2.git Move IPC::Cmd from ext/ to cpan/ --- diff --git a/MANIFEST b/MANIFEST index 28a9cce..c2bd08c 100644 --- a/MANIFEST +++ b/MANIFEST @@ -526,6 +526,12 @@ 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 @@ -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 fee9335..cd7e544 100755 --- a/Porting/Maintainers.pl +++ b/Porting/Maintainers.pl @@ -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/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