/usr/local/CPAN/constant-boolean/Makefile.PL


# Note: this file was auto-generated by Module::Build::Compat version 0.35
require 5.006;
use ExtUtils::MakeMaker;
WriteMakefile
(
          'TESTS' => 't/*.t',
          'PL_FILES' => {},
          'INSTALLDIRS' => 'site',
          'NAME' => 'constant::boolean',
          'EXE_FILES' => [],
          'VERSION_FROM' => 'lib/constant/boolean.pm',
          'PREREQ_PM' => {
                           'Symbol::Util' => '0.02'
                         }
        )
;