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 v6.011.
use strict;
use warnings;

use 5.010;

use ExtUtils::MakeMaker;

use File::ShareDir::Install;
$File::ShareDir::Install::INCLUDE_DOTFILES = 1;
$File::ShareDir::Install::INCLUDE_DOTDIRS = 1;
install_share dist => "share";


my %WriteMakefileArgs = (
  "ABSTRACT" => "HTML Form Creation, Rendering and Validation Framework",
  "AUTHOR" => "Carl Franks <cpan\@fireartist.com>",
  "CONFIGURE_REQUIRES" => {
    "ExtUtils::MakeMaker" => 0,
    "File::ShareDir::Install" => "0.06"
  },
  "DISTNAME" => "HTML-FormFu",
  "EXE_FILES" => [
    "bin/html_formfu_deploy.pl",
    "bin/html_formfu_dumpconf.pl"
  ],
  "LICENSE" => "perl",
  "MIN_PERL_VERSION" => "5.010",
  "NAME" => "HTML::FormFu",
  "PREREQ_PM" => {
    "Carp" => 0,
    "Class::MOP::Method" => 0,
    "Clone" => "0.31",
    "Config::Any" => "0.18",
    "Cwd" => 0,
    "Data::Visitor" => "0.26",
    "Data::Visitor::Callback" => 0,
    "DateTime" => "0.54",
    "DateTime::Format::Builder" => "0.7901",
    "DateTime::Format::Natural" => 0,
    "DateTime::Format::Strptime" => "1.2000",
    "DateTime::Locale" => "0.45",
    "Email::Valid" => 0,
    "Encode" => 0,
    "Exporter" => "5.57",
    "Fatal" => 0,
    "File::Copy" => 0,
    "File::Find" => 0,
    "File::ShareDir" => 0,
    "File::Spec" => 0,
    "File::Temp" => 0,
    "HTML::Scrubber" => 0,
    "HTML::TokeParser::Simple" => "3.14",
    "HTTP::Headers" => "1.64",
    "Hash::Flatten" => 0,
    "IO::File" => 0,
    "JSON::MaybeXS" => 0,
    "List::MoreUtils" => 0,
    "List::Util" => "1.45",
    "Locale::Maketext" => 0,
    "Module::Pluggable" => 0,
    "Moose" => "1.00",
    "Moose::Role" => 0,
    "Moose::Util" => 0,
    "MooseX::Aliases" => 0,
    "MooseX::Attribute::Chained" => "1.0.2",
    "Number::Format" => 0,
    "Path::Class::File" => 0,
    "Readonly" => 0,
    "Regexp::Common" => 0,
    "Scalar::Util" => 0,
    "Storable" => 0,
    "Task::Weaken" => 0,
    "YAML::XS" => "0.32"
  },
  "TEST_REQUIRES" => {
    "CGI" => "3.37",
    "ExtUtils::MakeMaker" => 0,
    "File::Spec" => 0,
    "POSIX" => 0,
    "Regexp::Assemble" => 0,
    "Test::Exception" => 0,
    "Test::Memory::Cycle" => 0,
    "Test::More" => "0.92",
    "Test::RequiresInternet" => 0
  },
  "VERSION" => "2.06",
  "test" => {
    "TESTS" => "t/*.t t/bugs/*.t t/constraints/*.t t/deflators/*.t t/elements/*.t t/examples/*.t t/filters/*.t t/force_errors/*.t t/form/*.t t/i18n/*.t t/inflators/*.t t/internals/*.t t/load_config/*.t t/model/*.t t/nested/*.t t/nested/constraints/*.t t/nested/elements/*.t t/nested/filters/*.t t/nested/form/*.t t/nested/inflators/*.t t/nested/internals/*.t t/nested/transformers/*.t t/nested/validators/*.t t/output_processors/*.t t/plugins/*.t t/repeatable/*.t t/repeatable/constraints/*.t t/repeatable/repeatable/constraints/*.t t/roles/*.t t/transformers/*.t t/utils/*.t t/validators/*.t"
  }
);


my %FallbackPrereqs = (
  "CGI" => "3.37",
  "Carp" => 0,
  "Class::MOP::Method" => 0,
  "Clone" => "0.31",
  "Config::Any" => "0.18",
  "Cwd" => 0,
  "Data::Visitor" => "0.26",
  "Data::Visitor::Callback" => 0,
  "DateTime" => "0.54",
  "DateTime::Format::Builder" => "0.7901",
  "DateTime::Format::Natural" => 0,
  "DateTime::Format::Strptime" => "1.2000",
  "DateTime::Locale" => "0.45",
  "Email::Valid" => 0,
  "Encode" => 0,
  "Exporter" => "5.57",
  "ExtUtils::MakeMaker" => 0,
  "Fatal" => 0,
  "File::Copy" => 0,
  "File::Find" => 0,
  "File::ShareDir" => 0,
  "File::Spec" => 0,
  "File::Temp" => 0,
  "HTML::Scrubber" => 0,
  "HTML::TokeParser::Simple" => "3.14",
  "HTTP::Headers" => "1.64",
  "Hash::Flatten" => 0,
  "IO::File" => 0,
  "JSON::MaybeXS" => 0,
  "List::MoreUtils" => 0,
  "List::Util" => "1.45",
  "Locale::Maketext" => 0,
  "Module::Pluggable" => 0,
  "Moose" => "1.00",
  "Moose::Role" => 0,
  "Moose::Util" => 0,
  "MooseX::Aliases" => 0,
  "MooseX::Attribute::Chained" => "1.0.2",
  "Number::Format" => 0,
  "POSIX" => 0,
  "Path::Class::File" => 0,
  "Readonly" => 0,
  "Regexp::Assemble" => 0,
  "Regexp::Common" => 0,
  "Scalar::Util" => 0,
  "Storable" => 0,
  "Task::Weaken" => 0,
  "Test::Exception" => 0,
  "Test::Memory::Cycle" => 0,
  "Test::More" => "0.92",
  "Test::RequiresInternet" => 0,
  "YAML::XS" => "0.32"
);


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);

{
package
MY;
use File::ShareDir::Install qw(postamble);
}