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.4210
require 5.008;
use ExtUtils::MakeMaker;
WriteMakefile
(
  'PL_FILES' => {},
  'NAME' => 'App::TemplateCMD',
  'EXE_FILES' => [
                   'bin/templatecmd'
                 ],
  'VERSION_FROM' => 'lib/App/TemplateCMD.pm',
  'PREREQ_PM' => {
                   'Class::Date' => '1.001',
                   'version' => 0,
                   'Test::Warnings' => 0,
                   'Template' => '2.14',
                   'Path::Tiny' => 0,
                   'Readonly' => 0,
                   'Template::Provider' => '2.94',
                   'Test::More' => '0.88',
                   'Clone' => '0.17',
                   'File::ShareDir' => '1.03',
                   'JSON' => 0,
                   'YAML' => 0,
                   'List::MoreUtils' => 0
                 },
  'INSTALLDIRS' => 'site'
)
;