Yusaku NAKAJIMA
/
App-Gimei-v0.3.0
⭐ Starred 0
GitHub stars
/
DEVELOPMENT.md
DEVELOPMENT
We use Minilla as our authoring tool and Carton as our module dependency
manager.
How to Setup Development Environment
$ cpanm Carton@v1.0.35
$ carton install --deployment
How to Test
$ carton exec perl Build.PL
$ carton exec perl Build build
$ carton exec perl Build test
$ carton exec perl author/format.pl
How to release to CPAN
$ carton exec minil test
$ carton exec -- minil release --dry-run
$ carton exec minil release