Move if from ext/ to cpan/
Nicholas Clark [Fri, 2 Oct 2009 09:40:12 +0000 (10:40 +0100)]
MANIFEST
Porting/Maintainers.pl
cpan/if/if.pm [moved from ext/if/if.pm with 100% similarity]
cpan/if/t/if.t [moved from ext/if/t/if.t with 100% similarity]

index 8d68eeb..25de64c 100644 (file)
--- 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
index cba3cfa..d8fb939 100755 (executable)
@@ -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,
        },
similarity index 100%
rename from ext/if/if.pm
rename to cpan/if/if.pm
similarity index 100%
rename from ext/if/t/if.t
rename to cpan/if/t/if.t