Skip to content

Commit 56c5710

Browse files
committed
Get rid of DESTROY fossils
1 parent d5dfeca commit 56c5710

File tree

2 files changed

+1
-3
lines changed

2 files changed

+1
-3
lines changed

S12-objects.pod

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -853,7 +853,6 @@ class traits, for instance, telling it bit sizes and such.)
853853
The C<bless> method automatically calls all appropriate C<BUILD>
854854
routines for the current class,
855855
which initializes the object in least-derived to most-derived order.
856-
(C<DESTROY> submethods work the same way, only in reverse.)
857856

858857
The default C<BUILD> semantics are inherited from C<Mu>,
859858
so you need to write initialization routines only if you wish to

S29-functions.pod

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -246,8 +246,7 @@ support.
246246
Stops all program execution, and returns C<$status> to the calling environment.
247247

248248
An exit runs all appropriate scope-leaving blocks such as C<LEAVE>, C<KEEP>,
249-
and C<UNDO>, followed by all C<END> blocks, followed by all C<DESTROY>s that
250-
do more than just reclaim memory, and so cannot be skipped because
249+
and C<UNDO>, followed by all C<END> blocks, and so cannot be skipped because
251250
they may have side effects visible outside the process. If run from
252251
an embedded interpreter, all memory must also be reclaimed.
253252

0 commit comments

Comments
 (0)