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.3800
require 5.010;
use ExtUtils::MakeMaker;
WriteMakefile
(
  'NAME' => 'PGXN::Meta::Validator',
  'VERSION_FROM' => 'lib/PGXN/Meta/Validator.pm',
  'PREREQ_PM' => {
                   'Carp' => 0,
                   'Getopt::Long' => 0,
                   'JSON' => 0,
                   'Module::Build' => '0.30',
                   'Pod::Usage' => 0,
                   'SemVer' => '0.002000',
                   'Test::More' => '0.88'
                 },
  'INSTALLDIRS' => 'site',
  'EXE_FILES' => [
                   'bin/validate_pgxn_meta'
                 ],
  'PL_FILES' => {}
)
;