Skip Menu |

Preferred bug tracker

Please visit the preferred bug tracker to report your issue.

This queue is for tickets about the Chart-Clicker CPAN distribution.

Report information
The Basics
Id: 87752
Status: resolved
Priority: 0/
Queue: Chart-Clicker

People
Owner: Nobody in particular
Requestors: gregoa [...] debian.org
Cc:
AdminCc:

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



Subject: [PATCH] POD improvements
Date: Fri, 9 Aug 2013 22:00:39 +0200
To: bug-chart-clicker [...] rt.cpan.org
From: gregor herrmann <gregoa [...] debian.org>
In Debian we are currently applying the attached patch to Chart-Clicker. We thought you might be interested in it, too. Description: add missing whatis entries Origin: vendor Author: gregor herrmann <gregoa@debian.org> Last-Update: 2013-08-09 Thanks in advance, gregor herrmann, Debian Perl Group

Message body is not shown because sender requested not to inline it.

Updated version for 2.90 attached.
Subject: whatis.patch
Description: add missing whatis entries Origin: vendor Bug: https://rt.cpan.org/Ticket/Display.html?id=87752 Forwarded: https://rt.cpan.org/Ticket/Display.html?id=87752 Author: gregor herrmann <gregoa@debian.org> Last-Update: 2016-12-28 --- a/lib/Chart/Clicker/Axis/DivisionType.pm +++ b/lib/Chart/Clicker/Axis/DivisionType.pm @@ -13,7 +13,7 @@ =head1 NAME -Chart::Clicker::Axis::DivisionType +Chart::Clicker::Axis::DivisionType - Division style for ticks =head1 VERSION @@ -21,9 +21,7 @@ =head1 DESCRIPTION -=head1 NAME - -Chart::Clicker::Axis::DivisionType - Division style for ticks +Division style for ticks. =head1 AUTHOR --- a/lib/Chart/Clicker/Axis/DivisionType/Exact.pm +++ b/lib/Chart/Clicker/Axis/DivisionType/Exact.pm @@ -31,7 +31,7 @@ =head1 NAME -Chart::Clicker::Axis::DivisionType::Exact +Chart::Clicker::Axis::DivisionType::Exact - Role describing how to divide data for Chart::Clicker::Axis =head1 VERSION --- a/lib/Chart/Clicker/Axis/DivisionType/LinearExpandGraph.pm +++ b/lib/Chart/Clicker/Axis/DivisionType/LinearExpandGraph.pm @@ -91,7 +91,7 @@ =head1 NAME -Chart::Clicker::Axis::DivisionType::LinearExpandGraph +Chart::Clicker::Axis::DivisionType::LinearExpandGraph - Role describing how to divide data for Chart::Clicker::Axis =head1 VERSION --- a/lib/Chart/Clicker/Axis/DivisionType/LinearRounded.pm +++ b/lib/Chart/Clicker/Axis/DivisionType/LinearRounded.pm @@ -104,7 +104,7 @@ =head1 NAME -Chart::Clicker::Axis::DivisionType::LinearRounded +Chart::Clicker::Axis::DivisionType::LinearRounded - Role describing how to divide data for Chart::Clicker::Axis =head1 VERSION --- a/lib/Chart/Clicker/Decoration/Annotation.pm +++ b/lib/Chart/Clicker/Decoration/Annotation.pm @@ -146,7 +146,7 @@ =head1 NAME -Chart::Clicker::Decoration::Annotation +Chart::Clicker::Decoration::Annotation - Text annotation over data =head1 VERSION @@ -157,14 +157,6 @@ A text annotation that can be put over a chart. You can find an example of an Annotation at L<http://gphat.github.com/chart-clicker/static/images/examples/annotation.png>. -=head1 NAME - -Chart::Clicker::Decoration::Annotation - Text annotation over data - -=head1 VERSION - -version 2.88 - =head1 ATTRIBUTES =head2 axis_height
Looks like this is already applied?
It seems to be applied in git [0] but not in the released tarball on the CPAN. Just looking at the list of modules at https://metacpan.org/release/Chart-Clicker shows that some miss the whatis entry. And [1] also looks different than [1], with two VERSION sections and 2 NAME sections where one is incomplete. Maybe there's something wrong (with Pod::Weaver?) when creating the release tarball? Cheers, gregor [0] at least https://github.com/gphat/chart-clicker/blob/master/lib/Chart/Clicker/Decoration/Annotation.pm looks good [1] https://metacpan.org/source/GPHAT/Chart-Clicker-2.90/lib/Chart/Clicker/Decoration/Annotation.pm