This is a live mirror of the Perl 5 development currently hosted at
https://github.com/perl/perl5
https://perl5.git.perl.org
/
perl5.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
bc4b151
)
perldiag: reflow ‘Number with no digits’
author
Father Chrysostomos
<sprout@cpan.org>
Mon, 14 Feb 2011 06:57:31 +0000
(22:57 -0800)
committer
Father Chrysostomos
<sprout@cpan.org>
Mon, 14 Feb 2011 06:57:31 +0000
(22:57 -0800)
pod/perldiag.pod
patch
|
blob
|
blame
|
history
diff --git
a/pod/perldiag.pod
b/pod/perldiag.pod
index
23e8a88
..
7516ef4
100644
(file)
--- a/
pod/perldiag.pod
+++ b/
pod/perldiag.pod
@@
-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