From: Nicholas Clark Date: Fri, 2 Oct 2009 09:40:12 +0000 (+0100) Subject: Move if from ext/ to cpan/ X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=70b2007073159a8b94a74b0b9ba406945c45917d;p=p5sagit%2Fp5-mst-13.2.git Move if from ext/ to cpan/ --- diff --git a/MANIFEST b/MANIFEST index 8d68eeb..25de64c 100644 --- a/MANIFEST +++ b/MANIFEST @@ -1064,6 +1064,8 @@ 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/if/if.pm For "use if" +cpan/if/t/if.t Tests for "use if" 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 @@ -1848,8 +1850,6 @@ ext/I18N-Langinfo/Langinfo.pm I18N::Langinfo ext/I18N-Langinfo/Langinfo.xs I18N::Langinfo ext/I18N-Langinfo/Makefile.PL I18N::Langinfo ext/I18N-Langinfo/t/Langinfo.t See whether I18N::Langinfo works -ext/if/if.pm For "use if" -ext/if/t/if.t Tests for "use if" ext/IO-Compress/Changes IO::Compress ext/IO-Compress/examples/compress-zlib/filtdef IO::Compress ext/IO-Compress/examples/compress-zlib/filtinf IO::Compress diff --git a/Porting/Maintainers.pl b/Porting/Maintainers.pl index cba3cfa..d8fb939 100755 --- a/Porting/Maintainers.pl +++ b/Porting/Maintainers.pl @@ -759,7 +759,7 @@ use File::Glob qw(:case); { 'MAINTAINER' => 'ilyaz', 'DISTRIBUTION' => 'ILYAZ/modules/if-0.0401.tar.gz', - 'FILES' => q[ext/if], + 'FILES' => q[cpan/if], 'CPAN' => 1, 'UPSTREAM' => undef, }, diff --git a/ext/if/if.pm b/cpan/if/if.pm similarity index 100% rename from ext/if/if.pm rename to cpan/if/if.pm diff --git a/ext/if/t/if.t b/cpan/if/t/if.t similarity index 100% rename from ext/if/t/if.t rename to cpan/if/t/if.t