HACKING THE SOURCE
For hacking, you will need Mercurial, Perl interpreter and Dist-Zilla
(with some plugins), and likely cpanm
to install missed parts.
Clone the repository first:
$ hg clone http://hg.code.sf.net/p/orlaterpack/code/ \
Software-License-OrLaterPack
$ cd Software-License-OrLaterPack
To build a distribution from source, run:
$ PERL5LIB=lib:$PERL5LIB dzil build
If required Dist-Zilla
plugins are missed, dzil
tool will warn you and show the command to install all the required plugins.
To run the tests:
$ PERL5LIB=lib:$PERL5LIB dzil test
To run all the tests, including release tests:
$ PERL5LIB=lib:$PERL5LIB dzil test --release
To install the distribution:
$ PERL5LIB=lib:$PERL5LIB dzil install
or
$ cpanm ./Software-License-OrLaterPack-VERSION.tar.gz
where VERSION is a version of built distribution.