projects
/
platform
/
upstream
/
perl.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d0fa2fb
)
Fix pod typo (kentnl++)
author
Peter Rabbitson
<ribasushi@cpan.org>
Thu, 20 Feb 2014 15:14:42 +0000
(16:14 +0100)
committer
Peter Rabbitson
<ribasushi@cpan.org>
Thu, 20 Feb 2014 15:14:42 +0000
(16:14 +0100)
pod/perldiag.pod
patch
|
blob
|
history
diff --git
a/pod/perldiag.pod
b/pod/perldiag.pod
index
29ddca9
..
e680908
100644
(file)
--- a/
pod/perldiag.pod
+++ b/
pod/perldiag.pod
@@
-1927,7
+1927,7
@@
L<perlrecharclass/Extended Bracketed Character Classes>.
(F) To use subroutine signatures, you must first enable them:
- no warnings "experimental:signatures";
+ no warnings "experimental:
:
signatures";
use feature "signatures";
sub foo ($left, $right) { ... }