Skip to content

Commit 9bff2f7

Browse files
committed
Mark 'mksite' as an executable. Prep for release.
1 parent b766269 commit 9bff2f7

File tree

3 files changed

+6
-1
lines changed

3 files changed

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

Makefile.PL

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

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

1818
use v5.14;
1919

0 commit comments

Comments
 (0)