summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKenichi Ishigaki <ishigaki@cpan.org>2014-12-05 02:24:18 +0900
committerKenichi Ishigaki <ishigaki@cpan.org>2014-12-05 02:24:18 +0900
commit60d0f94c118c10eee390be3f2368759e0585702c (patch)
tree82a01d35111b7d6ba2401bc6ee8bf9c0ed72d491
parent3e30d775406aae5591d5fbb1f8c6fd35a134b414 (diff)
releng 0.30
-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 7af8b3f..b403542 100644
--- a/Changes
+++ b/Changes
@@ -1,5 +1,9 @@
Revision history for Parse-PMFile
+0.30 2014/12/05
+ - restore overloaded stuff from version::vpp as well (if necessary)
+ (haarg++)
+
0.29 2014/10/10
- silenced a redefinition warning
diff --git a/lib/Parse/PMFile.pm b/lib/Parse/PMFile.pm
index 031720c..5ffad5f 100644
--- a/lib/Parse/PMFile.pm
+++ b/lib/Parse/PMFile.pm
@@ -8,7 +8,7 @@ use Dumpvalue;
use version ();
use File::Spec ();
-our $VERSION = '0.29';
+our $VERSION = '0.30';
our $VERBOSE = 0;
our $ALLOW_DEV_VERSION = 0;
our $FORK = 0;