CPAN-Testers-Schema

 view release on metacpan or  search on metacpan

Rexfile  view on Meta::CPAN


group all => qw(
    cpantesters3.dh.bytemark.co.uk
    cpantesters4.dh.bytemark.co.uk
);

#######################################################################
# Settings

user 'cpantesters';
private_key '~/.ssh/cpantesters-rex';

# Used to find local, dev copies of the dist
set 'dist_name' => 'CPAN-Testers-Schema';

#######################################################################
# Environments
# The Vagrant VM for development purposes
environment vm => sub {
    group all => '192.168.127.127'; # the Vagrant VM IP
    set 'no_sudo_password' => 1;



( run in 0.256 second using v1.01-cache-2.11-cpan-a5abf4f5562 )