In perl.git, the branch blead has been updated

<http://perl5.git.perl.org/perl.git/commitdiff/776d1892d1402c59628f8b85b836ecd763000aa9?hp=bbc87e33f84c794a9dad986cd2ae8d6bf83c494f>

- Log -----------------------------------------------------------------
commit 776d1892d1402c59628f8b85b836ecd763000aa9
Author: Steve Hay <[email protected]>
Date:   Tue Jan 13 17:45:05 2015 +0000

    Consistent output from core-cpan-diff
    
    It uses 'Perl:', not 'perl:', a few lines later.
    
    (We currently have "found more than one CPAN candidate" for libnet, which
    I have addressed by scheduling the removal of old versions from CPAN: 1.29
    was the last version containing some packages, so it remained in
    02packages.details.txt because of that.)
-----------------------------------------------------------------------

Summary of changes:
 Porting/core-cpan-diff | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Porting/core-cpan-diff b/Porting/core-cpan-diff
index f4cd3c7..d538c7e 100644
--- a/Porting/core-cpan-diff
+++ b/Porting/core-cpan-diff
@@ -526,7 +526,7 @@ sub do_crosscheck {
             if ( keys %$d > 1 ) {
                 print $outfh
                   "\n$module: (found more than one CPAN candidate):\n";
-                print $outfh "    perl: $pdist\n";
+                print $outfh "    Perl: $pdist\n";
                 print $outfh "    CPAN: $_\n" for sort keys %$d;
                 next;
             }

--
Perl5 Master Repository

Reply via email to