From d55832d0634f6552c3fb50ca38aa6149c7a653df Mon Sep 17 00:00:00 2001 From: Jesse Vincent Date: Mon, 19 Oct 2009 15:18:35 -0400 Subject: Porting/core-cpan-diff now tells us who the upstream is for dual-lifed modules --- Porting/core-cpan-diff | 3 +++ 1 file changed, 3 insertions(+) (limited to 'Porting') 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; -- cgit v1.2.1