/usr/local/CPAN/Getopt-LL/Makefile.PL


# Note: this file was auto-generated by Module::Build::Compat version 0.2808_01
use ExtUtils::MakeMaker;
WriteMakefile
(
          'NAME' => 'Getopt::LL',
          'VERSION_FROM' => 'lib/Getopt/LL.pm',
          'PREREQ_PM' => {
                           'Class::Dot' => '1',
                           'IO::Capture::Stderr' => 0,
                           'Test::Exception' => '0.25',
                           'Test::Simple' => '0.42',
                           'version' => 0
                         },
          'INSTALLDIRS' => 'site',
          'EXE_FILES' => [],
          'PL_FILES' => {}
        )
;