Group
Extension

Matches 1

Puppet-DB ( M/MQ/MQTECH/Puppet-DB-0.001.tar.gz, MQTECH, 2019; MetaCPAN )
Puppet-DB/lib/Puppet/DB.pm ( view source; MetaCPAN )
age Puppet::DB;

use 5.10.0;
use strict;
use warnings;
use LWP::UserAgent;
use HTTP::Request;
use JSON;
use Time::Local;
use Moose;
use Moose::Exporter;
use String::ShortHostname;
use Module::Load::Co
the following code can silently fail
#eval {
#require MooseX::Storage;
#with Storage('format' => 'JSON', 'io' => 'File', traits => ['DisableCycleDetection']);
#1;
#};
if ( check_install( module => 'Mo
   require MooseX::Storage;
    MooseX::Storage->import();
    with Storage(
        'format' => 'JSON',
        'io'     => 'File',
        traits   => ['DisableCycleDetection']
    );
}


# Connect 

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