The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.
# Note: this file was auto-generated by Module::Build::Compat version 0.35
require 5.6.1;
use ExtUtils::MakeMaker;
WriteMakefile
(
          'PL_FILES' => {},
          'INSTALLDIRS' => 'site',
          'NAME' => 'LCFG::Build::PkgSpec',
          'EXE_FILES' => [
                           'bin/lcfg-cfg2meta',
                           'bin/lcfg-pkgcfg'
                         ],
          'VERSION_FROM' => 'lib/LCFG/Build/PkgSpec.pm',
          'PREREQ_PM' => {
                           'DateTime' => '0',
                           'Email::Address' => '0',
                           'Email::Valid' => '0',
                           'Test::Exception' => 0,
                           'Pod::Usage' => '0',
                           'YAML::Syck' => '0.98',
                           'Test::More' => 0,
                           'Test::Differences' => 0,
                           'Data::Structure::Util' => '0.12',
                           'Moose' => '0.98'
                         }
        )
;