ViewVC Help
View File | Revision Log | Show Annotations | Download File | View Changeset | Root Listing
root/src/vendor/perl/dist/Porting/corelist.pl
(Generate patch)

Comparing vendor/perl/dist/Porting/corelist.pl (file contents):
Revision 12125 by laffer1, Sun Oct 1 18:15:06 2017 UTC vs.
Revision 12126 by laffer1, Sat Dec 22 22:55:19 2018 UTC

# Line 98 | Line 98 | find(
98      sub {
99          /(\.pm|_pm\.PL)$/ or return;
100          /PPPort\.pm$/ and return;
101 +        /__Storable__\.pm$/ and return;
102          my $module = $File::Find::name;
103          $module =~ /\b(demo|t|private|corpus)\b/ and return;    # demo or test modules
104          my $version = MM->parse_version($_);

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines