Runs Perl tests for the currently active file using atom-script as a backend.
script-perl-test:run-test
carton exec -- prove -v {FILE_ACTIVE}
script-perl-test:run-test-method
TEST_METHOD=<TEST METHOD NAME> carton exec -- prove -v {FILE_ACTIVE}
. TEST METHOD NAME
is automatically chosen from the cursor position. Go best with Test::Class.Good catch. Let us know what about this package looks wrong to you, and we'll investigate right away.