Created
April 23, 2012 15:40
-
-
Save rkitover/2471745 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
alias pclean="([ -f Makefile ] || perl Makefile.PL); make realclean && rm -f MANIFEST" | |
alias pinst="perl Makefile.PL INSTALLDIRS=vendor && make && make install && pclean" | |
alias pprepare="rm -rf inc MANIFEST && perl Makefile.PL && make manifest && perl Makefile.PL && make" | |
alias pdist="pprepare && make dist" | |
alias pupload="pprepare && make upload" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment