-
Make your changes, including tests for your changes.
-
Ensure that all tests pass, by running:
export CAMPAIGN_MONITOR_API_KEY={Your API key to use for running the tests} export CAMPAIGN_MONITOR_ACCESS_TOKEN={Your OAuth access token for running the tests} export CAMPAIGN_MONITOR_REFRESH_TOKEN={Your OAuth refresh token for running the tests} cpanm --quiet --installdeps --notest . perl Makefile.PL && make test
The Travis CI build runs on Perl
5.10
,5.12
,5.14
, and5.16
. -
It should go without saying, but do not increment the version number in your commits.