Home
last modified time | relevance | path

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

/openbsd-src/gnu/usr.bin/perl/dist/Storable/t/
H A 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
H A DHAS_ATTACH.pm3 sub STORABLE_attach { subroutine
H A Dattach.t35 sub STORABLE_attach {
H A Dleaks.t29 sub STORABLE_attach {
H A Dattach_singleton.t81 sub STORABLE_attach { subroutine
H A Dblessed.t346 sub STORABLE_attach { subroutine
/openbsd-src/gnu/usr.bin/perl/dist/Storable/
H A DChangeLog370 - [perl #118829] Memory leaks in STORABLE_attach
440 - Add STORABLE_attach hook.
/openbsd-src/gnu/usr.bin/perl/pod/
H A Dperl588delta.pod1002 This includes the C<STORABLE_attach> hook functionality added by
H A Dperl5180delta.pod1515 An object whose class implements C<STORABLE_attach> is now thawed only once