/usr/local/CPAN/Attribute-Context/Makefile.PL


# Note: this file was auto-generated by Module::Build::Compat version 0.03
use ExtUtils::MakeMaker;
WriteMakefile
(
  'NAME' => 'Attribute::Context',
  'VERSION_FROM' => 'lib/Attribute/Context.pm',
  'PREREQ_PM' => {
    'Attribute::Handlers' => '0.78',
    'Sub::Uplevel' => '0.09',
    'Test::Exception' => '0.21',
    'Test::More' => '0.6'
  },
  'INSTALLDIRS' => 'site',
  'EXE_FILES' => [],
  'PL_FILES' => {}
)
;