Welcome, so you are thinking about contributing? Awesome, this a great place to start.
git clone git@github.com:innovativeinnovation/epfl-sciper-list.git
cd epfl-sciper-list
perl Build.PL
perl Build installdeps
Unit and integration tests:
perl Build test
Code coverage:
perl Build testcover
To enable Author tests:
export RELEASE_TESTING=1
perl -Ilib bin/epfl-sciper-list
perl Build dist
- 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"
)
Apache License 2.0
Original work (c) ECOLE POLYTECHNIQUE FEDERALE DE LAUSANNE, Switzerland, VPSI, 2017-2018.
Modified work (c) William Belle, 2018-2019.
See the LICENSE file for more details.