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.4205
require 5.006;
use ExtUtils::MakeMaker;
WriteMakefile
(
  'PL_FILES' => {},
  'INSTALLDIRS' => 'site',
  'EXE_FILES' => [],
  'test' => {
              'TESTS' => 't/*.t t/05-Cache/*.t t/Line/*.t'
            },
  'NAME' => 'Git::Repository::Plugin::Blame',
  'PREREQ_PM' => {
                   'Test::Requires::Git' => '1.005',
                   'Git::Repository::Plugin::Log' => 0,
                   'Test::FailWarnings' => 0,
                   'Test::Deep' => 0,
                   'Git::Repository' => '1.2',
                   'Test::Type' => 0,
                   'Perl6::Slurp' => 0,
                   'Test::Exception' => 0,
                   'Data::Dumper' => 0,
                   'Test::Git' => 0,
                   'Carp' => 0,
                   'Class::Load' => '0.2',
                   'Test::More' => 0,
                   'Data::Validate::Type' => 0
                 },
  'VERSION_FROM' => 'lib/Git/Repository/Plugin/Blame.pm'
)
;