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 9f2a305..2b9f15e 100644
--- a/Changes
+++ b/Changes
@@ -1,5 +1,8 @@
Revision history for Parse-PMFile
+0.26 2014/09/17
+ - version::vpp should also be numified
+
0.25 2014/09/17
- hid charstar from PAUSE
diff --git a/lib/Parse/PMFile.pm b/lib/Parse/PMFile.pm
index ee1a90d..f73f9a6 100644
--- a/lib/Parse/PMFile.pm
+++ b/lib/Parse/PMFile.pm
@@ -10,7 +10,7 @@ use File::Spec ();
use File::Temp ();
use POSIX ':sys_wait_h';
-our $VERSION = '0.25';
+our $VERSION = '0.26';
our $VERBOSE = 0;
our $ALLOW_DEV_VERSION = 0;
our $FORK = 0;