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


# Note: this file was auto-generated by Module::Build::Compat version 0.03
use ExtUtils::MakeMaker;
WriteMakefile
(
          'PL_FILES' => {},
          'INSTALLDIRS' => 'site',
          'NAME' => 'Module::Build::Convert',
          'EXE_FILES' => [
                           'scripts/make2build'
                         ],
          'VERSION_FROM' => 'lib/Module/Build/Convert.pm',
          'PREREQ_PM' => {
                           'PPI' => 0,
                           'Getopt::Long' => 0,
                           'IO::File' => 0,
                           'File::HomeDir' => 0,
                           'File::Spec' => 0,
                           'ExtUtils::MakeMaker' => 0,
                           'Data::Dumper' => 0,
                           'Carp' => 0,
                           'Test::More' => 0,
                           'Text::Balanced' => 0,
                           'File::Basename' => 0,
                           'IO::Prompt' => 0,
                           'File::Slurp' => 0,
                           'Cwd' => 0
                         }
        )
;