Group
Extension

Matches 1

Cinnamon ( S/SH/SHIBAZAKI/Cinnamon-0.03.tar.gz, SHIBAZAKI, 2012; MetaCPAN )
Cinnamon/lib/Cinnamon.pm ( view source; MetaCPAN )
my $res   = LWP::UserAgent->get('http://servers.example.com/api/hosts');
      my $hosts = decode_json $res->content;
         $hosts;
  }, {
      deploy_to => "/home/app/www/$application",
      bra
my $res   = LWP::UserAgent->get('http://servers.example.com/api/hosts');
      my $hosts = decode_json $res->content;
         $hosts;
  };

  # or

  role production => 'production.example.com', {
  

Powered by Groonga
Maintained by Kenichi Ishigaki <ishigaki@cpan.org>. If you find anything, submit it on GitHub.