Searched refs:Storable (Results 26 - 40 of 40) sorted by relevance

12

/opensolaris-onvv-gate/usr/src/cmd/perl/5.8.4/distrib/ext/Storable/t/
H A Dtied.t12 @INC = ('.', '../lib', '../ext/Storable/t');
18 print "1..0 # Skip: Storable was not built\n";
26 use Storable qw(freeze thaw);
213 use Storable qw(freeze thaw);
H A Doverload.t12 @INC = ('.', '../lib', '../ext/Storable/t');
18 print "1..0 # Skip: Storable was not built\n";
26 use Storable qw(freeze thaw);
93 # see note at the end of do_retrieve in Storable.xs about why this test has to
H A Dinteger.t24 print "1..0 # Skip: Storable was not built\n";
30 use Storable qw (dclone store retrieve freeze thaw nstore nfreeze);
126 # conversion macros affecting later runs, so pass a copy to Storable:
H A Ddowngrade.t24 print "1..0 # Skip: Storable was not built\n";
30 use Storable 'thaw';
161 # $Storable::DEBUGME = 1;
166 for $Storable::downgrade_restricted (0, 1, undef, "cheese") {
189 local $Storable::downgrade_restricted = 0;
208 local $Storable::drop_utf8 = 1;
245 local $Storable::drop_utf8 = 1;
259 local $Storable::downgrade_restricted = 0;
262 local $Storable::drop_utf8 = 0;
H A Dblessed.t12 @INC = ('.', '../lib', '../ext/Storable/t');
18 print "1..0 # Skip: Storable was not built\n";
26 use Storable qw(freeze thaw);
147 # $Storable::DEBUGME = 1;
H A Dtied_hook.t12 @INC = ('.', '../lib', '../ext/Storable/t');
18 print "1..0 # Skip: Storable was not built\n";
26 use Storable qw(freeze thaw);
/opensolaris-onvv-gate/usr/src/pkg/manifests/
H A Druntime-perl-584.mf121 $(i386_ONLY)dir path=usr/perl5/5.8.4/lib/i86pc-solaris-64int/auto/Storable
202 $(sparc_ONLY)dir path=usr/perl5/5.8.4/lib/sun4-solaris-64int/auto/Storable
453 $(i386_ONLY)file path=usr/perl5/5.8.4/lib/i86pc-solaris-64int/Storable.pm \
1013 path=usr/perl5/5.8.4/lib/i86pc-solaris-64int/auto/Storable/CAN_FLOCK.al \
1016 path=usr/perl5/5.8.4/lib/i86pc-solaris-64int/auto/Storable/Storable.bs \
1019 path=usr/perl5/5.8.4/lib/i86pc-solaris-64int/auto/Storable/Storable.so \
1022 path=usr/perl5/5.8.4/lib/i86pc-solaris-64int/auto/Storable/_freeze.al \
1025 path=usr/perl5/5.8.4/lib/i86pc-solaris-64int/auto/Storable/_retriev
[all...]
H A Druntime-perl-584-extra.mf325 file path=usr/perl5/5.8.4/lib/Memoize/Storable.pm mode=0444
/opensolaris-onvv-gate/usr/src/cmd/perl/5.8.4/distrib/
H A DMakefile50 ext/Storable/t/downgrade.t \
/opensolaris-onvv-gate/usr/src/cmd/perl/5.8.4/distrib/lib/CPAN/
H A DFirstTime.pm193 possible to use Storable to create a cache of metadata. If Storable
/opensolaris-onvv-gate/usr/src/cmd/perl/5.8.4/distrib/lib/
H A DMemoize.pm942 C<Storable> isn't a tied hash class at all. You can use it to store a
945 C<Storable> database, use C<Memoize::Storable>, which puts a hashlike
946 front-end onto C<Storable>. The hash table is actually kept in
947 memory, and is loaded from your C<Storable> file at the time you
951 tie my %cache => 'Memoize::Storable', $filename;
954 tie my %cache => 'Memoize::Storable', $filename, 'nstore';
957 Include the `nstore' option to have the C<Storable> database written
958 in `network order'. (See L<Storable> for more details about this.)
H A DCPAN.pm3420 return unless $CPAN::META->has_usable("Storable");
3431 eval { Storable::nstore($cache, $metadata_file) };
3439 return unless $CPAN::META->has_usable("Storable");
3444 eval { $cache = Storable::retrieve($metadata_file) };
/opensolaris-onvv-gate/usr/src/cmd/perl/5.8.4/distrib/ext/Encode/
H A DEncode.pm134 eval { require Storable };
136 return Storable::dclone($obj);
/opensolaris-onvv-gate/usr/src/cmd/perl/5.8.4/distrib/ext/Storable/
H A DStorable.xs106 * TRACEME() will only output things when the $Storable::DEBUGME is true.
111 if (SvTRUE(perl_get_sv("Storable::DEBUGME", TRUE))) \
244 * Starting with 0.7, Storable can be re-entrant, via the STORABLE_xxx hooks
249 #define MY_VERSION "Storable(" XS_VERSION ")"
332 sv_bless(my_sv, gv_stashpv("Storable::Cxt", TRUE)); \
389 * so that data structures can be freed whenever we renter Storable code
699 * a newer Storable, but ensure a newer image cannot be retrieved with an
718 Storable uses the BYTEORDER value as part of the header, but doesn't
763 #error Unknown byteoder. Please append your byteorder to Storable.xs
1304 * exceptionnal events. This was reported by Marc Lehmann when Storable
[all...]
/opensolaris-onvv-gate/usr/src/cmd/perl/5.8.4/distrib/lib/Unicode/
H A DUCD.pm8 use Storable qw(dclone);

Completed in 186 milliseconds

12