Group
Extension

Matches 2

Connector ( M/MR/MRSCOTTY/Connector-1.55.tar.gz, MRSCOTTY, 2025; MetaCPAN )
Connector/lib/Connector/Proxy/JSON.pm ( view source; MetaCPAN )
# Connector::Proxy::JSON
#
# Proxy class for reading a JSON file

package Connector::Proxy::JSON;

use strict;
use warnings;
use English;
use JSON;
use Data::Dumper;

use Moose;

extends 'Connector::B
      eval {
            $config = decode_json($content);
        };
        if ($@ || !$config || !ref $config) {
            $self->log()->error('Proxy::JSON error parsing content from file '.$file)
e );
        }
        $self->log()->debug('Proxy::JSON loading configuration from file '.$file);
    } else {
        $self->log()->warn('Proxy::JSON configuration file '.$file.' not found ');
    }
Connector ( M/MR/MRSCOTTY/Connector-1.55.tar.gz, MRSCOTTY, 2025; MetaCPAN )
Connector/gen-cpanfile.pl ( view source; MetaCPAN )
use CPAN::Meta;
use Data::Dumper;
use Module::CPANfile;
my $meta = CPAN::Meta->load_file('MYMETA.json');
my $file = Module::CPANfile->from_prereqs($meta->prereqs);
$file->save('cpanfile');

# load to 

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