Home
last modified time | relevance | path

Searched refs:STORABLE_attach (Results 1 – 10 of 10) sorted by relevance

/openbsd/src/gnu/usr.bin/perl/dist/Storable/t/
Dattach_errors.t56 sub STORABLE_attach { subroutine
83 sub STORABLE_attach { subroutine
123 sub STORABLE_attach { subroutine
143 *My::BadThaw::STORABLE_attach = *My::BadThaw::STORABLE_thaw;
144 *My::BadThaw::STORABLE_attach = *My::BadThaw::STORABLE_thaw; # Suppress a warning
201 sub STORABLE_attach { subroutine
242 sub STORABLE_attach { subroutine
279 ok( $@ =~ /STORABLE_attach did not return a My::BadAttach object/,
291 sub STORABLE_attach { subroutine
DHAS_ATTACH.pm3 sub STORABLE_attach { subroutine
Dleaks.t29 sub STORABLE_attach {
Dattach.t35 sub STORABLE_attach {
Dattach_singleton.t81 sub STORABLE_attach { subroutine
Dblessed.t346 sub STORABLE_attach { subroutine
/openbsd/src/gnu/usr.bin/perl/dist/Storable/
DChangeLog370 - [perl #118829] Memory leaks in STORABLE_attach
440 - Add STORABLE_attach hook.
/openbsd/src/gnu/usr.bin/perl/pod/
Dperl588delta.pod1002 This includes the C<STORABLE_attach> hook functionality added by
Dperl5180delta.pod1515 An object whose class implements C<STORABLE_attach> is now thawed only once
/openbsd/src/gnu/usr.bin/perl/
DMANIFEST4481 dist/Storable/t/attach.t Check STORABLE_attach doesn't create objects unnecessarily
4482 dist/Storable/t/attach_errors.t Trigger and test STORABLE_attach errors
4483 dist/Storable/t/attach_singleton.t Test STORABLE_attach for the Singleton pattern
4500 dist/Storable/t/HAS_ATTACH.pm For auto-requiring of modules for STORABLE_attach