summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJesse Vincent <jesse@bestpractical.com>2009-10-19 15:18:35 -0400
committerJesse Vincent <jesse@bestpractical.com>2009-10-19 15:19:14 -0400
commitd55832d0634f6552c3fb50ca38aa6149c7a653df (patch)
tree39b5dc26b3216b2adef93828c8bbb07553b61a42
parenta97f47a27063aa59b5124b9d7c3d5a296eae0d48 (diff)
downloadperl-d55832d0634f6552c3fb50ca38aa6149c7a653df.tar.gz
Porting/core-cpan-diff now tells us who the upstream is for dual-lifed modules
-rwxr-xr-xPorting/core-cpan-diff3
1 files changed, 3 insertions, 0 deletions
diff --git a/Porting/core-cpan-diff b/Porting/core-cpan-diff
index 7dc907b46c..1da5ad72a7 100755
--- a/Porting/core-cpan-diff
+++ b/Porting/core-cpan-diff
@@ -207,6 +207,9 @@ sub do_compare {
if ($seen_dist{$dist}) {
warn "WARNING: duplicate entry for $dist in $module\n"
}
+
+ print $outfh " upstream is: ".($m->{UPSTREAM} || 'UNKNOWN!')."\n";
+
$seen_dist{$dist}++;
my $cpan_dir;