This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
perldiag: reflow ‘Number with no digits’
authorFather Chrysostomos <sprout@cpan.org>
Mon, 14 Feb 2011 06:57:31 +0000 (22:57 -0800)
committerFather Chrysostomos <sprout@cpan.org>
Mon, 14 Feb 2011 06:57:31 +0000 (22:57 -0800)
pod/perldiag.pod

index 23e8a88..7516ef4 100644 (file)
@@ -3129,8 +3129,9 @@ the meantime, try using scientific notation (e.g. "1e6" instead of
 
 =item Number with no digits
 
-(F) Perl was looking for a number but found nothing that looked like a number.
-This happens, for example with C<\o{}>, with no number between the braces.
+(F) Perl was looking for a number but found nothing that looked like
+a number. This happens, for example with C<\o{}>, with no number between
+the braces.
 
 =item Octal number in vector unsupported