summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKenichi Ishigaki <ishigaki@cpan.org>2020-12-12 08:34:21 +0900
committerKenichi Ishigaki <ishigaki@cpan.org>2020-12-12 08:34:21 +0900
commit8958750d5ae9da5e152bea00557eb86efedddf1a (patch)
tree3ea8729715615984c24706e38d7c83646857e2a5
parentd11dd637deb49b5fa465810ea7532afbdcc9ba6c (diff)
Release 0.43
-rw-r--r--Changes4
-rw-r--r--lib/Parse/PMFile.pm2
2 files changed, 5 insertions, 1 deletions
diff --git a/Changes b/Changes
index ec9c7de..347f90e 100644
--- a/Changes
+++ b/Changes
@@ -1,5 +1,9 @@
Revision history for Parse-PMFile
+0.43 2020/12/12
+ - Avoid instantiating `Safe` compartment if operating in "unsafe" mode.
+ (GH#12; bleargh45++)
+
0.42 2019/11/09
- no code changes
- explicitly declared ExtUtils::MakeMaker::CPANfile as a configure
diff --git a/lib/Parse/PMFile.pm b/lib/Parse/PMFile.pm
index c6cc986..cb4cb58 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.42';
+our $VERSION = '0.43';
our $VERBOSE = 0;
our $ALLOW_DEV_VERSION = 0;
our $FORK = 0;