Skip Menu |

This queue is for tickets about the WWW-MeGa CPAN distribution.

Report information
The Basics
Id: 51726
Status: new
Priority: 0/
Queue: WWW-MeGa

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

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



Subject: [Patch] POD nits
The attached patch fixes some POD, which renders wrong, at least at search.cpan.org.
Subject: pod.patch
diff --git a/lib/WWW/MeGa/Item.pm b/lib/WWW/MeGa/Item.pm index b610865..9136120 100644 --- a/lib/WWW/MeGa/Item.pm +++ b/lib/WWW/MeGa/Item.pm @@ -149,11 +149,11 @@ sub exif =head2 thumbnail_sized($size) -reads C<$self->thumbnail_source> and returns a thumbnail in the -requested size. If C<$self->thumbnail_source> does not exist, it use +reads C<< $self->thumbnail_source >> and returns a thumbnail in the +requested size. If C<< $self->thumbnail_source >> does not exist, it use a icon based on the mime type. -It should not be called directly but through the caching methode C<$self->thumbnail>. +It should not be called directly but through the caching methode C<< $self->thumbnail >>. =cut @@ -208,7 +208,7 @@ sub thumbnail_source returns the actual thumbnail. If the resized thumb already exist, return the path to that one. -If no, try to create it first by calling C<$self->thumbnail_sized> +If no, try to create it first by calling C<< $self->thumbnail_sized >> =cut diff --git a/lib/WWW/MeGa/Item/Text.pm b/lib/WWW/MeGa/Item/Text.pm index 0226522..8a71159 100644 --- a/lib/WWW/MeGa/Item/Text.pm +++ b/lib/WWW/MeGa/Item/Text.pm @@ -23,7 +23,7 @@ our $VERSION = '0.11'; =head1 data gets the common data from C<SUPER::data>, puts the text file -content in C<$data->{CONTENT}> and return the data. +content in C<< $data->{CONTENT} >> and return the data. =cut