/usr/local/CPAN/App-XML-DocBook-Builder/Makefile.PL


# Note: this file was auto-generated by Module::Build::Compat version 0.36_17
use ExtUtils::MakeMaker;
WriteMakefile
(
          'NAME' => 'App::XML::DocBook::Builder',
          'VERSION_FROM' => 'lib/App/XML/DocBook/Builder.pm',
          'PREREQ_PM' => {
                           'Class::Accessor' => 0,
                           'File::Path' => 0,
                           'File::Spec' => 0,
                           'Getopt::Long' => '2.37',
                           'Pod::Usage' => 0,
                           'Test::More' => 0,
                           'Test::Trap' => 0,
                           'strict' => 0,
                           'warnings' => 0
                         },
          'INSTALLDIRS' => 'site',
          'EXE_FILES' => [
                           'script/docmake'
                         ],
          'PL_FILES' => {}
        )
;