Skip Menu |

This queue is for tickets about the WWW-Scripter CPAN distribution.

Report information
The Basics
Id: 89070
Status: resolved
Priority: 0/
Queue: WWW-Scripter

People
Owner: Nobody in particular
Requestors: jkeenan [...] cpan.org
Cc:
AdminCc:

Bug Information
Severity: (no value)
Broken in: (no value)
Fixed in: (no value)



Subject: Scripter.pod: correct minor POD formatting errors
Corrections to some small POD formatting errors. podchecker verifies that these will work. Thank you very much. Jim Keenan
Subject: Scripter.pod.corrections.diff
--- /Users/jkeenan/adama/extlib/lib/perl5/WWW/Scripter.pod 2013-05-27 23:22:05.000000000 -0400 +++ ./Scripter.pod 2013-09-30 10:49:52.000000000 -0400 @@ -446,7 +446,7 @@ These two return what was passed to the constructor, optionally setting it. -=back +=back =head2 Notes About WWW::Mechanize Methods @@ -535,6 +535,8 @@ If it could not create a code ref, it should return C<undef> and put the error message, if any, in C<$@>. +=back + =head1 WRITING PLUGINS Plugins are usually under the WWW::Scripter::Plugin:: namespace. If a @@ -633,7 +635,7 @@ =back -To report a bug, please send an e-mail to L<bug-WWW-Scripter@rt.cpan.org> +To report a bug, please send an e-mail to C<bug-WWW-Scripter@rt.cpan.org> or use the web interface at L<http://rt.cpan.org/>. =head1 PREREQUISITES
Hi Jim, Thank you for your help in improving WWW-Scripter. On Tue Oct 01 00:53:09 2013, JKEENAN wrote: Show quoted text
> Corrections to some small POD formatting errors. > podchecker verifies that these will work.
I have committed the changes shown in your patch (with a minor modification) to the GitHub repository for this project, and I intend to publish these changes in the next release of WWW-Scripter. For your reference, the relevant commits are here: https://github.com/cpansprout/www-scripter/commit/aa29ca452b3845f07673c5d7ce5945bc1a3913d7 https://github.com/cpansprout/www-scripter/commit/971c4c42bd545ea5e682a4007a7a71ee01c58580 -- Kind regards, Alex Peters (LXP)
I forgot to note that these patches were included in version 0.31, released in February.
On Tue Jun 14 21:12:31 2016, SPROUT wrote: Show quoted text
> I forgot to note that these patches were included in version 0.31, > released in February.
No, actually they were not. When I took over maintenance of WWW::Scripter once more, I did not notice that these patches had been pushed to a separate branch, rather than the master. So *now* they have been applied to master. I could not just cherry-pick them, because of conflicts, so I applied the original patch, and then applied Alex Peters’ changes as separate patches: https://github.com/cpansprout/www-scripter/commit/7b2e8a59c08e2ece0ba25819358dca7fed85c886 https://github.com/cpansprout/www-scripter/commit/679c3cec14f9bb2cd3eb5cf79d339d40841465cf https://github.com/cpansprout/www-scripter/commit/d5d32a1b90a3830afc67e8abd7062aaa33062c84 They will be in the next release, hopefully in a few days. Thank you.
Fixed in 0.032.