Contributing
Welcome, so you are thinking about contributing ? Awesome, this a great place to start.
Setup
$ git clone EPFL_SCIPER_LIST_REPO
$ cd epfl-sciper-list
$ perl Build.PL
$ perl Build installdeps
Test
Unit and integration tests:
$ perl Build test
Code coverage:
$ perl Build testcover
Run
$ perl -Ilib bin/epfl-sciper-list
Package
$ perl Build dist
Release
- Bump the correct version.
- Update the file Changes
- Package the module.
- Upload the package to https://pause.perl.org/
- Create the tag (
git tag -a v<version> -m "Tagging the v<version> release"
)
License
Apache License 2.0
(c) ECOLE POLYTECHNIQUE FEDERALE DE LAUSANNE, Switzerland, VPSI, 2017-2018.
See the LICENSE file for more details.