Mojito

 view release on metacpan or  search on metacpan

Makefile.PL  view on Meta::CPAN

  "CONFIGURE_REQUIRES" => {
    "ExtUtils::MakeMaker" => 0
  },
  "DISTNAME" => "Mojito",
  "LICENSE" => "perl",
  "MIN_PERL_VERSION" => "5.010001",
  "NAME" => "Mojito",
  "PREREQ_PM" => {
    "CHI" => 0,
    "DBM::Deep" => 0,
    "Data::Dumper::Concise" => 0,
    "DateTime" => 0,
    "DateTime::TimeZone" => 0,
    "Digest::MD5" => 0,
    "Dir::Self" => 0,
    "Encode" => 0,
    "File::Spec" => 0,
    "Git::Wrapper" => 0,
    "HTML::Entities" => 0,
    "HTML::Strip" => 0,
    "HTML::Toc" => 0,
    "HTML::TocInsertor" => 0,
    "HTML::Zoom" => 0,
    "HTTP::Tiny" => 0,
    "IO::File" => 0,
    "List::MoreUtils" => 0,
    "List::Util" => 0,
    "MetaCPAN::API" => 0,
    "MongoDB" => 0,
    "MongoDB::OID" => 0,
    "Moo" => 0,
    "Moo::Role" => 0,
    "MooX::Types::MooseLike::Base" => 0,
    "Path::Class" => 0,
    "Plack::Middleware" => 0,
    "Plack::Util::Accessor" => 0,
    "Pod::Simple::XHTML" => 0,
    "Search::Elasticsearch" => 0,
    "Sub::Quote" => 0,
    "Syntax::Keyword::Junction" => 0,
    "Text::MultiMarkdown" => 0,
    "Text::Textile" => 0,
    "Text::WikiCreole" => 0,
    "Try::Tiny" => 0,
    "WWW::Mechanize" => 0,
    "XML::Atom::SimpleFeed" => 0,
    "if" => 0,
    "parent" => 0,
    "strictures" => 1,
    "utf8" => 0
  },
  "TEST_REQUIRES" => {
    "FindBin" => 0,
    "HTTP::Request" => 0,
    "HTTP::Request::Common" => 0,
    "JSON" => 0,
    "Plack::Middleware::Auth::Digest" => 0,
    "Plack::Test" => 0,
    "Plack::Util" => 0,
    "Test::Deep" => 0,
    "Test::Differences" => 0,
    "Test::Exception" => 0,
    "Test::More" => 0,
    "lib" => 0,
    "strict" => 0,
    "warnings" => 0
  },
  "VERSION" => "0.25",
  "test" => {
    "TESTS" => "t/*.t"
  }
);


my %FallbackPrereqs = (
  "CHI" => 0,
  "DBM::Deep" => 0,
  "Data::Dumper::Concise" => 0,
  "DateTime" => 0,
  "DateTime::TimeZone" => 0,
  "Digest::MD5" => 0,
  "Dir::Self" => 0,
  "Encode" => 0,
  "File::Spec" => 0,
  "FindBin" => 0,
  "Git::Wrapper" => 0,
  "HTML::Entities" => 0,
  "HTML::Strip" => 0,
  "HTML::Toc" => 0,
  "HTML::TocInsertor" => 0,
  "HTML::Zoom" => 0,
  "HTTP::Request" => 0,
  "HTTP::Request::Common" => 0,
  "HTTP::Tiny" => 0,
  "IO::File" => 0,
  "JSON" => 0,
  "List::MoreUtils" => 0,
  "List::Util" => 0,
  "MetaCPAN::API" => 0,
  "MongoDB" => 0,
  "MongoDB::OID" => 0,
  "Moo" => 0,
  "Moo::Role" => 0,
  "MooX::Types::MooseLike::Base" => 0,
  "Path::Class" => 0,
  "Plack::Middleware" => 0,
  "Plack::Middleware::Auth::Digest" => 0,
  "Plack::Test" => 0,
  "Plack::Util" => 0,
  "Plack::Util::Accessor" => 0,
  "Pod::Simple::XHTML" => 0,
  "Search::Elasticsearch" => 0,
  "Sub::Quote" => 0,
  "Syntax::Keyword::Junction" => 0,
  "Test::Deep" => 0,
  "Test::Differences" => 0,
  "Test::Exception" => 0,
  "Test::More" => 0,
  "Text::MultiMarkdown" => 0,
  "Text::Textile" => 0,
  "Text::WikiCreole" => 0,
  "Try::Tiny" => 0,
  "WWW::Mechanize" => 0,
  "XML::Atom::SimpleFeed" => 0,
  "if" => 0,
  "lib" => 0,
  "parent" => 0,
  "strict" => 0,
  "strictures" => 1,
  "utf8" => 0,
  "warnings" => 0
);


unless ( eval { ExtUtils::MakeMaker->VERSION(6.63_03) } ) {
  delete $WriteMakefileArgs{TEST_REQUIRES};
  delete $WriteMakefileArgs{BUILD_REQUIRES};
  $WriteMakefileArgs{PREREQ_PM} = \%FallbackPrereqs;
}

delete $WriteMakefileArgs{CONFIGURE_REQUIRES}
  unless eval { ExtUtils::MakeMaker->VERSION(6.52) };

WriteMakefile(%WriteMakefileArgs);



( run in 0.840 second using v1.01-cache-2.11-cpan-ceb78f64989 )