Subject: | [Patch] POD nit |
The attached patch fixes some POD, which renders wrong, at least at
search.cpan.org.
Subject: | pod.patch |
diff --git a/Win32/ASP/Field.pm b/Win32/ASP/Field.pm
index 6ab6770..22315be 100644
--- a/Win32/ASP/Field.pm
+++ b/Win32/ASP/Field.pm
@@ -635,7 +635,7 @@ appropriate HTML.
The default implementation, C<_as_html_edit_rw>, first extracts C<$value> from C<$record> using
C<$data> and C<$self-E<gt>name>. It then creates an appropriate C<TEXT> C<INPUT> field. Note the
-call to C<$self->as_html_mouseover>, which returns the appropriate parameters to implement the
+call to C<$self-E<gt>as_html_mouseover>, which returns the appropriate parameters to implement the
C<help> support.
The method is over-ridden by C<Win32::ASP::Field::bit> to display a Yes/No radio pair and by