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
(from parent 1:
a5571d5
)
typo in lib/diagnostics.pm
author
Bruce Barnett
<barnett@grymoire.crd.ge.com>
Fri, 11 Apr 1997 18:00:54 +0000
(14:00 -0400)
committer
Chip Salzenberg
<chip@atlantic.net>
Wed, 9 Apr 1997 00:00:00 +0000
(
00:00
+0000)
p5p-msgid:
199704111800
.OAA27297@grymoire.crd.ge.com
lib/diagnostics.pm
patch
|
blob
|
blame
|
history
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.
-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 }