File tree Expand file tree Collapse file tree 3 files changed +7
-1
lines changed
Expand file tree Collapse file tree 3 files changed +7
-1
lines changed Original file line number Diff line number Diff 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
Original file line number Diff line number Diff 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' ,
Original file line number Diff line number Diff line change @@ -13,7 +13,7 @@ It's probably not particularly useful to use the class directly.
1313
1414package App::CPANModuleSite ;
1515
16- our $VERSION = ' 0.0.4 ' ;
16+ our $VERSION = ' 0.0.5 ' ;
1717
1818use v5.14;
1919
You can’t perform that action at this time.
0 commit comments