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

Comparing App-Staticperl/mkbundle (file contents):
Revision 1.19 by root, Thu Feb 10 08:58:36 2011 UTC vs.
Revision 1.20 by root, Thu Feb 10 09:30:56 2011 UTC

270sub cmd_boot { 270sub cmd_boot {
271 $pm{"&&boot"} = $_[0]; 271 $pm{"&&boot"} = $_[0];
272} 272}
273 273
274sub cmd_add { 274sub cmd_add {
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 280

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines