In perl.git, the branch blead has been updated

<http://perl5.git.perl.org/perl.git/commitdiff/40ba7a517798fdce321416d57d1c0f2a17cab67b?hp=e6a3850e182c1d286b5e83a9f9917b7f0ddc4178>

- Log -----------------------------------------------------------------
commit 40ba7a517798fdce321416d57d1c0f2a17cab67b
Author: Steve Hay <[email protected]>
Date:   Mon Sep 17 18:03:07 2012 +0100

    Remove duplicate paragraph from perlref.pod
    
    Spotted by Vincent Belaïche <[email protected]>
    Date: Fri, 14 Sep 2012 20:23:31 +0200
    Message-ID: <[email protected]>
-----------------------------------------------------------------------

Summary of changes:
 pod/perlref.pod |    6 ------
 1 files changed, 0 insertions(+), 6 deletions(-)

diff --git a/pod/perlref.pod b/pod/perlref.pod
index 5f9ce0a..1571613 100644
--- a/pod/perlref.pod
+++ b/pod/perlref.pod
@@ -46,12 +46,6 @@ hard reference.
 X<reference, hard> X<hard reference>
 
 References are easy to use in Perl.  There is just one overriding
-principle: Perl does no implicit referencing or dereferencing.  When a
-scalar is holding a reference, it always behaves as a simple scalar.  It
-doesn't magically start being an array or hash or subroutine; you have to
-tell it explicitly to do so, by dereferencing it.
-
-References are easy to use in Perl.  There is just one overriding
 principle: in general, Perl does no implicit referencing or dereferencing.
 When a scalar is holding a reference, it always behaves as a simple scalar.
 It doesn't magically start being an array or hash or subroutine; you have to

--
Perl5 Master Repository

Reply via email to