/usr/local/CPAN/EO/Makefile.PL


# Note: this file was auto-generated by Module::Build::Compat version 0.03
# Generated by Module::Build::Compat->create_makefile_pl

use ExtUtils::MakeMaker;
WriteMakefile
  (
   NAME         => 'EO',
   VERSION_FROM => 'lib/EO.pm',
   PL_FILES     => {},
   INSTALLDIRS  => 'site',
   PREREQ_PM    => {
		    'Scalar::Util' => '1.02',
		    'Attribute::Handlers' => '0.01',
		    'Data::UUID' => '0.01',
		    'Test::More' => '0',
		    'Error' => '0.15',
		    'Class::Accessor::Chained' => '0',
		    'Clone' => '0.01',
		    'Data::Structure::Util' => '0.06',
		    'Path::Class' => '0.01',
		   },
  );