
new-release - the Business::Shipping release script.

# Remove the old tars rm -f Business-Shipping-*.tar.gz # Test it make test # Update the verision in Makefile.PL (if you haven't already) vi Makefile.PL # Update the CHANGELOG cvs diff | more vi CHANGELOG # Update the README make readme # Commit to CVS cvs commit # Upload to server. make tardist doc/new-release Business-Shipping-*.tar.gz # Update the versions in Makefile.PL and CHANGELOG