From: Florian Ragwitz Date: Wed, 15 Sep 2010 23:25:06 +0000 (+0200) Subject: if.pm is upstream blead X-Git-Tag: v5.13.5~35 X-Git-Url: https://perl5.git.perl.org/perl5.git/commitdiff_plain/f4842d441b5a6d61b4c55f27158b8e7cefa26488 if.pm is upstream blead --- diff --git a/MANIFEST b/MANIFEST index a2e6397..5450c21 100644 --- 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 diff --git a/Porting/Maintainers.pl b/Porting/Maintainers.pl index 4fd1557..c27b6eb 100755 --- a/Porting/Maintainers.pl +++ b/Porting/Maintainers.pl @@ -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' => diff --git a/cpan/if/if.pm b/dist/if/if.pm similarity index 100% rename from cpan/if/if.pm rename to dist/if/if.pm diff --git a/cpan/if/t/if.t b/dist/if/t/if.t similarity index 100% rename from cpan/if/t/if.t rename to dist/if/t/if.t