In perl.git, the branch blead has been updated

<http://perl5.git.perl.org/perl.git/commitdiff/717feafc134edebccf30e580526055d3a75a0a59?hp=5dee29d46413c39c172f75b1565c0a14c382fcd9>

- Log -----------------------------------------------------------------
commit 717feafc134edebccf30e580526055d3a75a0a59
Author: Jarkko Hietaniemi <j...@iki.fi>
Date:   Thu Sep 25 09:11:23 2014 -0400

    Sentence a verb.
-----------------------------------------------------------------------

Summary of changes:
 pod/perldiag.pod | 7 ++++---
 1 file changed, 4 insertions(+), 3 deletions(-)

diff --git a/pod/perldiag.pod b/pod/perldiag.pod
index d4d80a8..f44645d 100644
--- a/pod/perldiag.pod
+++ b/pod/perldiag.pod
@@ -557,9 +557,10 @@ integer with BER, which makes no sense.
 
 =item Cannot compress integer in pack
 
-(F) An argument to pack("w",...) was too large to compress.  The BER
-compressed integer format can only be used with positive integers, and
-you attempted to a very large number (> 1e308).  See L<perlfunc/pack>.
+(F) An argument to pack("w",...) was too large to compress.
+The BER compressed integer format can only be used with positive
+integers, and you attempted to compress a very large number (> 1e308).
+See L<perlfunc/pack>.
 
 =item Cannot compress negative numbers in pack
 

--
Perl5 Master Repository

Reply via email to