Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

issue a warning when =item types mismatch within one =over/=back #44

Merged
merged 2 commits into from Feb 13, 2013

Conversation

rjbs
Copy link
Contributor

@rjbs rjbs commented Jan 18, 2013

This warning will help get Pod::Checker switched to Pod::Simple from Pod::Parser.

marcgreen and others added 2 commits January 18, 2013 10:12
These tests now trigger the mixed-type =item warning, new in the
preceding commit.  Rather than test for the exact error here, I have
suppressed error generation from these three specific tests only.

I think a good strategy for fixing these tests further will be to
write a JSON emitter to replace the XML one.  This will be much
easier to use in tests, as we can use JSON::PP to parse the output
into a structure.  It will make tests like this easier to update
to match errors, rather than to tweak the output to suppress them.
@theory
Copy link
Contributor

theory commented Jan 18, 2013

Where did the commit from @marcgreen come from? I'm not remembering this. Looks sane, but the context escapes me…

theory added a commit that referenced this pull request Feb 13, 2013
Issue a warning when =item types mismatch within one =over/=back.
@theory theory merged commit 1fe5991 into perl-pod:master Feb 13, 2013
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants