summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--dist/Storable/Storable.pm2
-rw-r--r--dist/Storable/Storable.xs1
2 files changed, 1 insertions, 2 deletions
diff --git a/dist/Storable/Storable.pm b/dist/Storable/Storable.pm
index 2a9612de4d..32fd77290e 100644
--- a/dist/Storable/Storable.pm
+++ b/dist/Storable/Storable.pm
@@ -28,7 +28,7 @@ our @EXPORT_OK = qw(
our ($canonical, $forgive_me);
BEGIN {
- our $VERSION = '3.30';
+ our $VERSION = '3.31';
}
our $recursion_limit;
diff --git a/dist/Storable/Storable.xs b/dist/Storable/Storable.xs
index 803a1bed4c..a558dd7893 100644
--- a/dist/Storable/Storable.xs
+++ b/dist/Storable/Storable.xs
@@ -16,7 +16,6 @@
#include <perl.h>
#include <XSUB.h>
-#define NEED_PL_parser
#define NEED_sv_2pv_flags
#define NEED_load_module
#define NEED_vload_module