Skip to content

Commit d95f3f3

Browse files
committed
Need v2 of MetaCPAN::Client. Prep for release
1 parent 7928374 commit d95f3f3

File tree

3 files changed

+6
-2
lines changed

3 files changed

+6
-2
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.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

Makefile.PL

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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,

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.3';
16+
our $VERSION = '0.0.4';
1717

1818
use v5.14;
1919

0 commit comments

Comments
 (0)