App-MFILE-WWW

 view release on metacpan or  search on metacpan

Build.PL  view on Meta::CPAN

        'bin/mfile-www',
    ],
    configure_requires => {
        'Module::Build'  => 0,
    },
    build_requires => {
        'App::CELL'      => 0.222,
        'HTTP::Request'  => 0,
        'Plack::Test'    => 0,
        'Scalar::Util'   => 0,
        'Test::Fatal'    => 0,
        'Test::JSON'     => 0,
    },
    requires => {
        'perl'           => 5.012,
        'App::CELL'      => 0.222,
        'Getopt::Long'   => 0,
        'File::ShareDir' => 0,
        'File::Temp'     => 0,
        'JSON'           => 0,
        'Log::Any::Adapter' => 0,

META.json  view on Meta::CPAN

      "version" : "2"
   },
   "name" : "App-MFILE-WWW",
   "prereqs" : {
      "build" : {
         "requires" : {
            "App::CELL" : "0.222",
            "HTTP::Request" : "0",
            "Plack::Test" : "0",
            "Scalar::Util" : "0",
            "Test::Fatal" : "0",
            "Test::JSON" : "0"
         }
      },
      "configure" : {
         "requires" : {
            "Module::Build" : "0"
         }
      },
      "runtime" : {
         "requires" : {

META.yml  view on Meta::CPAN

---
abstract: 'Web UI development toolkit with prototype demo app'
author:
  - 'Nathan Cutler <ncutler@suse.cz>'
build_requires:
  App::CELL: 0.222
  HTTP::Request: 0
  Plack::Test: 0
  Scalar::Util: 0
  Test::Fatal: 0
  Test::JSON: 0
configure_requires:
  Module::Build: 0
dynamic_config: 1
generated_by: 'Module::Build version 0.4003, CPAN::Meta::Converter version 2.120921'
license: bsd
meta-spec:
  url: http://module-build.sourceforge.net/META-spec-v1.4.html
  version: 1.4
name: App-MFILE-WWW

Makefile.PL  view on Meta::CPAN

                   '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.844 second using v1.01-cache-2.11-cpan-54e63673c56 )