Skip Menu |

This queue is for tickets about the Win32-IE-Mechanize CPAN distribution.

Report information
The Basics
Id: 51717
Status: new
Priority: 0/
Queue: Win32-IE-Mechanize

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

Bug Information
Severity: (no value)
Broken in:
  • 0.009
  • 0.009_17
Fixed in: (no value)



Subject: [Patch] POD nits
The attached patch (against 0.009) fixes some POD, which renders wrong, at least at search.cpan.org. The POD is borked in 0.009_17 too.
Subject: pod.patch
diff --git a/lib/Win32/IE/Mechanize.pm b/lib/Win32/IE/Mechanize.pm index 0ff312f..06e2bc7 100755 --- a/lib/Win32/IE/Mechanize.pm +++ b/lib/Win32/IE/Mechanize.pm @@ -908,12 +908,12 @@ Given the name of a C<select> field, set its value to the value specified. If the field is not E<lt>select multipleE<gt> and the C<$value> is an array, only the B<first> value will be set. Passing C<$value> as a hash with an C<n> key selects an item by number -(e.g. C<{n => 3> or C<{n => [2,4]}>). The numbering starts at 1. +(e.g. C<< {n => 3} >> or C<< {n => [2,4]} >>). The numbering starts at 1. This applies to the current form (as set by the C<L<form()>> method or defaulting to the first form on the page). Returns 1 on successfully setting the value. On failure, returns -undef and calls C<$self->warn()> with an error message. +undef and calls C<< $self->warn() >> with an error message. =cut