summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKenichi Ishigaki <ishigaki@cpan.org>2016-01-10 00:09:00 +0900
committerKenichi Ishigaki <ishigaki@cpan.org>2016-01-10 00:09:00 +0900
commit05de8d6c9ab03af038155652f11e9ab632730b8d (patch)
tree11f42ac145dc3923543d690e6be70ef17b18c894
parent81d652335d108703acfef638a09b31237179338d (diff)
releng 0.39
-rw-r--r--Changes5
-rw-r--r--lib/Parse/PMFile.pm2
2 files changed, 6 insertions, 1 deletions
diff --git a/Changes b/Changes
index 957aac4..c311e04 100644
--- a/Changes
+++ b/Changes
@@ -1,5 +1,10 @@
Revision history for Parse-PMFile
+0.39 2016/01/10
+ - no code changes
+ - fixed 34_math_version.t not to fail under perls with -Duselongdouble
+ (RT#111034, srezic++)
+
0.38 2016/01/09
- no code changes
- added diagnostic messages to find the reason of sporadic
diff --git a/lib/Parse/PMFile.pm b/lib/Parse/PMFile.pm
index 930fad4..596a2b4 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.38';
+our $VERSION = '0.39';
our $VERBOSE = 0;
our $ALLOW_DEV_VERSION = 0;
our $FORK = 0;