# Note: this file was auto-generated by Module::Build::Compat version 0.3607
require 5.006001;
use ExtUtils::MakeMaker;
WriteMakefile
(
          'NAME' => 'Business::LCCN',
          'VERSION_FROM' => 'lib/Business/LCCN.pm',
          'PREREQ_PM' => {
                           'Carp' => '0',
                           'Moose' => '0.34',
                           'Moose::Util::TypeConstraints' => '0',
                           'Scalar::Util' => '1.23',
                           'Test::More' => '0',
                           'URI' => '1.19'
                         },
          'INSTALLDIRS' => 'site',
          'EXE_FILES' => [],
          'PL_FILES' => {}
        )
;