From: Craig A. Berry Date: Tue, 4 Dec 2007 13:37:28 +0000 (+0000) Subject: Typo in 32564. X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=c4bd451b3de038d730cdb89394e52b2360cf6c47;p=p5sagit%2Fp5-mst-13.2.git Typo in 32564. p4raw-id: //depot/perl@32566 --- diff --git a/pod/perltodo.pod b/pod/perltodo.pod index c4559ae..9e66a83 100644 --- a/pod/perltodo.pod +++ b/pod/perltodo.pod @@ -641,8 +641,8 @@ Perl's diagnostics (error messages, see L) could use reorganizing so that each error message has its stable-for-all-eternity unique id, categorized by severity, type, and subsystem. (The error messages would be listed in a datafile outside -of the Perl source code, and the source code would only refer the -messages by the is.) This clean-up and regularizing should apply +of the Perl source code, and the source code would only refer to the +messages by the id.) This clean-up and regularizing should apply for all croak() messages. This would enable all sorts of things: easier translation/localization