The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.
# Note: this file was auto-generated by Module::Build::Compat version 0.03
use ExtUtils::MakeMaker;
WriteMakefile
(
          'PL_FILES' => {},
          'INSTALLDIRS' => 'site',
          'NAME' => 'Froody',
          'EXE_FILES' => [
                           'bin/find_froody_exceptions',
                           'bin/froody',
                           'bin/froodydoc'
                         ],
          'VERSION_FROM' => 'lib/Froody.pm',
          'PREREQ_PM' => {
                           'Email::Valid' => 0,
                           'Test::XML' => 0,
                           'File::Spec' => 0,
                           'HTTP::Server::Simple' => 0,
                           'Error' => '0.15',
                           'Class::Accessor::Chained::Fast' => 0,
                           'Class::Data::Inheritable' => 0,
                           'List::MoreUtils' => 0,
                           'LWP::Simple' => 0,
                           'Module::Pluggable' => 0,
                           'File::Find::Rule' => 0,
                           'URI' => 0,
                           'Test::Exception' => 0,
                           'YAML::Syck' => 0,
                           'Template' => 0,
                           'HTTP::Request::Common' => 0,
                           'HTTP::Date' => 0,
                           'Test::More' => 0,
                           'Test::Differences' => 0,
                           'Params::Validate' => 0,
                           'LWP::UserAgent' => 0,
                           'XML::LibXML' => 0,
                           'UNIVERSAL::require' => 0
                         }
        )
;