/usr/local/CPAN/App-ZofCMS-Plugin-Comments/Makefile.PL
# Note: this file was auto-generated by Module::Build::Compat version 0.03
use ExtUtils::MakeMaker;
WriteMakefile
(
'PL_FILES' => {},
'INSTALLDIRS' => 'site',
'NAME' => 'App::ZofCMS::Plugin::Comments',
'EXE_FILES' => [],
'VERSION_FROM' => 'lib/App/ZofCMS/Plugin/Comments.pm',
'PREREQ_PM' => {
'Test::More' => 0,
'URI' => '1.35',
'Mail::Send' => '2.04',
'HTML::Entities' => '1.35',
'Storable' => '2.18',
'HTML::Template' => '2.9',
'DBI' => '1.602'
}
)
;