From 0d7fe74163465b38bff92c942e7a39dbe7f19126 Mon Sep 17 00:00:00 2001 From: Father Chrysostomos Date: Wed, 19 Jan 2011 13:16:11 -0800 Subject: [PATCH] perldelta: ord("") docs --- pod/perldelta.pod | 18 ++---------------- 1 file changed, 2 insertions(+), 16 deletions(-) diff --git a/pod/perldelta.pod b/pod/perldelta.pod index 0f4e3b1..4b4202d 100644 --- a/pod/perldelta.pod +++ b/pod/perldelta.pod @@ -302,13 +302,13 @@ XXX Changes which significantly change existing files in F go here. However, any changes to F should go in the L section. -=head3 L +=head3 L =over 4 =item * -XXX Description of the change here +It has now been documented that C returns 0 for an empty string. =back @@ -1377,20 +1377,6 @@ Date: Mon Dec 27 14:50:31 2010 -0500 Add CPAN::Meta::YAML as a dual-life core module -commit 6fae7aa4cab68dd6bb59af7f22c85e77eb8a1b0c -Author: Zsbán Ambrus -Date: Sun Dec 26 18:10:57 2010 -0800 - - [perl #81016] Document ord("") - - The following patch clarifies what ord("") does in pod/perlfunc.pod. - - From the current documentation, it's not documented what it does, and one - could guess several different things: returns zero, returns undef, returns - zero with a warning, returns undef with a warning, dies. (There's precedent - for dying: some BASIC implementations give an error if you ask for ASC("") - -- here ASC is their equivalent of our ord function.) - commit cce04bebd8af026c2a6731940ddb895d3c1fc3e4 Author: David Golden Date: Mon Dec 13 17:36:33 2010 -0500 -- 2.7.4