diff options
Diffstat (limited to 'actions.sh')
-rwxr-xr-x | actions.sh | 8 |
1 files changed, 8 insertions, 0 deletions
@@ -12,6 +12,14 @@ install () { make install } +help_text="$help_text dist\t[]\tcreate a source distribution\n" +dist () { + perl Makefile.PL + make + make test + make dist +} + help_text="$help_text run_tests\t[arg]\tpasses arg to the 'prove' tool\n" run_tests () { eval "prove -l ${1-} t/" |