The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

# This file was automatically generated by Dist::Zilla::Plugin::MakeMaker v5.013.
use strict;
use warnings;

use 5.008;

use ExtUtils::MakeMaker 6.30;



my %WriteMakefileArgs = (
  "ABSTRACT" => "web framework and templating system for small-medium sites.",
  "AUTHOR" => "Zoffix Znet <cpan\@zoffix.com>",
  "BUILD_REQUIRES" => {},
  "CONFIGURE_REQUIRES" => {
    "ExtUtils::MakeMaker" => "6.30"
  },
  "DISTNAME" => "App-ZofCMS",
  "EXE_FILES" => [
    "bin/zofcms_helper"
  ],
  "LICENSE" => "perl",
  "NAME" => "App::ZofCMS",
  "PREREQ_PM" => {
    "CGI" => 0,
    "CSS::Minifier" => 0,
    "Carp" => 0,
    "Cwd" => 0,
    "DBI" => 0,
    "Data::Dumper" => 0,
    "Data::Transformer" => 0,
    "Digest::MD5" => 0,
    "File::Copy" => 0,
    "File::Find" => 0,
    "File::Glob" => 0,
    "File::Path" => 0,
    "File::Spec" => 0,
    "File::Spec::Functions" => 0,
    "GD::Barcode" => 0,
    "Getopt::Long" => 0,
    "HTML::Entities" => 0,
    "HTML::Template" => 0,
    "Image::Size" => 0,
    "JavaScript::Minifier" => 0,
    "LWP::UserAgent" => 0,
    "List::Util" => 0,
    "MIME::Lite" => 0,
    "MIME::Types" => 0,
    "Mail::Send" => 0,
    "Spreadsheet::DataToExcel" => 0,
    "Storable" => 0,
    "Syntax::Highlight::CSS" => 0,
    "Syntax::Highlight::HTML" => 0,
    "Test::Builder::Module" => 0,
    "Time::Local" => 0,
    "URI" => 0,
    "URI::Escape" => 0,
    "URI::Find::Schemeless" => 0,
    "WWW::BashOrg" => 0,
    "WWW::GetPageTitle" => 0,
    "WWW::Google::Calculator" => 0,
    "WWW::Google::PageRank" => 0,
    "WWW::Google::Time" => 0,
    "WebService::Validator::HTML::W3C" => 0,
    "base" => 0,
    "lib" => 0,
    "strict" => 0,
    "warnings" => 0
  },
  "TEST_REQUIRES" => {
    "File::Spec" => 0,
    "IO::Handle" => 0,
    "IPC::Open3" => 0,
    "Test::More" => 0
  },
  "VERSION" => "1.001004",
  "test" => {
    "TESTS" => "t/*.t"
  }
);


my %FallbackPrereqs = (
  "CGI" => 0,
  "CSS::Minifier" => 0,
  "Carp" => 0,
  "Cwd" => 0,
  "DBI" => 0,
  "Data::Dumper" => 0,
  "Data::Transformer" => 0,
  "Digest::MD5" => 0,
  "File::Copy" => 0,
  "File::Find" => 0,
  "File::Glob" => 0,
  "File::Path" => 0,
  "File::Spec" => 0,
  "File::Spec::Functions" => 0,
  "GD::Barcode" => 0,
  "Getopt::Long" => 0,
  "HTML::Entities" => 0,
  "HTML::Template" => 0,
  "IO::Handle" => 0,
  "IPC::Open3" => 0,
  "Image::Size" => 0,
  "JavaScript::Minifier" => 0,
  "LWP::UserAgent" => 0,
  "List::Util" => 0,
  "MIME::Lite" => 0,
  "MIME::Types" => 0,
  "Mail::Send" => 0,
  "Spreadsheet::DataToExcel" => 0,
  "Storable" => 0,
  "Syntax::Highlight::CSS" => 0,
  "Syntax::Highlight::HTML" => 0,
  "Test::Builder::Module" => 0,
  "Test::More" => 0,
  "Time::Local" => 0,
  "URI" => 0,
  "URI::Escape" => 0,
  "URI::Find::Schemeless" => 0,
  "WWW::BashOrg" => 0,
  "WWW::GetPageTitle" => 0,
  "WWW::Google::Calculator" => 0,
  "WWW::Google::PageRank" => 0,
  "WWW::Google::Time" => 0,
  "WebService::Validator::HTML::W3C" => 0,
  "base" => 0,
  "lib" => 0,
  "strict" => 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);