diff options
author | Florian Ragwitz <rafl@debian.org> | 2010-09-16 01:25:06 +0200 |
---|---|---|
committer | Florian Ragwitz <rafl@debian.org> | 2010-09-16 01:25:06 +0200 |
commit | f4842d441b5a6d61b4c55f27158b8e7cefa26488 (patch) | |
tree | b396f50c49ee2f2c9d2f288a6c8d38735ca7f283 | |
parent | 8d12641540cbc9e9b74b952d35095f2fc4907f4e (diff) | |
download | perl-f4842d441b5a6d61b4c55f27158b8e7cefa26488.tar.gz |
if.pm is upstream blead
-rw-r--r-- | MANIFEST | 4 | ||||
-rwxr-xr-x | Porting/Maintainers.pl | 4 | ||||
-rw-r--r-- | dist/if/if.pm (renamed from cpan/if/if.pm) | 0 | ||||
-rw-r--r-- | dist/if/t/if.t (renamed from cpan/if/t/if.t) | 0 |
4 files changed, 4 insertions, 4 deletions
@@ -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 4fd1557654..c27b6ebb9c 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 index 5f6bcc8ae1..5f6bcc8ae1 100644 --- a/cpan/if/if.pm +++ b/dist/if/if.pm diff --git a/cpan/if/t/if.t b/dist/if/t/if.t index badab64f04..badab64f04 100644 --- a/cpan/if/t/if.t +++ b/dist/if/t/if.t |