This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Upgrade libnet from version 3.07 to 3.08
[perl5.git] / Porting / manicheck
index 2620943..1b506d9 100644 (file)
@@ -21,7 +21,7 @@ find {
         return if -d;
         return if $_ eq '.gitignore';
         return if $x =~ /^\.git\b/;
-        print "$File::Find::name not in MANIFEST\n" if !$files{$x};
+        print "$x\t\tnot in MANIFEST\n" if !$files{$x};
     },
 }, ".";