App-MFILE-WWW

 view release on metacpan or  search on metacpan

Makefile.PL  view on Meta::CPAN

# Note: this file was auto-generated by Module::Build::Compat version 0.4003
require 5.012;
use ExtUtils::MakeMaker;
WriteMakefile
(
  'NAME' => 'App::MFILE::WWW',
  'VERSION_FROM' => 'lib/App/MFILE/WWW.pm',
  'PREREQ_PM' => {
                   'App::CELL' => '0.222',
                   'File::ShareDir' => '1.00',
                   'File::Temp' => 0,
                   'Getopt::Long' => 0,
                   'HTTP::Request' => 0,
                   'JSON' => 0,
                   'LWP::UserAgent' => 0,
                   'Log::Any::Adapter' => 0,
                   'Params::Validate' => '1.06',
                   'Plack::Builder' => 0,
                   'Plack::Middleware::Session' => 0,
                   'Plack::Middleware::StackTrace' => 0,
                   'Plack::Middleware::Static' => 0,
                   'Plack::Runner' => 0,
                   'Plack::Test' => 0,
                   'Scalar::Util' => 0,
                   'Test::Fatal' => 0,
                   'Test::JSON' => 0,
                   'Try::Tiny' => 0,
                   'Web::Machine' => '0.15'
                 },
  'INSTALLDIRS' => 'site',
  'EXE_FILES' => [
                   'bin/mfile-www'
                 ],
  'PL_FILES' => {}
)
;



( run in 0.754 second using v1.01-cache-2.11-cpan-39bf76dae61 )