forked from Lainports/opnsense-ports
Taken from: https://github.com/freebsd/freebsd-ports.git Commit id: 5070672073b68be364139bc6b3a89100bd17d331
8 lines
356 B
Text
8 lines
356 B
Text
Test::Script::Run exports some subs to help test and run scripts in your
|
|
dist's bin/ directory, if the script path is not absolute.
|
|
|
|
Nearly all the essential code is stolen from Prophet::Test, we think subs
|
|
like those should live below Test:: namespace, that's why we packed them
|
|
and created this module.
|
|
|
|
WWW: http://search.cpan.org/dist/Test-Script-Run/
|