Skip to content

Latest commit

 

History

History
24 lines (16 loc) · 275 Bytes

DEVELOPMENT.md

File metadata and controls

24 lines (16 loc) · 275 Bytes

Development Notes

First time setup

  1. Checkout project source

  2. Install dzil and then dependencies

cpanm Dist::Zilla
dzil authordeps | cpanm --notest
dzil listdeps | cpanm --notest

Build and test with dzil

# build
dzil build

# test
dzil test