DESCRIPTION

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

RELEASE STEPS

# 
# Manual: Update the CHANGELOG
#

#
# Make sure all the files (documentation, etc.) are up to date.
# Then commit to CVS
#
perl Makefile.PL 
make docs manifest && make && make test
cvs commit

#
# Delete old file, make new file, and upload to server.
# Upload the new version to CPAN, for PAUSE
# Update to the next verision in Makefile.PL (if you haven't already)
#
export VERSION_AFTER_THIS_UPLOAD=1.06
rm Business-Shipping-*.tar.gz
make tardist
bin/new-release.pl Business-Shipping-*.tar.gz
cpan-upload -user `cat ~/.apps/.PAUSE-user` -password `cat ~/.apps/.PAUSE-password` -mailto 'db@kavod.com' -non_interactive Business-Shipping-*.tar.gz
perl -pi -e "s/\$VERSION = \'.\...\'/\$VERSION = \'${VERSION_AFTER_THIS_UPLOAD}\'/g" Makefile.PL