# Note: this file was auto-generated by Module::Build::Compat version 0.340201
use ExtUtils::MakeMaker;
WriteMakefile
(
          'NAME' => 'Orze',
          'VERSION_FROM' => 'lib/Orze.pm',
          'PREREQ_PM' => {
                           'Data::Dump' => 0,
                           'DateTime' => 0,
                           'File::Copy::Recursive' => 0,
                           'HTML::Entities' => 0,
                           'Image::Thumbnail' => 0,
                           'Pod::Simple::XHTML' => 0,
                           'String::Escape' => 0,
                           'Template' => 0,
                           'Test::More' => 0,
                           'Text::Markdown' => 0,
                           'XML::RSS' => 0,
                           'XML::Twig' => 0,
                           'YAML' => 0
                         },
          'INSTALLDIRS' => 'site',
          'EXE_FILES' => [
                           'script/orze'
                         ],
          'PL_FILES' => {}
        )
;
