Skip to content

Commit 7627717

Browse files
committed
Storable.xs: remove outdated comment
This comment has been obsolete since commit 1cb8a34 (and hasn't made much sense since that commit changed len's type from int back to SSize_t.)
1 parent 648bc88 commit 7627717

File tree

2 files changed

+1
-3
lines changed

2 files changed

+1
-3
lines changed

dist/Storable/Storable.xs

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2598,8 +2598,6 @@ static int store_scalar(pTHX_ stcxt_t *cxt, SV *sv)
25982598

25992599
#ifdef SvVOK
26002600
if (SvMAGICAL(sv) && (mg = mg_find(sv, 'V'))) {
2601-
/* The macro passes this by address, not value, and a lot of
2602-
called code assumes that it's 32 bits without checking. */
26032601
const SSize_t len = mg->mg_len;
26042602
/* we no longer accept vstrings over I32_SIZE-1, so don't emit
26052603
them, also, older Storables handle them badly.

dist/Storable/lib/Storable.pm

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ our @EXPORT_OK = qw(
3030
our ($canonical, $forgive_me);
3131

3232
BEGIN {
33-
our $VERSION = '3.35';
33+
our $VERSION = '3.36';
3434
}
3535

3636
our $recursion_limit;

0 commit comments

Comments
 (0)