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/lib/Image/GeoTIFF/Tiled/Shape.pm b/lib/Image/GeoTIFF/Tiled/Shape.pm
index 7c671a8..a95b7db 100755
--- a/lib/Image/GeoTIFF/Tiled/Shape.pm
+++ b/lib/Image/GeoTIFF/Tiled/Shape.pm
@@ -324,7 +324,7 @@ Retrieves the boundary values.
=item boundary
-Equivalent to (C<$shape->x_min>, C<$shape->y_min>, C<$shape->x_max>, C<$shape->y_max>).
+Equivalent to (C<< $shape->x_min >>, C<< $shape->y_min >>, C<< $shape->x_max >>, C<< $shape->y_max >>).
=item corners