JavaScript-Const-Exporter

 view release on metacpan or  search on metacpan

META.json  view on Meta::CPAN

            "HTTP::Status" : "0"
         },
         "requires" : {
            "Exporter" : "0",
            "File::Spec" : "0",
            "Module::Metadata" : "0",
            "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",
            "constant" : "0",
            "lib" : "0",
            "version" : "0.77"
         }
      }
   },

META.yml  view on Meta::CPAN

author:
  - 'Robert Rothenberg <rrwo@cpan.org>'
build_requires:
  Exporter: '0'
  File::Spec: '0'
  Module::Metadata: '0'
  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'
  constant: '0'
  lib: '0'
  version: '0.77'
configure_requires:
  ExtUtils::MakeMaker: '0'
dynamic_config: 0

Makefile.PL  view on Meta::CPAN

    "warnings" => 0
  },
  "TEST_REQUIRES" => {
    "Exporter" => 0,
    "File::Spec" => 0,
    "Module::Metadata" => 0,
    "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",
    "constant" => 0,
    "lib" => 0,
    "version" => "0.77"
  },
  "VERSION" => "v0.1.7",
  "test" => {

Makefile.PL  view on Meta::CPAN

  "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",
  "Types::Common::String" => 0,
  "Types::Standard" => 0,
  "constant" => 0,
  "lib" => 0,
  "namespace::autoclean" => 0,
  "strict" => 0,

cpanfile  view on Meta::CPAN

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";
  requires "Test::Differences" => "0";
  requires "Test::More" => "0";
  requires "Test::Most" => "0.35";
  requires "Test::Script" => "1.23";
  requires "Test::Warnings" => "0.028";
  requires "constant" => "0";
  requires "lib" => "0";
  requires "version" => "0.77";
};

on 'test' => sub {

dist.ini  view on Meta::CPAN

[InstallGuide]

[Prereqs / TestRecommends]
Const::Exporter = 0
Const::Fast::Exporter = 0
HTTP::Status = 0

[Prereqs / TestRequires ]
; To work around bad smokers that don't install prereqs for Test::Most
Test::Deep = 1.127
Test::Differences = 0
Test::Warnings = 0.028

; authordep Pod::Weaver::Plugin::AppendPrepend
; authordep Pod::Weaver::Section::Contributors
; authordep Pod::Weaver::Section::SourceGitHub

[PodSyntaxTests]
[Test::CheckManifest]
;;[Test::CleanNamespaces]
[Test::EOF]

t/00-report-prereqs.dd  view on Meta::CPAN

                                     'HTTP::Status' => '0'
                                   },
                   'requires' => {
                                   'Exporter' => '0',
                                   'File::Spec' => '0',
                                   'Module::Metadata' => '0',
                                   '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',
                                   'constant' => '0',
                                   'lib' => '0',
                                   'version' => '0.77'
                                 }
                 }
     };



( run in 0.251 second using v1.01-cache-2.11-cpan-131fc08a04b )