This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
if.pm is upstream blead
authorFlorian Ragwitz <rafl@debian.org>
Wed, 15 Sep 2010 23:25:06 +0000 (01:25 +0200)
committerFlorian Ragwitz <rafl@debian.org>
Wed, 15 Sep 2010 23:25:06 +0000 (01:25 +0200)
MANIFEST
Porting/Maintainers.pl
dist/if/if.pm [moved from cpan/if/if.pm with 100% similarity]
dist/if/t/if.t [moved from cpan/if/t/if.t with 100% similarity]

index a2e6397..5450c21 100644 (file)
--- a/MANIFEST
+++ b/MANIFEST
@@ -1022,8 +1022,6 @@ 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/IO-Compress/Changes                               IO::Compress
 cpan/IO-Compress/examples/compress-zlib/filtdef                IO::Compress
 cpan/IO-Compress/examples/compress-zlib/filtinf                IO::Compress
@@ -2693,6 +2691,8 @@ dist/I18N-LangTags/t/20_locales.t         See whether I18N::LangTags works
 dist/I18N-LangTags/t/50_super.t                        See whether I18N::LangTags works
 dist/I18N-LangTags/t/55_supers_strict.t                See whether I18N::LangTags works
 dist/I18N-LangTags/t/80_all_env.t              See whether I18N::LangTags works
+dist/if/if.pm                  For "use if"
+dist/if/t/if.t                 Tests for "use if"
 dist/IO/ChangeLog              IO perl module change log
 dist/IO/hints/sco.pl           Hint for IO for named architecture
 dist/IO/IO.pm                  Top-level interface to IO::* classes
index 4fd1557..c27b6eb 100755 (executable)
@@ -729,8 +729,8 @@ use File::Glob qw(:case);
        {
        'MAINTAINER'    => 'ilyaz',
        'DISTRIBUTION'  => 'ILYAZ/modules/if-0.0401.tar.gz',
-       'FILES'         => q[cpan/if],
-       'UPSTREAM'      => undef,
+       'FILES'         => q[dist/if],
+       'UPSTREAM'      => 'blead',
        },
 
     'IO' =>
similarity index 100%
rename from cpan/if/if.pm
rename to dist/if/if.pm
similarity index 100%
rename from cpan/if/t/if.t
rename to dist/if/t/if.t