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

Comparing App-Staticperl/mkbundle (file contents):
Revision 1.14 by root, Wed Dec 22 01:23:37 2010 UTC vs.
Revision 1.15 by root, Mon Jan 10 14:12:03 2011 UTC

661 661
662 $src = $ppi->serialize; 662 $src = $ppi->serialize;
663 } else { 663 } else {
664 warn "WARNING: $pm{$pm}: PPI failed to parse this file\n"; 664 warn "WARNING: $pm{$pm}: PPI failed to parse this file\n";
665 } 665 }
666 } elsif ($STRIP =~ /pod/i && $pm ne "Opcode.pm") { # opcode parses it's own pod 666 } elsif ($STRIP =~ /pod/i && $pm ne "Opcode.pm") { # opcode parses its own pod
667 require Pod::Strip; 667 require Pod::Strip;
668 668
669 my $stripper = Pod::Strip->new; 669 my $stripper = Pod::Strip->new;
670 670
671 my $out; 671 my $out;

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines