Skip Menu |

This queue is for tickets about the Test-Inline CPAN distribution.

Report information
The Basics
Id: 51699
Status: new
Priority: 0/
Queue: Test-Inline

People
Owner: Nobody in particular
Requestors: FWIE [...] cpan.org
Cc:
AdminCc:

Bug Information
Severity: (no value)
Broken in: 2.211
Fixed in: (no value)



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.