This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Refactor Storable::read_magic to avoid 4 arg substr.
authorNicholas Clark <nick@ccl4.org>
Thu, 9 Dec 2010 15:41:37 +0000 (15:41 +0000)
committerNicholas Clark <nick@ccl4.org>
Thu, 9 Dec 2010 15:41:37 +0000 (15:41 +0000)
commit5e12106ffbc3a0186a034389bf81f563093d6a09
tree69346ead385932062cd38f584b3074ca9ce9980d
parentd8330edcbfd4edd9185ac6da6710e7079304d40b
Refactor Storable::read_magic to avoid 4 arg substr.

This makes it fractionally shorter, and restores all compatibility with 5.004
dist/Storable/Storable.pm