In perl.git, the branch blead has been updated

<http://perl5.git.perl.org/perl.git/commitdiff/0b5d8c025ff153beae5518f618a7956951b84a75?hp=4df1dffa4914d764d82ba6e4afc029cfb6bdb9ae>

- Log -----------------------------------------------------------------
commit 0b5d8c025ff153beae5518f618a7956951b84a75
Author: Father Chrysostomos <spr...@cpan.org>
Date:   Wed Jan 19 13:16:56 2011 -0800

    perldelta: CPAN::Meta::YAML

M       pod/perldelta.pod

commit 0d7fe74163465b38bff92c942e7a39dbe7f19126
Author: Father Chrysostomos <spr...@cpan.org>
Date:   Wed Jan 19 13:16:11 2011 -0800

    perldelta: ord("") docs

M       pod/perldelta.pod
-----------------------------------------------------------------------

Summary of changes:
 pod/perldelta.pod |   33 +++------------------------------
 1 files changed, 3 insertions(+), 30 deletions(-)

diff --git a/pod/perldelta.pod b/pod/perldelta.pod
index 0f4e3b1..5d3b759 100644
--- a/pod/perldelta.pod
+++ b/pod/perldelta.pod
@@ -128,7 +128,7 @@ cribbed.
 
 =item *
 
-L<CPAN::Meta::YAML> 0.002 has been added as a dual-life module.  It supports a
+L<CPAN::Meta::YAML> 0.003 has been added as a dual-life module.  It supports a
 subset of YAML sufficient for reading and writing META.yml and MYMETA.yml files
 included with CPAN distributions or generated by the module installation
 toolchain. It should not be used for any other general YAML parsing or
@@ -302,13 +302,13 @@ XXX Changes which significantly change existing files in 
F<pod/> go here.
 However, any changes to F<pod/perldiag.pod> should go in the L</Diagnostics>
 section.
 
-=head3 L<XXX>
+=head3 L<perlfunc>
 
 =over 4
 
 =item *
 
-XXX Description of the change here
+It has now been documented that C<ord> returns 0 for an empty string.
 
 =back
 
@@ -1274,12 +1274,6 @@ Date:   Sun Jan 2 14:33:16 2011 -0800
     defined. Neither the dtrace binary on OS X nor SystemTap's dtrace
     compatibility layer accept the -G option.)
 
-commit 42467a219c70177fc2004ed9b73d6c3db59dba5c
-Author: David Golden <dagol...@cpan.org>
-Date:   Sun Jan 2 17:34:44 2011 -0500
-
-    Update CPAN::Meta::YAML to 0.003
-
 commit 9426e1a55981168c83a030df9bce5e0b46586581
 Author: David Mitchell <da...@iabyn.com>
 Date:   Sun Jan 2 19:38:30 2011 +0000
@@ -1370,27 +1364,6 @@ Date:   Thu Dec 30 10:32:44 2010 +0000
       1 (ie FETCH tried to free it), then push it on the mortals stack
       to extend it life a bit so our callers wont choke on it.
 
-
-commit e8a07a125ebebaf06dc890127439c7461a063b35
-Author: David Golden <dagol...@cpan.org>
-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 <amb...@math.bme.hu>
-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 <dagol...@cpan.org>
 Date:   Mon Dec 13 17:36:33 2010 -0500

--
Perl5 Master Repository

Reply via email to