Skip Menu |

This queue is for tickets about the Image-GeoTIFF-Tiled CPAN distribution.

Report information
The Basics
Id: 51743
Status: resolved
Priority: 0/
Queue: Image-GeoTIFF-Tiled

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

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



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
Thanks, fixed.