In perl.git, the branch blead has been updated

<http://perl5.git.perl.org/perl.git/commitdiff/a5547419d5b6611afb483a3a32dc19fa18b2f172?hp=a7f6e211947a6eec78d594aaf629ee4990994c2b>

- Log -----------------------------------------------------------------
commit a5547419d5b6611afb483a3a32dc19fa18b2f172
Author: Father Chrysostomos <spr...@cpan.org>
Date:   Sat Feb 12 13:54:23 2011 -0800

    perldiag: be realistic

M       pod/perldiag.pod

commit 111a855ec19cb6f3b6d0588d37c95b742a5020e3
Author: Father Chrysostomos <spr...@cpan.org>
Date:   Sat Feb 12 13:53:24 2011 -0800

    perldiag: typos and slight English improvements

M       pod/perldiag.pod
-----------------------------------------------------------------------

Summary of changes:
 pod/perldiag.pod |   16 ++++++++--------
 1 files changed, 8 insertions(+), 8 deletions(-)

diff --git a/pod/perldiag.pod b/pod/perldiag.pod
index 51ed36a..94bb0d1 100644
--- a/pod/perldiag.pod
+++ b/pod/perldiag.pod
@@ -252,8 +252,8 @@ know which context to supply to the right side.
 
 (W threads)(S) When using threaded Perl, a thread (not necessarily the main
 thread) exited while there were still other threads running.
-Usually it's a good idea to first collect the return values of the
-created threads by joining them, and only then exit from the main
+Usually it's a good idea first to collect the return values of the
+created threads by joining them, and only then to exit from the main
 thread.  See L<threads>.
 
 =item Attempt to access disallowed key '%s' in a restricted hash
@@ -297,7 +297,7 @@ outside any of those arenas.
 
 =item Attempt to free nonexistent shared string
 
-(P internal) Perl maintains a reference counted internal table of
+(P internal) Perl maintains a reference-counted internal table of
 strings to optimize the storage and access of hash keys and other
 strings.  This indicates someone tried to decrement the reference count
 of a string that can no longer be found in the table.
@@ -363,17 +363,17 @@ dereference it first.  See L<perlfunc/substr>.
 
 =item Attribute "locked" is deprecated
 
-(D deprecated) You have used the attributes pragam to modify the "locked"
+(D deprecated) You have used the attributes pragma to modify the "locked"
 attribute on a code reference. The :locked attribute is obsolete, has had no
-effect since 5005 threads were removed, and will be removed in the next major
+effect since 5005 threads were removed, and will be removed in a future
 release of Perl 5.
 
 =item Attribute "unique" is deprecated
 
-(D deprecated) You have used the attributes pragam to modify the "unique"
+(D deprecated) You have used the attributes pragma to modify the "unique"
 attribute on an array, hash or scalar reference. The :unique attribute has
-had no effect since Perl 5.8.8, and will be removed in the next major
-release of Perl 5.
+had no effect since Perl 5.8.8, and will be removed in a future release
+of Perl 5.
 
 =item Bad arg length for %s, is %u, should be %d
 

--
Perl5 Master Repository

Reply via email to