Gisle Aas wrote:
> Change 22258 and change 23656 both patched the location of
> perldbtty$$, but only 22258 updated pod/perldebug.pod. This trivial
> patch make the pod/perldebug.pod text match the winning location from
> 23656.
>
> Regards,
> Gisle
>
>
> --- pod/perldebug.pod.orig 2005-04-06 10:35:20.870555613 +0200
> +++ pod/perldebug.pod 2005-04-06 10:36:00.850248157 +0200
> @@ -700,7 +700,7 @@
> with two methods: C<IN> and C<OUT>. These should return filehandles to use
> for debugging input and output correspondingly. The C<new> method should
> inspect an argument containing the value of C<$ENV{PERLDB_NOTTY}> at
> -startup, or C<".perldbtty$$"> otherwise. This file is not
> +startup, or C<"$ENV{HOME}/.perldbtty$$"> otherwise. This file is not
Thanks, applied as #24190.