/usr/local/CPAN/Module-Build-Debian/Makefile.PL


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