ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/cvsroot/Perl-LibExtractor/LibExtractor.pm
(Generate patch)

Comparing cvsroot/Perl-LibExtractor/LibExtractor.pm (file contents):
Revision 1.23 by root, Sat Feb 4 20:42:57 2012 UTC vs.
Revision 1.24 by root, Sun Feb 5 21:44:46 2012 UTC

872 872
873 # delete all extralibs.ld and extralibs.all (no clue what the latter is for) 873 # delete all extralibs.ld and extralibs.all (no clue what the latter is for)
874 delete @$set{ grep m%^lib/auto/.*/extralibs\.(?:ld|all)$%s, keys %$set }; 874 delete @$set{ grep m%^lib/auto/.*/extralibs\.(?:ld|all)$%s, keys %$set };
875 875
876 # delete all .pod, .h, .html files (hopefully none of them are used at runtime) 876 # delete all .pod, .h, .html files (hopefully none of them are used at runtime)
877 # also typemap
877 delete @$set{ grep m%^lib/.*\.(?:pod|h|html)$%s, keys %$set }; 878 delete @$set{ grep m%^lib/.*\.(?:pod|h|html|typemap)$%s, keys %$set };
878 879
879 # delete unneeded unicore files 880 # delete unneeded unicore files
880 delete @$set{ grep m%^lib/unicore/(?:mktables(?:\.lst)?|.*\.txt)$%s, keys %$set }; 881 delete @$set{ grep m%^lib/unicore/(?:mktables(?:\.lst)?|.*\.txt)$%s, keys %$set };
881} 882}
882 883

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines