summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKenichi Ishigaki <ishigaki@cpan.org>2024-01-21 22:29:08 +0900
committerKenichi Ishigaki <ishigaki@cpan.org>2024-01-21 22:29:08 +0900
commit0f2fe6d15e47d13545c6c233b11dc6bd02d6ce8e (patch)
tree9229dbf91fdf3e738f23507bfb073959025b5935
parentf46a82128c83c1d757647e5a48580e7334d125b9 (diff)
Release 0.45
-rw-r--r--Changes3
-rw-r--r--lib/Parse/PMFile.pm2
2 files changed, 4 insertions, 1 deletions
diff --git a/Changes b/Changes
index 15712db..ee6f950 100644
--- a/Changes
+++ b/Changes
@@ -1,5 +1,8 @@
Revision history for Parse-PMFile
+0.45 2024/01/21
+ - Make sure to stringify versions so that they are quoted when they are encoded in JSON
+
0.44 2023/04/27
- Allow to parse class|role NAME VERSION
diff --git a/lib/Parse/PMFile.pm b/lib/Parse/PMFile.pm
index cbea781..af4f705 100644
--- a/lib/Parse/PMFile.pm
+++ b/lib/Parse/PMFile.pm
@@ -10,7 +10,7 @@ use Dumpvalue;
use version ();
use File::Spec ();
-our $VERSION = '0.44';
+our $VERSION = '0.45';
our $VERBOSE = 0;
our $ALLOW_DEV_VERSION = 0;
our $FORK = 0;