# Note: this file was auto-generated by Module::Build::Compat version 0.3607 require 5.008; use ExtUtils::MakeMaker; WriteMakefile ( 'NAME' => 'App::TemplateCMD', 'VERSION_FROM' => 'lib/App/TemplateCMD.pm', 'PREREQ_PM' => { 'Class::Date' => '1.001', 'Clone' => '0.17', 'Data::Merger' => 0, 'List::MoreUtils' => 0, 'Path::Class' => 0, 'Readonly' => 0, 'Template' => '2.14', 'Template::Provider::FromDATA' => '0.08', 'Test::More' => 0, 'Test::NoWarnings' => 0, 'YAML' => 0, 'version' => 0 }, 'INSTALLDIRS' => 'site', 'EXE_FILES' => [ 'bin/templatecmd' ], 'PL_FILES' => {} ) ;