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

Comparing cvsroot/App-Staticperl/mkbundle (file contents):
Revision 1.21 by root, Thu Feb 10 11:46:02 2011 UTC vs.
Revision 1.22 by root, Thu Feb 10 11:49:19 2011 UTC

275 $_[0] =~ /^(.*?)(?:\s+(\S+))?$/ 275 $_[0] =~ /^(.*?)(?:\s+(\S+))?$/
276 or die "$_[0]: cannot parse"; 276 or die "$_[0]: cannot parse";
277 277
278 my $file = $1; 278 my $file = $1;
279 my $as = defined $2 ? $2 : "&$1"; 279 my $as = defined $2 ? $2 : "&$1";
280
281 warn "<$file,$as>\n";#d#
282 280
283 $pm{$as} = $file; 281 $pm{$as} = $file;
284 $pmbin{$as} = 1 if $_[1]; 282 $pmbin{$as} = 1 if $_[1];
285} 283}
286 284

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines