solus-packages/common/perl
2024-02-24 22:08:42 -06:00
..
get_unique_updates Update module load order. Add vstags to gitignore 2024-02-24 22:08:42 -06:00
README.md Rename README so GitHub can display it nicely 2024-02-21 20:47:12 -06:00

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