File tree Expand file tree Collapse file tree 3 files changed +6
-1
lines changed
Expand file tree Collapse file tree 3 files changed +6
-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.6] - 2021-05-06
10+ ### Changed
11+ - Mark ` mksite ` as an executable file
12+
913## [ 0.0.5] - 2021-05-06
1014### Changed
1115- Make File::ShareDir::Install a CONFIGURE_REQUIRES
Original file line number Diff line number Diff line change @@ -7,6 +7,7 @@ WriteMakefile(
77 NAME => ' App::CPANModuleSite' ,
88 VERSION_FROM => ' lib/App/CPANModuleSite.pm' ,
99 MIN_PERL_VERSION => ' 5.14.0' ,
10+ EXE_FILES => [ ' bin/mksite' ],
1011 PREREQ_PM => {
1112 Moose => 0,
1213 MetaCPAN::Client => 2.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.5 ' ;
16+ our $VERSION = ' 0.0.6 ' ;
1717
1818use v5.14;
1919
You can’t perform that action at this time.
0 commit comments