We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
I have reason to use Pod::Text with strings rather than files or filehandles. Please add a "parse_from_string" function that would work something like
my $pod_input = "=pod\n\n=head1 Head1\n\n..."; my $rendered_pod = parse_from_string($pod_input);
The text was updated successfully, but these errors were encountered:
Mistakenly created second duplicate issue.
Sorry, something went wrong.
No branches or pull requests
I have reason to use Pod::Text with strings rather than files or filehandles. Please add a "parse_from_string" function that would work something like
The text was updated successfully, but these errors were encountered: