mirror of
https://github.com/getsolus/packages.git
synced 2025-04-25 12:20:28 +03:00
.. | ||
get_unique_updates | ||
README.md |
README for perl scripts
Documentation and help output
For each script, there should be documentation written in pod and help output.
Docs are read with perldoc. For example:
perldoc get_unique_updates/get_unique_updates.pl
Each script should have help output. For example:
get_unique_updates.pl --help
Running tests
Tests are run with prove
. To run all tests for a script, run prove on all the test files in the test directory:
prove get_unique_updates/t/*.t