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.4211
require 5.006;
use ExtUtils::MakeMaker;
WriteMakefile
(
  'NAME' => 'Group::Git',
  'VERSION_FROM' => 'lib/Group/Git.pm',
  'PREREQ_PM' => {
                   'Config::Any' => 0,
                   'File::chdir' => 0,
                   'Getopt::Alt' => '0.003001',
                   'IO::Prompt' => 0,
                   'JSON' => 0,
                   'List::MoreUtils' => 0,
                   'Moo' => 1,
                   'Moo::Role' => 1,
                   'Net::GitHub' => '0.57',
                   'Path::Class' => 0,
                   'Term::ANSIColor' => 0,
                   'Test::More' => '0.88',
                   'Test::Warnings' => 0,
                   'Type::Utils' => 1,
                   'Types::Standard' => 1,
                   'WWW::Mechanize' => 0,
                   'YAML::Syck' => 0,
                   'namespace::autoclean' => 0,
                   'version' => 0
                 },
  'INSTALLDIRS' => 'site',
  'EXE_FILES' => [
                   'bin/group-git'
                 ],
  'PL_FILES' => {}
)
;