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
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
typo in lib/diagnostics.pm
[perl5.git]
/
lib
/
diagnostics.pm
diff --git
a/lib/diagnostics.pm
b/lib/diagnostics.pm
index
0bdf1be
..
a858a64
100644
(file)
--- a/
lib/diagnostics.pm
+++ b/
lib/diagnostics.pm
@@
-145,7
+145,7
@@
Not being able to say "no diagnostics" is annoying, but may not be
insurmountable.
The C<-pretty> directive is called too late to affect matters.
insurmountable.
The C<-pretty> directive is called too late to affect matters.
-You have to
t
o this instead, and I<before> you load the module.
+You have to
d
o this instead, and I<before> you load the module.
BEGIN { $diagnostics::PRETTY = 1 }
BEGIN { $diagnostics::PRETTY = 1 }