-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathMakefile.PL
31 lines (31 loc) · 1.01 KB
/
Makefile.PL
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
# 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'
)
;