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.8.8;
use ExtUtils::MakeMaker;
WriteMakefile
(
          'PL_FILES' => {},
          'INSTALLDIRS' => 'site',
          'NAME' => 'PkgForge::Registry',
          'EXE_FILES' => [],
          'VERSION_FROM' => 'lib/PkgForge/Registry.pm',
          'PREREQ_PM' => {
                           'Text::Abbrev' => 0,
                           'MooseX::Types::Moose' => 0,
                           'DBD::Pg' => 0,
                           'Test::More' => '0.87',
                           'DBIx::Class' => '0.08112',
                           'Moose' => 0,
                           'DateTime::Format::Pg' => 0
                         }
        )
;