File::Find::find({
no_chdir => 1,
wanted => sub {
- return unless $File::Find::name =~ /(\.(pod|pm|pl))$/i;
+ return unless $File::Find::name =~ /(\.(pod|pm|pl))$/;
push @files, $File::Find::name;
},
}, grep { m!/$! } @d );
Changes
INSTALL
README*
-*.pod
\ No newline at end of file
+*.pod