diff options
author | Father Chrysostomos <sprout@cpan.org> | 2012-01-26 22:29:42 -0800 |
---|---|---|
committer | Father Chrysostomos <sprout@cpan.org> | 2012-01-26 22:29:42 -0800 |
commit | 69a8a234c3a2ac32565c2a341127dbd2cbf56025 (patch) | |
tree | e31303f1703c5510ce6f5b2fe2e7f61140e4afd8 /Porting | |
parent | 41ac5f6f523429f1cf16ffb5b09af82c921712c2 (diff) | |
download | perl-69a8a234c3a2ac32565c2a341127dbd2cbf56025.tar.gz |
Make blead upstream for warnings.pm
This isn’t even a dual-life module. Why it has its own entry I don’t
know; but in any case it has to have blead for upstream, otherwise
cmp_version.t skips it.
Diffstat (limited to 'Porting')
-rwxr-xr-x | Porting/Maintainers.pl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Porting/Maintainers.pl b/Porting/Maintainers.pl index b1108668eb..716e09895f 100755 --- a/Porting/Maintainers.pl +++ b/Porting/Maintainers.pl @@ -2002,7 +2002,7 @@ use File::Glob qw(:case); lib/warnings t/lib/warnings ], - 'UPSTREAM' => undef, + 'UPSTREAM' => 'blead', }, 'win32' => { |