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.34
require 5.008;
use ExtUtils::MakeMaker;
WriteMakefile
(
          'NAME' => 'App::Changelog2x',
          'VERSION_FROM' => 'lib/App/Changelog2x.pm',
          'PREREQ_PM' => {
                           'DateTime' => '0.45',
                           'DateTime::Format::ISO8601' => '0.06',
                           'Exporter' => '5.57',
                           'File::Spec' => '0.8',
                           'Module::Build' => '0.28',
                           'Test::More' => '0.80',
                           'XML::LibXML' => '1.60',
                           'XML::LibXSLT' => '1.60'
                         },
          'INSTALLDIRS' => 'site',
          'EXE_FILES' => [
                           'bin/changelog2x'
                         ],
          'PL_FILES' => {}
        )
;