Algorithm-AM

 view release on metacpan or  search on metacpan

DEVELOPING.md  view on Meta::CPAN

    dzil authordeps --missing | cpanm --notest
    dzil listdeps --author --missing | cpanm --notest

Then, to run the author tests:

    dzil test --author --release

To release the module:

* update and commit `Changes`
* run `dzil release` (you'll need the PAUSE username and password)
* if the release succeeded:
    * `git tag <tag>`
    * `git push --tags`
    * create release with the given tag on GitHub



( run in 2.148 seconds using v1.01-cache-2.11-cpan-49f99fa48dc )