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


# Note: this file was auto-generated by Module::Build::Compat version 0.34
use ExtUtils::MakeMaker;
WriteMakefile
(
          'NAME' => 'App::ZofCMS',
          'VERSION_FROM' => 'lib/App/ZofCMS.pm',
          'PREREQ_PM' => {
                           'CGI' => '3.15',
                           'CGI::Carp' => '1.29',
                           'Carp' => '1.04',
                           'File::Copy' => '2.09',
                           'File::Find' => '1.12',
                           'File::Path' => '1.08',
                           'File::Spec' => '3.2701',
                           'Getopt::Long' => '2.35',
                           'HTML::Template' => '2.9',
                           'Test::More' => 0
                         },
          'INSTALLDIRS' => 'site',
          'EXE_FILES' => [
                           'script/zofcms_helper'
                         ],
          'PL_FILES' => {}
        )
;