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

Comparing App-Staticperl/staticperl.sh (file contents):
Revision 1.10 by root, Tue Dec 7 21:22:12 2010 UTC vs.
Revision 1.11 by root, Wed Dec 8 22:27:35 2010 UTC

61############################################################################# 61#############################################################################
62# support 62# support
63 63
64# set version in a way that Makefile.PL can extract 64# set version in a way that Makefile.PL can extract
65VERSION=VERSION; eval \ 65VERSION=VERSION; eval \
66$VERSION=0.2 66$VERSION=0.9
67 67
68BZ2=bz2 68BZ2=bz2
69BZIP2=bzip2 69BZIP2=bzip2
70 70
71fatal() { 71fatal() {
430 mkperl ) 430 mkperl )
431 ( install ) 431 ( install )
432 bundle --perl "$@" 432 bundle --perl "$@"
433 exit 433 exit
434 ;; 434 ;;
435 mkapp )
436 ( install )
437 bundle --app "$@"
438 exit
439 ;;
435 help ) 440 help )
436 podusage 2 441 podusage 2
437 ;; 442 ;;
438 * ) 443 * )
439 exec 1>&2 444 exec 1>&2

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines