summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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;