In perl.git, the branch blead has been updated

<http://perl5.git.perl.org/perl.git/commitdiff/b4178430270dbe109e7609d0b50d6d54bf9e95d8?hp=0e38ac7805aa91d94a5718273a06c051670207ca>

- Log -----------------------------------------------------------------
commit b4178430270dbe109e7609d0b50d6d54bf9e95d8
Author: Jesse Vincent <je...@bestpractical.com>
Date:   Fri Dec 18 13:49:01 2009 -0500

    Update MANIFEST for the latest changes to CPAN.pm

M       MANIFEST

commit f13b7ac8b084674447e000c42d094f46b04c5dd7
Author: Jesse Vincent <je...@bestpractical.com>
Date:   Fri Dec 18 13:46:35 2009 -0500

    manicheck's complaints about missing files are now closer to the form
    you might want to paste into a MANIFEST

M       Porting/manicheck

commit 3618011f7e987e79cd79c536e841867bb3404493
Author: Jesse Vincent <je...@bestpractical.com>
Date:   Fri Dec 18 13:45:07 2009 -0500

    Detabify manicheck

M       Porting/manicheck
-----------------------------------------------------------------------

Summary of changes:
 MANIFEST          |    4 +++-
 Porting/manicheck |    6 +++---
 2 files changed, 6 insertions(+), 4 deletions(-)

diff --git a/MANIFEST b/MANIFEST
index b5649e1..af12780 100644
--- a/MANIFEST
+++ b/MANIFEST
@@ -312,7 +312,9 @@ cpan/CPAN/lib/CPAN/Complete.pm              helper package 
for CPAN.pm
 cpan/CPAN/lib/CPAN/Debug.pm            helper package for CPAN.pm
 cpan/CPAN/lib/CPAN/DeferredCode.pm     helper package for CPAN.pm
 cpan/CPAN/lib/CPAN/Distribution.pm     helper package for CPAN.pm
-cpan/CPAN/lib/CPAN/Distroprefs.pm              helper package for CPAN.pm
+cpan/CPAN/lib/CPAN/Distroprefs.pm      helper package for CPAN.pm
+cpan/CPAN/lib/CPAN/Mirrors.pm          helper package for CPAN.pm
+cpan/CPAN/lib/App/Cpan.pm              helper package for CPAN.pm
 cpan/CPAN/lib/CPAN/Distrostatus.pm     helper package for CPAN.pm
 cpan/CPAN/lib/CPAN/Exception/blocked_urllist.pm        helper package for 
CPAN.pm
 cpan/CPAN/lib/CPAN/Exception/RecursiveDependency.pm    helper package for 
CPAN.pm
diff --git a/Porting/manicheck b/Porting/manicheck
index 9fff861..1b506d9 100644
--- a/Porting/manicheck
+++ b/Porting/manicheck
@@ -19,9 +19,9 @@ find {
     wanted => sub {
         my $x = $File::Find::name; $x =~ s/^..//;
         return if -d;
-       return if $_ eq '.gitignore';
-       return if $x =~ /^\.git\b/;
-        print "$File::Find::name not in MANIFEST\n" if !$files{$x};
+        return if $_ eq '.gitignore';
+        return if $x =~ /^\.git\b/;
+        print "$x\t\tnot in MANIFEST\n" if !$files{$x};
     },
 }, ".";
 

--
Perl5 Master Repository

Reply via email to