We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 46da1d9 commit 4b04e85Copy full SHA for 4b04e85
CHANGELOG.md
@@ -6,6 +6,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
6
7
## [Unreleased]
8
9
+## [0.0.7] - 2021-05-07
10
+### Added
11
+- Support a <base> element
12
+
13
## [0.0.6] - 2021-05-06
14
### Changed
15
- Mark `mksite` as an executable file
lib/App/CPANModuleSite.pm
@@ -13,7 +13,7 @@ It's probably not particularly useful to use the class directly.
package App::CPANModuleSite;
16
-our $VERSION = '0.0.1';
+our $VERSION = '0.0.7';
17
18
use v5.14;
19
0 commit comments