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

remove vendored Pod::Parser and port test to use Pod::Text #22

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

haarg
Copy link
Member

@haarg haarg commented Aug 5, 2022

One of the tests was testing the result of running the pod2usage.PL file
though Pod::PlainText. Because Pod::PlainText was part of Pod::Parser,
which this dist no longer uses, Pod::PlainText and its dependencies were
copied directly into this dist for the test to use.

Convert the test to use Pod::Text instead, which provides very similar
output. This allows removing the Pod::Parser modules, as well as
simplifying the test greatly.

One of the tests was testing the result of running the pod2usage.PL file
though Pod::PlainText. Because Pod::PlainText was part of Pod::Parser,
which this dist no longer uses, Pod::PlainText and its dependencies were
copied directly into this dist for the test to use.

Convert the test to use Pod::Text instead, which provides very similar
output. This allows removing the Pod::Parser modules, as well as
simplifying the test greatly.
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.

1 participant