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 2c7f1a6 commit d3c8104Copy full SHA for d3c8104
Changes.md
@@ -4,6 +4,12 @@ All notable changes to this project will be documented in this file.
4
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
5
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
6
7
+## [0.0.5] 2024-08-18
8
+
9
+### Fixed
10
11
+- Require a version of Feature::Compat::Class that supports field attributes
12
13
## [0.0.4] 2024-07-07
14
15
### Added
lib/App/MergeCal.pm
@@ -24,7 +24,7 @@ package App::MergeCal; # For PAUSE
24
25
class App::MergeCal {
26
27
- our $VERSION = '0.0.4';
+ our $VERSION = '0.0.5';
28
29
use Encode 'encode_utf8';
30
use Text::vFile::asData;
0 commit comments