File tree Expand file tree Collapse file tree 3 files changed +6
-2
lines changed
Expand file tree Collapse file tree 3 files changed +6
-2
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.4] - 2021-05-06
10+ ### Changed
11+ - We need MetaCPAN::Client v2
12+
913## [ 0.0.3] - 2021-05-05
1014### Changed
1115- Tweaked the default page template
Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ WriteMakefile(
99 MIN_PERL_VERSION => ' 5.14.0' ,
1010 PREREQ_PM => {
1111 Moose => 0,
12- MetaCPAN::Client => 0,
12+ MetaCPAN::Client => 2. 0,
1313 Template => 0,
1414 Path::Iterator::Rule => 0,
1515 Moose::Util::TypeConstraints => 0,
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.3 ' ;
16+ our $VERSION = ' 0.0.4 ' ;
1717
1818use v5.14;
1919
You can’t perform that action at this time.
0 commit comments