CGI-Snapp-Demo-Four

 view release on metacpan or  search on metacpan

Makefile.PL  view on Meta::CPAN

use ExtUtils::MakeMaker;

# See lib/ExtUtils/MakeMaker.pm for details of how to influence
# the contents of the Makefile that is written.

WriteMakefile
(
 ($] ge '5.005') ?
 (
  AUTHOR   => 'Ron Savage (ron@savage.net.au)',
  ABSTRACT => 'A template-free demo of CGI::Snapp using Log::Handler::Plugin::DBI',
    ) : (),
 clean =>
 {
	 FILES => 'blib/* Makefile MANIFEST CGI-Snapp-Demo-Four*'
 },
 dist =>
 {
	 COMPRESS => 'gzip',
	 SUFFIX   => 'gz'
 },
 DISTNAME  => 'CGI-Snapp-Demo-Four',
 NAME      => 'CGI::Snapp::Demo::Four',
 PL_FILES  => {},
 PREREQ_PM =>
 {
	 CGI                       => 3.00,
	 CGI::Emulate::PSGI        => 0.14,
	 CGI::Snapp                => 1.03,
	 Config::Plugin::Tiny      => 1.01,
	 File::Spec                => 0.86,
	 File::Temp                => 0.14,
	 Hash::FieldHash           => 0.12,
	 Log::Handler::Plugin::DBI => 1.00,
	 parent                    => 0,
	 # Don't make user install Plack.
	 # Plack                   => 0.9985,
	 # Starman                 => 0.3000,
	 strict                    => 1.03,
 	 Test::More                => 0.94,
 	 Test::Pod                 => 1.44,
	 warnings                  => 1.03,
 },
 VERSION_FROM => 'lib/CGI/Snapp/Demo/Four.pm',
);



( run in 1.463 second using v1.01-cache-2.11-cpan-364913b4093 )