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

Add a parse_from_string function #10

Closed
macrotex opened this issue Sep 1, 2019 · 1 comment
Closed

Add a parse_from_string function #10

macrotex opened this issue Sep 1, 2019 · 1 comment

Comments

@macrotex
Copy link

macrotex commented Sep 1, 2019

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);
@macrotex
Copy link
Author

macrotex commented Sep 1, 2019

Mistakenly created second duplicate issue.

@macrotex macrotex closed this as completed Sep 1, 2019
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

No branches or pull requests

1 participant