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 89b789a..56dae2a 100644
--- a/Changes
+++ b/Changes
@@ -1,5 +1,8 @@
Revision history for Parse-PMFile
+0.15 2014/03/17
+ - no_index for package/namespace hasn't been applied correctly
+
0.14 2014/03/15
- updated MANIFEST and included a few tests for 0.13
diff --git a/lib/Parse/PMFile.pm b/lib/Parse/PMFile.pm
index f77981a..7f9f890 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.14';
+our $VERSION = '0.15';
our $VERBOSE = 0;
our $ALLOW_DEV_VERSION = 0;