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

Comparing cvsroot/App-Staticperl/staticperl.sh (file contents):
Revision 1.49 by root, Sun Jul 10 01:37:56 2011 UTC vs.
Revision 1.50 by root, Mon Jul 11 18:47:52 2011 UTC

435 verblock <<EOF 435 verblock <<EOF
436installing modules from CPAN 436installing modules from CPAN
437$@ 437$@
438EOF 438EOF
439 439
440 #"$PERL_PREFIX"/bin/perl -MCPAN::MyConfig -MCPAN -e 'notest install $_ for @ARGV' -- "$@" | tee "$STATICPERL/instcpan.log" 440 "$PERL_PREFIX"/bin/perl -MCPAN::MyConfig -MCPAN -e 'notest install $_ for @ARGV' -- "$@" | tee "$STATICPERL/instcpan.log"
441 "$PERL_PREFIX"/bin/perl -MCPAN -e 'notest install $_ for @ARGV' -- "$@" | tee "$STATICPERL/instcpan.log" 441 #"$PERL_PREFIX"/bin/perl -MCPAN -e 'notest install $_ for @ARGV' -- "$@" | tee "$STATICPERL/instcpan.log"
442 442
443 if grep -q " -- NOT OK\$" "$STATICPERL/instcpan.log"; then 443 if grep -q " -- NOT OK\$" "$STATICPERL/instcpan.log"; then
444 fatal "failure while installing modules from CPAN ($@)" 444 fatal "failure while installing modules from CPAN ($@)"
445 fi 445 fi
446 rm -f "$STATICPERL/instcpan.log" 446 rm -f "$STATICPERL/instcpan.log"

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines