n the tools/ directory, and is called generate-modules.
#
# This file was generated from the CLDR JSON locale data. See the LICENSE.cldr
# file included in this distribution for license details.
#
# D
ndles => {
filenames => 'elements',
},
default => sub {
return [ grep { -f } qw/metamerge.json metamerge.yml/ ];
},
);
has _rawdata => (
is => 'ro',
lazy => 1,
builder => '_bui
e to produce data, data should be data.
=head2 Names and formats
This file reads a JSON formatted F<metamerge.json>, and/or a YAML formatted F<metamerge.yml>. Alternatively, if passed with the C<fil
::Types::Moose 'ArrayRef';
use MooseX::Types::Stringlike 'Stringlike';
my @defaults = qw/prereqs.json prereqs.yml/;
has filenames => (
is => 'ro',
isa => ArrayRef[Stringlike],
defaul
roduce data, data should be data.
=head2 Names and formats
This file reads either a JSON formatted F<prereqs.json>, and/or a YAML formatted F<prereqs.yml> (or another file if passed with the C<filen
n the tools/ directory, and is called generate-modules.
#
# This file was generated from the CLDR JSON locale data. See the LICENSE.cldr
# file included in this distribution for license details.
#
# D
n the tools/ directory, and is called generate-modules.
#
# This file was generated from the CLDR JSON locale data. See the LICENSE.cldr
# file included in this distribution for license details.
#
# D
n the tools/ directory, and is called generate-modules.
#
# This file was generated from the CLDR JSON locale data. See the LICENSE.cldr
# file included in this distribution for license details.
#
# D
n the tools/ directory, and is called generate-modules.
#
# This file was generated from the CLDR JSON locale data. See the LICENSE.cldr
# file included in this distribution for license details.
#
# D
n the tools/ directory, and is called generate-modules.
#
# This file was generated from the CLDR JSON locale data. See the LICENSE.cldr
# file included in this distribution for license details.
#
# D
n the tools/ directory, and is called generate-modules.
#
# This file was generated from the CLDR JSON locale data. See the LICENSE.cldr
# file included in this distribution for license details.
#
# D
n the tools/ directory, and is called generate-modules.
#
# This file was generated from the CLDR JSON locale data. See the LICENSE.cldr
# file included in this distribution for license details.
#
# D
add_delegate('meta', sub { CPAN::Meta->load_file('META.json') });
$planner->add_delegate('release_status', sub { CPAN::Meta->load_file('META.json')->release_status });
$planner->add_delegate('jobs',
lder::Planner>:
=over 4
=item * meta
A L<CPAN::Meta|CPAN::Meta> object representing the C<META.json> file.
=item * distribution
The name of the distribution
=item * version
The version of the d
n the tools/ directory, and is called generate-modules.
#
# This file was generated from the CLDR JSON locale data. See the LICENSE.cldr
# file included in this distribution for license details.
#
# D
n the tools/ directory, and is called generate-modules.
#
# This file was generated from the CLDR JSON locale data. See the LICENSE.cldr
# file included in this distribution for license details.
#
# D
n the tools/ directory, and is called generate-modules.
#
# This file was generated from the CLDR JSON locale data. See the LICENSE.cldr
# file included in this distribution for license details.
#
# D
rt';
use Carp;
use Time::HiRes qw(gettimeofday);
use Circle::Common qw(load_config http_json_post http_json_get);
our @EXPORT = qw(
create_wallet
list_wallet
balance_of_address
balance_of_
n the cloud.
=cut
sub create_wallet {
my $url = _build_create_wallet_url();
return http_json_post( $url, {} );
}
sub _build_create_wallet_url {
my $config = load_config();
my $
list here.
}
=cut
sub list_wallet {
my $url = _build_list_wallet_url();
return http_json_get($url);
}
sub _build_list_wallet_url {
my $config = load_config();
my $wallet_pa
(make_path);
use File::Basename;
use Circle::Common qw(load_config build_url_template http_json_post http_json_get);
our $VERSION = '0.08';
our @EXPORT = qw(
send_register_verify_code
register
sterVerifyCode");
return http_json_post( $url, $req, 0 );
}
sub register {
my ($req) = @_;
my $url = _build_url_template("register");
return http_json_post( $url, $req, 0 );
}
sub se
erifyCode");
return http_json_post( $url, $req, 0 );
}
sub login {
my ($req) = @_;
my $url = _build_url_template("login");
my $response = http_json_post( $url, $req, 0 );
use Digest::MD5;
use File::Basename ();
use File::Spec ();
use IO::File;
use JSON;
use Scalar::Util ();
use URI::file;
our $VERSION = 'v0.1.3';
# Translation of ty
my $load_json_data = sub
{
my $json_file = shift( @_ ) || return;
my $io = IO::File->new( "<$json_file" ) ||
return( $self->error( "Unable to open our own json magic fi
>close;
local $@;
# try-catch
my $rv = eval
{
my $j = JSON->new->relaxed->allow_nonref;
$MAGIC_DATA = $self->{magic_data} = $j->decode( $buf );
L-Inserter-0.04.tar.gz
M/MI/MIK/CryptX-0.085.tar.gz
M/MI/MIK/Crypt-JWT-0.036.tar.gz
M/ML/MLEHMANN/JSON-XS-4.03.tar.gz
L/LE/LETO/Math-MatrixReal-2.13.tar.gz
R/RI/RIBASUSHI/SQL-Abstract-Classic-1.91.tar
# Add dynamic prereqs to the included modules list (if we can)
my ($source) = grep { -f } 'MYMETA.json', 'MYMETA.yml';
if ( $source && $HAS_CPAN_META ) {
if ( my $meta = eval { CPAN::Meta->load_fi
use overload fallback => 1;
sub cplx { bless &Math::Complex::cplx, __PACKAGE__ }
# needed for JSON serialisation
sub FREEZE {
my ($self, $serialiser) = @_;
return %$self;
}
sub THAW {