/usr/local/CPAN/App-ZofCMS-Plugin-Debug-Dumper/Makefile.PL


# Note: this file was auto-generated by Module::Build::Compat version 0.2808_01
use ExtUtils::MakeMaker;
WriteMakefile
(
          'NAME' => 'App::ZofCMS::Plugin::Debug::Dumper',
          'VERSION_FROM' => 'lib/App/ZofCMS/Plugin/Debug/Dumper.pm',
          'PREREQ_PM' => {
                           'Data::Dumper' => 0,
                           'HTML::Entities' => '1.35',
                           'Test::More' => 0
                         },
          'INSTALLDIRS' => 'site',
          'EXE_FILES' => [],
          'PL_FILES' => {}
        )
;