Fix POD errors #2
Merged
Conversation
Moved a misplaced '=back' directive, that was closing an item list to soon. Also added a test of all POD. This is part of the CPAN Pull Request Challenge, where I got Genealogy::Gedcom::Date as my May assignment.
Hi Søren
Thanx for the patches. I have uploaded V 2.10 to CPAN.
And sorry for using 'o' in your name in the Changes file, but
File::Slurper gave me a malformed UTF8 msg with the correct letter.
Sigh. I have not yet looked into this, but I have a vague memory of
having such problems before with Changes files. I may be wrong there,
though.
Cheers!
…On 09/05/18 21:23, Søren Lund wrote:
Moved a misplaced '=back' directive, that was closing an item list to
soon.
Also added a test of all POD.
This is part of the CPAN Pull Request Challenge, where I got
Genealogy::Gedcom::Date as my May assignment.
------------------------------------------------------------------------
You can view, comment on, or merge this pull request online at:
#2
Commit Summary
* Fix POD errors
File Changes
* *M* scripts/parse.pl
<https://github.com/ronsavage/Genealogy-Gedcom-Date/pull/2/files#diff-0>
(4)
* *A* t/pod.t
<https://github.com/ronsavage/Genealogy-Gedcom-Date/pull/2/files#diff-1>
(7)
Patch Links:
* https://github.com/ronsavage/Genealogy-Gedcom-Date/pull/2.patch
* https://github.com/ronsavage/Genealogy-Gedcom-Date/pull/2.diff
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub
<#2>, or mute the
thread
<https://github.com/notifications/unsubscribe-auth/AABT-A99fwgGLzOrWNs7iPnUI6BZS0Rqks5twtG3gaJpZM4T4JkU>.
--
Ron Savage - savage.net.au
|
Hi Ron, Glad I could help. No problem with the name thing, it matches my github handle ;-) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Moved a misplaced '=back' directive, that was closing an item list to
soon.
Also added a test of all POD.
This is part of the CPAN Pull Request Challenge, where I got
Genealogy::Gedcom::Date as my May assignment.