# Note: this file was auto-generated by Module::Build::Compat version 0.03
use ExtUtils::MakeMaker;
WriteMakefile
(
          'PL_FILES' => {},
          'INSTALLDIRS' => 'site',
          'NAME' => 'Class::MOP',
          'EXE_FILES' => [],
          'VERSION_FROM' => 'lib/Class/MOP.pm',
          'PREREQ_PM' => {
                           'Test::More' => '0.62',
                           'Scalar::Util' => '1.18',
                           'Test::Exception' => '0.21',
                           'File::Spec' => '0',
                           'Sub::Name' => '0.02',
                           'B' => '0',
                           'Carp' => '0'
                         }
        )
;
