summaryrefslogtreecommitdiff
path: root/dist
diff options
context:
space:
mode:
Diffstat (limited to 'dist')
-rw-r--r--dist/Storable/Storable.pm2
-rw-r--r--dist/Storable/Storable.xs2
2 files changed, 2 insertions, 2 deletions
diff --git a/dist/Storable/Storable.pm b/dist/Storable/Storable.pm
index 1a73c3fafa..5f63871bb8 100644
--- a/dist/Storable/Storable.pm
+++ b/dist/Storable/Storable.pm
@@ -21,7 +21,7 @@ package Storable; @ISA = qw(Exporter);
use vars qw($canonical $forgive_me $VERSION);
-$VERSION = '2.43';
+$VERSION = '2.44';
BEGIN {
if (eval { local $SIG{__DIE__}; require Log::Agent; 1 }) {
diff --git a/dist/Storable/Storable.xs b/dist/Storable/Storable.xs
index 08641cdd38..f21f053a9d 100644
--- a/dist/Storable/Storable.xs
+++ b/dist/Storable/Storable.xs
@@ -3469,7 +3469,7 @@ static int sv_type(pTHX_ SV *sv)
case SVt_PVCV:
return svis_CODE;
#if PERL_VERSION > 8
- /* case SVt_DUMMY: */
+ /* case SVt_INVLIST: */
#endif
default:
break;