Skip to content

Commit c426b5a

Browse files
committed
Make File::Share::Install a configure prereq
1 parent d95f3f3 commit c426b5a

File tree

3 files changed

+7
-1
lines changed

3 files changed

+7
-1
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
66

77
## [Unreleased]
88

9+
## [0.0.5] - 2021-05-06
10+
### Changed
11+
- Make File::ShareDir::Install a CONFIGURE_REQUIRES
12+
913
## [0.0.4] - 2021-05-06
1014
### Changed
1115
- We need MetaCPAN::Client v2

Makefile.PL

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,8 @@ WriteMakefile(
1717
},
1818
BUILD_REQUIRES => {
1919
Test::More => 0,
20+
},
21+
CONFIGURE_REQUIRES => {
2022
File::ShareDir::Install => 0,
2123
},
2224
ABSTRACT_FROM => 'lib/App/CPANModuleSite.pm',

lib/App/CPANModuleSite.pm

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ It's probably not particularly useful to use the class directly.
1313

1414
package App::CPANModuleSite;
1515

16-
our $VERSION = '0.0.4';
16+
our $VERSION = '0.0.5';
1717

1818
use v5.14;
1919

0 commit comments

Comments
 (0)