Skip to content

Instantly share code, notes, and snippets.

@rkitover
Created April 23, 2012 15:40
Show Gist options
  • Save rkitover/2471745 to your computer and use it in GitHub Desktop.
Save rkitover/2471745 to your computer and use it in GitHub Desktop.
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