Subject: | [Patch] POD nit |
The attached patch (against 2.211) fixes some POD, which renders wrong,
at least at search.cpan.org.
Subject: | pod.patch |
diff --git a/lib/Test/Inline/Content/Simple.pm b/lib/Test/Inline/Content/Simple.pm
index 37e9b26..e0cf06a 100644
--- a/lib/Test/Inline/Content/Simple.pm
+++ b/lib/Test/Inline/Content/Simple.pm
@@ -35,7 +35,7 @@ style template to define this information.
It contains only two tags, C<plan> and C<tests>.
-The C<plan> tag will be inserted as either C<tests => 123> or C<'no_plan'>.
+The C<plan> tag will be inserted as either C<< tests => 123 >> or C<'no_plan'>.
The C<tests> tag will be replaced by the actual testing code.