Fix pod typo (kentnl++)
authorPeter Rabbitson <ribasushi@cpan.org>
Thu, 20 Feb 2014 15:14:42 +0000 (16:14 +0100)
committerPeter Rabbitson <ribasushi@cpan.org>
Thu, 20 Feb 2014 15:14:42 +0000 (16:14 +0100)
pod/perldiag.pod

index 29ddca9..e680908 100644 (file)
@@ -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) { ... }