diff options
author | Nicholas Clark <nick@ccl4.org> | 2009-09-26 13:15:23 +0100 |
---|---|---|
committer | Nicholas Clark <nick@ccl4.org> | 2009-09-26 13:15:23 +0100 |
commit | 0547cc9d74bb763c326d816bb5e541ee64e2935a (patch) | |
tree | 63e32e7c5e356201d3c95a54f76ed4d07e7de2a7 | |
parent | b7c9f9b15ef2884ac3fa8df7881e93c3f701735c (diff) | |
download | perl-0547cc9d74bb763c326d816bb5e541ee64e2935a.tar.gz |
Move IPC::Cmd from ext/ to cpan/
-rw-r--r-- | MANIFEST | 12 | ||||
-rwxr-xr-x | Porting/Maintainers.pl | 2 | ||||
-rw-r--r-- | cpan/IPC-Cmd/lib/IPC/Cmd.pm (renamed from ext/IPC-Cmd/lib/IPC/Cmd.pm) | 0 | ||||
-rw-r--r-- | cpan/IPC-Cmd/t/01_IPC-Cmd.t (renamed from ext/IPC-Cmd/t/01_IPC-Cmd.t) | 0 | ||||
-rw-r--r-- | cpan/IPC-Cmd/t/02_Interactive.t (renamed from ext/IPC-Cmd/t/02_Interactive.t) | 0 | ||||
-rw-r--r-- | cpan/IPC-Cmd/t/src/child.pl (renamed from ext/IPC-Cmd/t/src/child.pl) | 0 | ||||
-rw-r--r-- | cpan/IPC-Cmd/t/src/output.pl (renamed from ext/IPC-Cmd/t/src/output.pl) | 0 | ||||
-rw-r--r-- | cpan/IPC-Cmd/t/src/x.tgz (renamed from ext/IPC-Cmd/t/src/x.tgz) | bin | 112 -> 112 bytes |
8 files changed, 7 insertions, 7 deletions
@@ -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 fee9335faa..cd7e544987 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 index 81d85ca39a..81d85ca39a 100644 --- a/ext/IPC-Cmd/lib/IPC/Cmd.pm +++ b/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 index eca515ec0c..eca515ec0c 100644 --- a/ext/IPC-Cmd/t/01_IPC-Cmd.t +++ b/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 index b2c23a3a4b..b2c23a3a4b 100644 --- a/ext/IPC-Cmd/t/02_Interactive.t +++ b/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 index 3c198251b1..3c198251b1 100644 --- a/ext/IPC-Cmd/t/src/child.pl +++ b/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 index e948094c34..e948094c34 100644 --- a/ext/IPC-Cmd/t/src/output.pl +++ b/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 Binary files differindex 00f012da35..00f012da35 100644 --- a/ext/IPC-Cmd/t/src/x.tgz +++ b/cpan/IPC-Cmd/t/src/x.tgz |