diff options
author | Jesse Vincent <jesse@bestpractical.com> | 2009-10-19 15:18:35 -0400 |
---|---|---|
committer | Jesse Vincent <jesse@bestpractical.com> | 2009-10-19 15:19:14 -0400 |
commit | d55832d0634f6552c3fb50ca38aa6149c7a653df (patch) | |
tree | 39b5dc26b3216b2adef93828c8bbb07553b61a42 /Porting/core-cpan-diff | |
parent | a97f47a27063aa59b5124b9d7c3d5a296eae0d48 (diff) | |
download | perl-d55832d0634f6552c3fb50ca38aa6149c7a653df.tar.gz |
Porting/core-cpan-diff now tells us who the upstream is for dual-lifed modules
Diffstat (limited to 'Porting/core-cpan-diff')
-rwxr-xr-x | Porting/core-cpan-diff | 3 |
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; |