view release on metacpan or search on metacpan
t/manifest.t
t/pod-coverage.t
t/pod.t
t/sum.t
META.yml Module YAML meta-data (added by MakeMaker)
META.json Module JSON meta-data (added by MakeMaker)
view all matches for this distribution
view release on metacpan or search on metacpan
"x_authority" : "cpan:ANATOFUZ",
"x_contributors" : [
"AnaTofuZ <e155730@ie.u-ryukyu.ac.jp>",
"AnaTofuZ <anatofuz@gmail.com>"
],
"x_serialization_backend" : "JSON::PP version 2.27300"
}
view all matches for this distribution
view release on metacpan or search on metacpan
"Dist::Zilla::PluginBundle::Author::WATERKIP" : "0",
"Pod::Coverage::TrustPod" : "0",
"Software::License::EUPL_1_2" : "0",
"Test::CPAN::Changes" : "0.19",
"Test::CPAN::Meta" : "0",
"Test::CPAN::Meta::JSON" : "0.16",
"Test::EOL" : "0",
"Test::Kwalitee" : "1.21",
"Test::MinimumVersion" : "0",
"Test::Mojibake" : "0",
"Test::More" : "0.96",
"version" : "0.001",
"x_contributors" : [
"Wesley Schwengle <wesley@schwengle.net>"
],
"x_generated_by_perl" : "v5.30.0",
"x_serialization_backend" : "Cpanel::JSON::XS version 4.12"
}
view all matches for this distribution
view release on metacpan or search on metacpan
"class" : "Dist::Zilla::Plugin::Test::EOL",
"name" : "@Filter/Test::EOL",
"version" : "0.07"
},
{
"class" : "Dist::Zilla::Plugin::Test::CPAN::Meta::JSON",
"name" : "@Filter/Test::CPAN::Meta::JSON",
"version" : "0.003"
},
{
"class" : "Dist::Zilla::Plugin::Test::CheckDeps",
"name" : "@Filter/Test::CheckDeps",
"class" : "Dist::Zilla::Plugin::MetaConfig",
"name" : "@Filter/MetaConfig",
"version" : "4.300027"
},
{
"class" : "Dist::Zilla::Plugin::MetaJSON",
"name" : "@Filter/MetaJSON",
"version" : "4.300027"
},
{
"class" : "Dist::Zilla::Plugin::MetaYAML",
"name" : "@Filter/MetaYAML",
view all matches for this distribution
view release on metacpan or search on metacpan
README
t/pod-coverage.t
t/pod.t
t/Win32-PEPM.t
META.yml Module YAML meta-data (added by MakeMaker)
META.json Module JSON meta-data (added by MakeMaker)
view all matches for this distribution
view release on metacpan or search on metacpan
Makefile.PL view on Meta::CPAN
'HTML::Form', '6.00',
'HTML::Parser', '3.68',
'HTML::TreeBuilder::LibXML', '0.12',
'HTTP::Request::AsCGI', '1.2',
'IP::Country', '2.27',
'JSON', '2.53',
'List::UtilsBy', '0.07',
'Log::Dispatch', '2.29',
'MRO::Compat', '0.11',
'Module::Extract::Use', '1.01',
'Module::Extract::VERSION', '1.01',
view all matches for this distribution
view release on metacpan or search on metacpan
inc/Module/Install/Metadata.pm view on Meta::CPAN
}
sub write_mymeta_json {
my $self = shift;
# We need JSON to write the MYMETA.json file
unless ( eval { require JSON; 1; } ) {
return 1;
}
# Generate the data
my $meta = $self->_write_mymeta_data or return 1;
# Save as the MYMETA.yml file
print "Writing MYMETA.json\n";
Module::Install::_write(
'MYMETA.json',
JSON->new->pretty(1)->canonical->encode($meta),
);
}
sub _write_mymeta_data {
my $self = shift;
view all matches for this distribution
view release on metacpan or search on metacpan
"version" : "0.02",
"x_authority" : "cpan:ANATOFUZ",
"x_contributors" : [
"karupanerura <karupa@cpan.org>"
],
"x_serialization_backend" : "JSON::PP version 2.27300"
}
view all matches for this distribution
view release on metacpan or search on metacpan
Test::More = 0
[PruneCruft]
[PkgVersion]
[MetaYAML]
[MetaJSON]
[License]
[Manifest]
[ManifestSkip]
[MakeMaker]
[ConfirmRelease]
view all matches for this distribution
view release on metacpan or search on metacpan
"web" : "https://github.com/vti/acme-zerowidth"
}
},
"version" : "0.01",
"x_authority" : "cpan:VTI",
"x_serialization_backend" : "JSON::PP version 2.27400_02"
}
view all matches for this distribution
view release on metacpan or search on metacpan
"web" : "https://github.com/tobyink/p5-acme-zydecotesting-app1"
},
"x_identifier" : "http://purl.org/NET/cpan-uri/dist/Acme-ZydecoTesting-App1/project"
},
"version" : "0.003",
"x_serialization_backend" : "JSON::PP version 2.27400_02",
"x_static_install" : 1
}
view all matches for this distribution
view release on metacpan or search on metacpan
MANIFEST This list of files
MANIFEST.SKIP
README
t/Acme-covfefe.t
META.yml Module YAML meta-data (added by MakeMaker)
META.json Module JSON meta-data (added by MakeMaker)
view all matches for this distribution
view release on metacpan or search on metacpan
t/manifest.t
t/pod-coverage.t
t/pod.t
t/sum.t
META.yml Module YAML meta-data (added by MakeMaker)
META.json Module JSON meta-data (added by MakeMaker)
view all matches for this distribution
view release on metacpan or search on metacpan
lib/Acme/eng2kor.pm view on Meta::CPAN
use utf8;
use Any::Moose;
use Any::Moose '::Util::TypeConstraints';
use JSON qw/decode_json/;
use Const::Fast;
use URI::Escape qw/uri_escape_utf8/;
use HTTP::Request;
use HTTP::Response;
use LWP::UserAgent;
view all matches for this distribution
view release on metacpan or search on metacpan
t/t2/t3/t/04-dir.t
t/t2/t3/t/05-file.t
t/t2/t3/vendor/Proof02_2.pm
t/t2/t3/vendor/Proof05_2.pm
META.yml Module YAML meta-data (added by MakeMaker)
META.json Module JSON meta-data (added by MakeMaker)
view all matches for this distribution
view release on metacpan or search on metacpan
t/manifest.t
t/pod-coverage.t
t/pod.t
t/sum.t
META.yml Module YAML meta-data (added by MakeMaker)
META.json Module JSON meta-data (added by MakeMaker)
view all matches for this distribution
view release on metacpan or search on metacpan
t/boilerplate.t
t/manifest.t
t/pod-coverage.t
t/pod.t
META.yml Module YAML meta-data (added by MakeMaker)
META.json Module JSON meta-data (added by MakeMaker)
view all matches for this distribution
view release on metacpan or search on metacpan
"web" : "https://github.com/dagolden/Acme-require-case"
}
},
"version" : "0.013",
"x_authority" : "cpan:DAGOLDEN",
"x_serialization_backend" : "Cpanel::JSON::XS version 3.0225"
}
view all matches for this distribution
view release on metacpan or search on metacpan
t/00-load.t
t/manifest.t
t/pod-coverage.t
t/pod.t
META.yml Module YAML meta-data (added by MakeMaker)
META.json Module JSON meta-data (added by MakeMaker)
view all matches for this distribution
view release on metacpan or search on metacpan
"class" : "Dist::Zilla::Plugin::MetaConfig",
"name" : "MetaConfig",
"version" : "4.300029"
},
{
"class" : "Dist::Zilla::Plugin::MetaJSON",
"name" : "MetaJSON",
"version" : "4.300029"
},
{
"class" : "Dist::Zilla::Plugin::NextRelease",
"name" : "NextRelease",
view all matches for this distribution
view release on metacpan or search on metacpan
lib/Acrux/DBI/Res.pm view on Meta::CPAN
=cut
use Carp qw/croak/;
use Mojo::Collection;
use Mojo::JSON qw(from_json);
use Mojo::Util qw(tablify);
sub new {
my $class = shift;
my $args = scalar(@_) ? scalar(@_) > 1 ? {@_} : {%{$_[0]}} : {};
view all matches for this distribution
view release on metacpan or search on metacpan
lib/Acrux/Pointer.pm view on Meta::CPAN
See C<TODO> file
=head1 SEE ALSO
L<Mojo::JSON::Pointer>
=head1 AUTHOR
Serż Minus (Sergey Lepenkov) L<https://www.serzik.com> E<lt>abalama@cpan.orgE<gt>
view all matches for this distribution
view release on metacpan or search on metacpan
"class" : "Dist::Zilla::Plugin::MetaYAML",
"name" : "@Starter/MetaYAML",
"version" : "6.012"
},
{
"class" : "Dist::Zilla::Plugin::MetaJSON",
"name" : "@Starter/MetaJSON",
"version" : "6.012"
},
{
"class" : "Dist::Zilla::Plugin::License",
"name" : "@Starter/License",
},
"version" : "6.012"
}
},
"x_generated_by_perl" : "v5.26.2",
"x_serialization_backend" : "Cpanel::JSON::XS version 4.02"
}
view all matches for this distribution
view release on metacpan or search on metacpan
lib/Catalyst/Plugin/Activator/Config.pm view on Meta::CPAN
MyApp->config->{foo} # bar
=head1 DESCRIPTION
This module will attempt to load find and load a configuration
file of various types. Currently it supports YAML, JSON, XML,
INI and Perl formats. Special configuration for a particular driver format can
be stored in C<MyApp-E<gt>config-E<gt>{ 'Plugin::ConfigLoader' }-E<gt>{ driver }>.
To support the distinction between development and production environments,
this module will also attemp to load a local config (e.g. myapp_local.yaml)
view all matches for this distribution
view release on metacpan or search on metacpan
t/12-connect.t
t/13-init.t
t/14-smart-accessors.t
t/15-sql-row.t
META.yml Module YAML meta-data (added by MakeMaker)
META.json Module JSON meta-data (added by MakeMaker)
view all matches for this distribution
view release on metacpan or search on metacpan
inc/Module/Install/Metadata.pm view on Meta::CPAN
}
sub write_mymeta_json {
my $self = shift;
# We need JSON to write the MYMETA.json file
unless ( eval { require JSON; 1; } ) {
return 1;
}
# Generate the data
my $meta = $self->_write_mymeta_data or return 1;
# Save as the MYMETA.yml file
print "Writing MYMETA.json\n";
Module::Install::_write(
'MYMETA.json',
JSON->new->pretty(1)->canonical->encode($meta),
);
}
sub _write_mymeta_data {
my $self = shift;
view all matches for this distribution
view release on metacpan or search on metacpan
lib/Activiti/Rest/Client.pm view on Meta::CPAN
package Activiti::Rest::Client;
use Activiti::Sane;
use Carp qw(confess);
use Moo;
use Data::Util qw(:check :validate);
use JSON qw(decode_json encode_json);
use URI::Escape qw(uri_escape);
use Activiti::Rest::Response;
our $VERSION = "0.1259";
view all matches for this distribution
view release on metacpan or search on metacpan
"class" : "Dist::Zilla::Plugin::MetaConfig",
"name" : "@Author::GETTY/MetaConfig",
"version" : "6.037"
},
{
"class" : "Dist::Zilla::Plugin::MetaJSON",
"name" : "@Author::GETTY/MetaJSON",
"version" : "6.037"
},
{
"class" : "Dist::Zilla::Plugin::PodSyntaxTests",
"name" : "@Author::GETTY/PodSyntaxTests",
"version" : "6.037"
}
},
"x_authority" : "cpan:PERIGRIN",
"x_generated_by_perl" : "v5.36.0",
"x_serialization_backend" : "Cpanel::JSON::XS version 4.38",
"x_spdx_expression" : "Artistic-1.0-Perl OR GPL-1.0-or-later"
}
view all matches for this distribution
view release on metacpan or search on metacpan
"web" : "http://rt.cpan.org/Public/Dist/Display.html?Name=Adapter-Async"
},
"homepage" : "http://search.cpan.org/dist/Adapter-Async/"
},
"version" : "0.019",
"x_serialization_backend" : "Cpanel::JSON::XS version 3.023"
}
view all matches for this distribution
view release on metacpan or search on metacpan
t/10-ipv6.t
t/manifest.t
t/pod-coverage.t
t/pod.t
META.yml Module YAML meta-data (added by MakeMaker)
META.json Module JSON meta-data (added by MakeMaker)
view all matches for this distribution