JavaScript-Const-Exporter
view release on metacpan or search on metacpan
"Test::Pod::Coverage" : "1.08",
"Test::Pod::LinkCheck" : "0",
"Test::Portability::Files" : "0",
"Test::TrailingSpace" : "0.0203"
}
},
"runtime" : {
"recommends" : {
"Cpanel::JSON::XS" : "0",
"Package::Stash::XS" : "0",
"Ref::Util::XS" : "0",
"Type::Tiny::XS" : "0"
},
"requires" : {
"Carp" : "0",
"JSON::MaybeXS" : "0",
"Module::Load" : "0",
"Moo" : "1.002000",
"MooX::Options" : "0",
"Package::Stash" : "0",
"Path::Tiny" : "0",
"Ref::Util" : "0",
"Sub::Identify" : "0.06",
"Types::Common::String" : "0",
"Types::Standard" : "0",
"namespace::autoclean" : "0",
"perl" : "v5.10.0",
"strict" : "0",
"warnings" : "0"
}
},
"test" : {
url: http://module-build.sourceforge.net/META-spec-v1.4.html
version: '1.4'
name: JavaScript-Const-Exporter
provides:
JavaScript::Const::Exporter:
file: lib/JavaScript/Const/Exporter.pm
version: v0.1.7
recommends:
Cpanel::JSON::XS: '0'
Package::Stash::XS: '0'
Ref::Util::XS: '0'
Type::Tiny::XS: '0'
requires:
Carp: '0'
JSON::MaybeXS: '0'
Module::Load: '0'
Moo: '1.002000'
MooX::Options: '0'
Package::Stash: '0'
Path::Tiny: '0'
Ref::Util: '0'
Sub::Identify: '0.06'
Types::Common::String: '0'
Types::Standard: '0'
namespace::autoclean: '0'
perl: v5.10.0
strict: '0'
warnings: '0'
resources:
bugtracker: https://github.com/robrwo/JavaScript-Const-Exporter/issues
repository: git://github.com/robrwo/JavaScript-Const-Exporter.git
Makefile.PL view on Meta::CPAN
"MIN_PERL_VERSION" => "5.010000",
"NAME" => "JavaScript::Const::Exporter",
"PREREQ_PM" => {
"Carp" => 0,
"JSON::MaybeXS" => 0,
"Module::Load" => 0,
"Moo" => "1.002000",
"MooX::Options" => 0,
"Package::Stash" => 0,
"Path::Tiny" => 0,
"Ref::Util" => 0,
"Sub::Identify" => "0.06",
"Types::Common::String" => 0,
"Types::Standard" => 0,
"namespace::autoclean" => 0,
"strict" => 0,
"warnings" => 0
},
"TEST_REQUIRES" => {
"Exporter" => 0,
"File::Spec" => 0,
Makefile.PL view on Meta::CPAN
"Carp" => 0,
"Exporter" => 0,
"File::Spec" => 0,
"JSON::MaybeXS" => 0,
"Module::Load" => 0,
"Module::Metadata" => 0,
"Moo" => "1.002000",
"MooX::Options" => 0,
"Package::Stash" => 0,
"Path::Tiny" => 0,
"Ref::Util" => 0,
"Sub::Identify" => "0.06",
"Test2::V0" => 0,
"Test::Deep" => "1.127",
"Test::Deep::Regexp" => 0,
"Test::Deep::Set" => 0,
"Test::Differences" => 0,
"Test::More" => 0,
"Test::Most" => "0.35",
"Test::Script" => "1.23",
"Test::Warnings" => "0.028",
# This file is generated by Dist::Zilla::Plugin::CPANFile v6.025
# Do not edit this file directly. To change prereqs, edit the `dist.ini` file.
requires "Carp" => "0";
requires "JSON::MaybeXS" => "0";
requires "Module::Load" => "0";
requires "Moo" => "1.002000";
requires "MooX::Options" => "0";
requires "Package::Stash" => "0";
requires "Path::Tiny" => "0";
requires "Ref::Util" => "0";
requires "Sub::Identify" => "0.06";
requires "Types::Common::String" => "0";
requires "Types::Standard" => "0";
requires "namespace::autoclean" => "0";
requires "perl" => "v5.10.0";
requires "strict" => "0";
requires "warnings" => "0";
recommends "Cpanel::JSON::XS" => "0";
recommends "Package::Stash::XS" => "0";
recommends "Ref::Util::XS" => "0";
recommends "Type::Tiny::XS" => "0";
on 'test' => sub {
requires "Exporter" => "0";
requires "File::Spec" => "0";
requires "Module::Metadata" => "0";
requires "Test2::V0" => "0";
requires "Test::Deep" => "1.127";
requires "Test::Deep::Regexp" => "0";
requires "Test::Deep::Set" => "0";
lib/JavaScript/Const/Exporter.pm view on Meta::CPAN
use Moo 1.002000;
use MooX::Options
protect_argv => 0,
usage_string => '%c %o [output-filename]';
use Carp;
use JSON::MaybeXS ();
use Module::Load qw/ load /;
use Package::Stash;
use Ref::Util qw/ is_scalarref /;
use Sub::Identify 0.06 qw/ is_sub_constant /;
use Types::Common::String qw/ NonEmptySimpleStr /;
use Types::Standard qw/ ArrayRef Bool HashRef InstanceOf /;
# RECOMMEND PREREQ: Cpanel::JSON::XS
# RECOMMEND PREREQ: Package::Stash::XS
# RECOMMEND PREREQ: Ref::Util::XS
# RECOMMEND PREREQ: Type::Tiny::XS
use namespace::autoclean;
our $VERSION = 'v0.1.7';
option use_var => (
is => 'ro',
isa => Bool,
t/00-report-prereqs.dd view on Meta::CPAN
'Test::Pod::Coverage' => '1.08',
'Test::Pod::LinkCheck' => '0',
'Test::Portability::Files' => '0',
'Test::TrailingSpace' => '0.0203'
}
},
'runtime' => {
'recommends' => {
'Cpanel::JSON::XS' => '0',
'Package::Stash::XS' => '0',
'Ref::Util::XS' => '0',
'Type::Tiny::XS' => '0'
},
'requires' => {
'Carp' => '0',
'JSON::MaybeXS' => '0',
'Module::Load' => '0',
'Moo' => '1.002000',
'MooX::Options' => '0',
'Package::Stash' => '0',
'Path::Tiny' => '0',
'Ref::Util' => '0',
'Sub::Identify' => '0.06',
'Types::Common::String' => '0',
'Types::Standard' => '0',
'namespace::autoclean' => '0',
'perl' => 'v5.10.0',
'strict' => '0',
'warnings' => '0'
}
},
'test' => {
( run in 0.266 second using v1.01-cache-2.11-cpan-4d50c553e7e )