Subject: | [Patch] POD nit |
The attached patch (against 0.31) fixes some POD, which renders wrong,
at least at search.cpan.org.
Subject: | pod.patch |
diff --git a/lib/Geo/Postcodes/DK.pm b/lib/Geo/Postcodes/DK.pm
index f5cd7e6..13cdefe 100644
--- a/lib/Geo/Postcodes/DK.pm
+++ b/lib/Geo/Postcodes/DK.pm
@@ -1902,7 +1902,7 @@ while F
"0010" and "010" are legal, while "10" is not.
Use I<legal> to check for legal postcodes, and I<valid> to check if
-the postcode is actually in use. C<Geo::postcodes::DK->new($postcode)>
+the postcode is actually in use. C<< Geo::postcodes::DK->new($postcode) >>
will return I<undef> if passed an illegal or invalid postcode.
An attempt to access the methods of a non-existent postcode object will