ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/App-Staticperl/mkbundle
(Generate patch)

Comparing App-Staticperl/mkbundle (file contents):
Revision 1.12 by root, Fri Dec 10 20:29:17 2010 UTC vs.
Revision 1.13 by root, Sun Dec 12 00:23:17 2010 UTC

529 my $size = length $src; 529 my $size = length $src;
530 530
531 unless ($pmbin{$pm}) { # only do this unless the file is binary 531 unless ($pmbin{$pm}) { # only do this unless the file is binary
532 if ($pm =~ /^auto\/POSIX\/[^\/]+\.al$/) { 532 if ($pm =~ /^auto\/POSIX\/[^\/]+\.al$/) {
533 if ($src =~ /^ unimpl \"/m) { 533 if ($src =~ /^ unimpl \"/m) {
534 print "$pm: skipping (only raises runtime error).\n" 534 print "$pm: skipping (raises runtime error only).\n"
535 if $VERBOSE >= 3; 535 if $VERBOSE >= 3;
536 next; 536 next;
537 } 537 }
538 } 538 }
539 539

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines