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 347f90e..15712db 100644
--- a/Changes
+++ b/Changes
@@ -1,5 +1,8 @@
Revision history for Parse-PMFile
+0.44 2023/04/27
+ - Allow to parse class|role NAME VERSION
+
0.43 2020/12/12
- Avoid instantiating `Safe` compartment if operating in "unsafe" mode.
(GH#12; bleargh45++)
diff --git a/lib/Parse/PMFile.pm b/lib/Parse/PMFile.pm
index c7571ff..11736d7 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.43';
+our $VERSION = '0.44';
our $VERBOSE = 0;
our $ALLOW_DEV_VERSION = 0;
our $FORK = 0;