ACME-Base64-Hexagram

 view release on metacpan or  search on metacpan

META.json  view on Meta::CPAN

            "Test::More" : "0"
         }
      }
   },
   "release_status" : "stable",
   "resources" : {
      "bugtracker" : {
         "web" : "https://github.com/choroba/ACME-Base64-Hexagram/issues"
      },
      "repository" : {
         "type" : "git",
         "url" : "https://github.com/choroba/ACME-Base64-Hexagram.git",
         "web" : "https://github.com/choroba/ACME-Base64-Hexagram"
      }
   },
   "version" : "0.002",
   "x_serialization_backend" : "JSON::PP version 4.16"
}

Makefile.PL  view on Meta::CPAN

    PREREQ_PM => {
        #'ABC'              => '1.6',
        #'Foo::Bar::Module' => '5.0401',
    },
    dist  => { COMPRESS => 'gzip -9f', SUFFIX => 'gz', },
    clean => { FILES => 'ACME-Base64-Hexagram-*' },
    META_MERGE => {
        'meta-spec' => { version => 2 },
        resources   => {
            repository => {
                type => 'git',
                url  => 'https://github.com/choroba/ACME-Base64-Hexagram.git',
                web  => 'https://github.com/choroba/ACME-Base64-Hexagram',
            },
            bugtracker => {
                web => 'https://github.com/choroba/ACME-Base64-Hexagram/issues',
            },
        },
    },
);



( run in 1.555 second using v1.01-cache-2.11-cpan-64ef6c95b5d )