Subject: | POD errors |
perldoc complains about a few POD errors. Attached patch should fix them.
Very much enjoyed yesterday's talk!
Best regards,
Dave
Subject: | fixes.diff |
diff -ru Code-ART-0.000004/lib/Code/ART.pm Code-ART-0.000004-mush/lib/Code/ART.pm
--- Code-ART-0.000004/lib/Code/ART.pm 2020-06-26 02:10:36.000000000 +0100
+++ Code-ART-0.000004-mush/lib/Code/ART.pm 2020-06-26 11:34:53.553763392 +0100
@@ -2461,7 +2461,7 @@
Jump to the declaration of the variable under the cursor.
-=item *
+=item E<0x2a>
Jump to the next usage of the variable under the cursor.
@@ -2569,6 +2569,8 @@
API errors are signalled by throwing an exception:
+=over
+
=item C<< "%s argument of %s must be a %s" >>
You called the specified subroutine with the wrong kind of argument.
@@ -2584,8 +2586,6 @@
You passed an unexpected named argument via the specified subroutine's
options hash. Did you misspell it, perhaps?
-=over
-
=back