Skip to content

Commit d42009c

Browse files
committed
Missing Build prereq
1 parent 8983040 commit d42009c

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Makefile.PL

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,8 @@ WriteMakefile(
1616
File::ShareDir => 0,
1717
},
1818
BUILD_REQUIRES => {
19-
Test::More => 0,
19+
Test::More => 0,
20+
File::ShareDir::Install => 0,
2021
},
2122
ABSTRACT_FROM => 'lib/App/CPANModuleSite.pm',
2223
AUTHOR => 'Dave Cross <dave@perlhacks.com>',

0 commit comments

Comments
 (0)