/usr/local/CPAN/Class-Lego-Constructor/Makefile.PL


# Note: this file was auto-generated by Module::Build::Compat version 0.03
use ExtUtils::MakeMaker;
WriteMakefile
(
          'NAME' => 'Class::Lego::Constructor',
          'VERSION_FROM' => 'lib/Class/Lego/Constructor.pm',
          'PREREQ_PM' => {
                           'Exporter::Lite' => '0',
                           'SUPER' => '0',
                           'Scalar::Defer' => '0.13',
                           'Test::More' => '0',
                           'strict' => '0',
                           'warnings' => '0'
                         },
          'INSTALLDIRS' => 'site',
          'EXE_FILES' => [],
          'PL_FILES' => {}
        )
;