/usr/local/CPAN/App-ZofCMS-Plugin-HTMLFactory/Makefile.PL


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