Prove wrapper designed for executing tests on remote hosts via SSH
cpanm -i -n Net::OpenSSH Getopt::Long App::Prove
-n is reccomended as otherwise Net::OpenSSH runs tests that try to SSH into localhost.
Copy bin/rprove to a directory in your $PATH
rprove -h some.test.host test1.t test2.t ...
See POD in rprove itself for more advanced usage.
Help! I can't connect! Please check your OpenSSH client config, as this is used by default. If it is setup correctly for the host you wish to connect to, everything will "just work".