Subject: | Pod coverage tests now fail after transformation |
When I switched to using :list elements in this commit:
https://github.com/karenetheridge/Test-LWP-UserAgent/branches/topic/list_transformer_breaks_pod_coverage
my pod coverage tests started to fail.
The diff of the weaved pod looks like:
@@ -460,16 +464,20 @@
limited to just that object; if called as a class method, the action or data is
global.
-=item * C<map_response($request_description, $http_response)>
+=item *
+
+C<map_response($request_description, $http_response)>
I'm not sure what Test::Pod::Coverage looks for exactly, but this diff seems
to be pretty important.