The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.
# Note: this file was auto-generated by Module::Build::Compat version 0.35
require 5.8.1;
use ExtUtils::MakeMaker;
WriteMakefile
(
          'NAME' => 'Dist::Man',
          'VERSION_FROM' => 'lib/Dist/Man.pm',
          'PREREQ_PM' => {
                           'ExtUtils::Command' => 0,
                           'File::Spec' => 0,
                           'Getopt::Long' => 0,
                           'Pod::Usage' => 0,
                           'Test::More' => 0
                         },
          'INSTALLDIRS' => 'site',
          'EXE_FILES' => [
                           'bin/pl-dist-man'
                         ],
          'PL_FILES' => {}
        )
;