# Note: this file was auto-generated by Module::Build::Compat version 0.32 use ExtUtils::MakeMaker; WriteMakefile ( 'INSTALLDIRS' => 'site', 'NAME' => 'Template::Plugin::DtFormatter', 'EXE_FILES' => [], 'VERSION_FROM' => 'lib/Template/Plugin/DtFormatter.pm', 'PREREQ_PM' => { 'DateTime' => '0.47', 'Template' => '2.2', 'DateTime::Format::Strptime' => '1.09' } ) ;