Lines Matching refs:perl

98 0	string	perl-store	perl Storable(v0.6) data
104 0 string pst0 perl Storable(v0.7) data
117 if ($header =~ s/^perl-store//) {
504 optimizations have been made when manipulating perl internals, to
564 By default, when Storable encounters a restricted hash on a perl
902 =head2 64 bit data in perl 5.6.0 and 5.6.1
905 by Storable 2.02 or earlier on perl 5.6.0 or 5.6.1 on Unix or Linux which
907 If you got a precompiled perl, rather than running Configure to build
908 your own perl from source, then it almost certainly does not affect you,
909 and you can stop reading now (unless you're curious). If you're using perl
922 Perl 5.6.x introduced the ability to optional configure the perl interpreter
927 whether the perl writing was using 32 or 64 bit integers, despite the fact
929 running on perl with 64 bit integers will read the header from a file
930 written by a 32 bit perl, not realise that the data is actually in a subtly
942 on perl 5.6.0 or 5.6.1 configured with 64 bit integers on Unix or Linux
947 migrate your data, or any older perl you are communicating with, to this
950 If you don't have data written with specific configuration of perl described
952 not only will Storable on an identically configured perl refuse to load them,
953 but Storable a differently configured perl will load them believing them
970 Jarkko Hietaniemi <jhi@iki.fi> (AGAIN, as perl 5.7.0 Pumpkin!)
979 a few misunderstandings of mine regarding the perl internals,
990 Maintenance is now done by the perl5-porters F<E<lt>perl5-porters@perl.orgE<gt>>