summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFather Chrysostomos <sprout@cpan.org>2012-04-02 22:13:11 -0700
committerFather Chrysostomos <sprout@cpan.org>2012-04-03 08:46:03 -0700
commit6331a2f5f6ee89f25cb6803c1d9ef97d6d1799e5 (patch)
treea693a9502843f9e1b7c278c37c918704df1dd171
parenta69d13d979965074ce4fde0863c01d36d48f0be1 (diff)
downloadperl-6331a2f5f6ee89f25cb6803c1d9ef97d6d1799e5.tar.gz
Maintainers.pl: Make blead upstream for B::Concise
‘undef’ (its previous value) means that it hasn’t been discussed yet. But, for all intents and purposes, this module is maintained in blead, since it is very tightly coupled with the perl core and is used mostly in debugging perl itself. What’s annoying about having it set to ‘undef’ is that t/porting/cmp_version.t skips it. (I almost forgot to update a version as a result.)
-rwxr-xr-xPorting/Maintainers.pl2
1 files changed, 1 insertions, 1 deletions
diff --git a/Porting/Maintainers.pl b/Porting/Maintainers.pl
index 905215bfa7..97c554536a 100755
--- a/Porting/Maintainers.pl
+++ b/Porting/Maintainers.pl
@@ -283,7 +283,7 @@ use File::Glob qw(:case);
'B::Concise' => {
'MAINTAINER' => 'smccam',
'FILES' => q[ext/B/B/Concise.pm ext/B/t/concise.t],
- 'UPSTREAM' => undef,
+ 'UPSTREAM' => 'blead',
},
'B::Debug' => {