Hyle

 view release on metacpan or  search on metacpan

META.json  view on Meta::CPAN

{
   "abstract" : "Simple REST endpoint app for db backend build with Plack and DBIC",
   "author" : [
      "Tomasz Czepiel <tjmc@cpan.org>"
   ],
   "dynamic_config" : 1,
   "generated_by" : "ExtUtils::MakeMaker version 6.66, CPAN::Meta::Converter version 2.133380",
   "license" : [
      "perl_5"
   ],
   "meta-spec" : {
      "url" : "http://search.cpan.org/perldoc?CPAN::Meta::Spec",

META.yml  view on Meta::CPAN

---
abstract: 'Simple REST endpoint app for db backend build with Plack and DBIC'
author:
  - 'Tomasz Czepiel <tjmc@cpan.org>'
build_requires:
  ExtUtils::MakeMaker: 0
  Plack::Test: 0
  Test::Exception: 0
  Test::More: 0
configure_requires:
  ExtUtils::MakeMaker: 0
dynamic_config: 1

Makefile.PL  view on Meta::CPAN

        DBI              => 0,
        'DBIx::Class::Schema::Loader' => 0,
        'Class::Load'    => 0,
        'Getopt::Long'   => 0,
        'Hash::MultiValue' => 0,
        'URI::Escape'    => 0,
        ($ExtUtils::MakeMaker::VERSION < 6.64 ? (%required_for_test) : ()),
    },
    ($ExtUtils::MakeMaker::VERSION >= 6.64 ? (TEST_REQUIRES => \%required_for_test) : () ),
    ($] >= 5.005 ?
      (ABSTRACT => "Simple REST endpoint app for db backend build with Plack and DBIC",
       AUTHOR         => 'Tomasz Czepiel <tjmc@cpan.org>') : ()),
    EXE_FILES => [ 'scripts/hyle.pl' ],
    LICENSE => "perl",
    META_MERGE => {
        resources => {
            repository => 'git://github.com/tczepiel/perl-app-hyle.git',
        },
    },
);



( run in 1.474 second using v1.01-cache-2.11-cpan-524268b4103 )