--- App-Staticperl/staticperl.sh 2011/05/01 07:56:26 1.40 +++ App-Staticperl/staticperl.sh 2011/05/01 10:03:29 1.42 @@ -80,7 +80,7 @@ # set version in a way that Makefile.PL can extract VERSION=VERSION; eval \ -$VERSION="1.21" +$VERSION="1.22" BZ2=bz2 BZIP2=bzip2 @@ -158,6 +158,9 @@ to manually download perl yourself, place perl-$PERL_VERSION.tar.$BZ2 in $STATICPERL trying $URL + +either curl or wget is required for automatic download. +curl is tried first, then wget. EOF rm -f perl-$PERL_VERSION.tar.$BZ2~ # just to be on the safe side