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;

 view all matches for this distribution
 view release on metacpan -  search on metacpan

( run in 1.712 second using v1.00-cache-2.02-grep-82fe00e-cpan-2cc899e4a130 )