Enbld

 view release on metacpan or  search on metacpan

META.json  view on Meta::CPAN

         "requires" : {
            "ExtUtils::MakeMaker" : "6.66"
         }
      },
      "runtime" : {
         "requires" : {
            "File::Basename" : "0",
            "File::Copy::Recursive" : "0",
            "File::Spec" : "0",
            "HTTP::Tiny" : "0.041",
            "IO::Socket::SSL" : "0",
            "Try::Lite" : "0",
            "autodie" : "0",
            "parent" : "0",
            "perl" : "5.010001",
            "version" : "0.77"
         }
      },
      "test" : {
         "requires" : {
            "Test::Exception" : "0",

META.yml  view on Meta::CPAN

no_index:
  directory:
    - t
    - inc
    - xt
requires:
  File::Basename: '0'
  File::Copy::Recursive: '0'
  File::Spec: '0'
  HTTP::Tiny: '0.041'
  IO::Socket::SSL: '0'
  Try::Lite: '0'
  autodie: '0'
  parent: '0'
  perl: '5.010001'
  version: '0.77'
resources:
  bugtracker: https://github.com/magnolia-k/Enbld/issues
  homepage: https://github.com/magnolia-k/Enbld
  repository: https://github.com/magnolia-k/Enbld.git
version: '0.7041'

Makefile.PL  view on Meta::CPAN

        "bin/enblder",
        "bin/chkenbld",
        "bin/getenbld",
    ],

    PREREQ_PM		=> {
        'version'               => 0.77,
        'autodie'               => 0,
        'parent'                => 0,
        'HTTP::Tiny'            => 0.041,
        'IO::Socket::SSL'       => 0,
        'Try::Lite'             => 0,
        'File::Copy::Recursive' => 0,
        'File::Spec'            => 0,
        'File::Basename'        => 0,
    },

	META_MERGE		=> {
        "meta-spec" => { version => 2 },

		"no_index" => {



( run in 0.503 second using v1.01-cache-2.11-cpan-4d50c553e7e )