# Note: this file was auto-generated by Module::Build::Compat version 0.4234
use ExtUtils::MakeMaker;
WriteMakefile
(
  'NAME' => 'Role::Basic',
  'VERSION_FROM' => 'lib/Role/Basic.pm',
  'PREREQ_PM' => {
                   'Storable' => '2.15',
                   'Test::More' => 0
                 },
  'INSTALLDIRS' => 'site',
  'EXE_FILES' => [],
  'PL_FILES' => {},
  'test' => {
              'TESTS' => 't/*.t t/lib/*.t t/lib/My/*.t t/lib/My/Does/*.t t/moose/*.t'
            }
)
;
