From 4888c56389324d6d7f179856b4e2daec6621bf4b Mon Sep 17 00:00:00 2001 From: Father Chrysostomos Date: Mon, 2 Jan 2012 14:10:26 -0800 Subject: [PATCH] perldelta for tied @DB::args --- pod/perldelta.pod | 13 +++++++++++-- 1 file changed, 11 insertions(+), 2 deletions(-) diff --git a/pod/perldelta.pod b/pod/perldelta.pod index fe7a60b..9e03207 100644 --- a/pod/perldelta.pod +++ b/pod/perldelta.pod @@ -1,7 +1,7 @@ =encoding utf8 =for comment -This has been completed up to 0417746573. +This has been completed up to f8c105437. =head1 NAME @@ -290,7 +290,10 @@ XXX Newly added diagnostic messages go here =item * -XXX L +L + +This error occurs when C tries to set C<@DB::args> but finds it +tied. Before this error was added, it used to crash instead. =back @@ -583,6 +586,12 @@ called (i.e., when autoloading wasn't needed), for sub calls in lvalue or potential lvalue context, if the subroutine was not visible at compile time. +=item * C and tied C<@DB::args> + +C sets C<@DB::args> to the subroutine arguments when called from +the DB package. It used to crash when doing so if C<@DB::args> happened to +be tied. Now it croaks instead. + =back =head1 Known Problems -- 2.7.4