Skip Menu |

This queue is for tickets about the Convert-Binary-C CPAN distribution.

Report information
The Basics
Id: 85264
Status: rejected
Priority: 0/
Queue: Convert-Binary-C

People
Owner: Nobody in particular
Requestors: ANDK [...] cpan.org
dam [...] cpan.org
Cc: PLICEASE [...] cpan.org
AdminCc:

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



Subject: New Pod::Simple warning: =over without closing =back
http://www.cpantesters.org/cpan/report/3f74743e-bb86-11e2-87d0-ee7a10d45c6b Pod::Simple >= 3.27 and Test::Pod are required to reproduce. Please consider making pod tests author tests, they make user installs fail unnecessarily. Thanks,
From: ppisar [...] redhat.com
Dne Po 13.Květen.2013 23:04:45, ANDK napsal(a): Show quoted text
> http://www.cpantesters.org/cpan/report/3f74743e-bb86-11e2-87d0- > ee7a10d45c6b > > Pod::Simple >= 3.27 and Test::Pod are required to reproduce.
POD fix is attached.
Subject: Convert-Binary-C-0.76-Fix-POD-syntax.patch
From a75d6e83e22244bf1ade842b1f5dd6bc9a8206f8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Petr=20P=C3=ADsa=C5=99?= <ppisar@redhat.com> Date: Sat, 20 Jul 2013 18:17:26 +0200 Subject: [PATCH] Fix POD syntax MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Petr Písař <ppisar@redhat.com> --- support/Test/Harness/Point.pm | 2 ++ 1 file changed, 2 insertions(+) diff --git a/support/Test/Harness/Point.pm b/support/Test/Harness/Point.pm index df0706a..49a4821 100644 --- a/support/Test/Harness/Point.pm +++ b/support/Test/Harness/Point.pm @@ -70,6 +70,8 @@ Each of the following fields has a getter and setter method. =item * number +=back + =cut sub ok { my $self = shift; $self->{ok} } -- 1.8.1.4
Show quoted text
> POD fix is attached.
Hi, Did you have a chance to look at that patch? It would be nice if it is included in a future release of Convert-Binary-C. Thanks, dam
This appears to duplicate RT# 98867. https://rt.cpan.org/Ticket/Display.html?id=98867
I too would love to see this fixed so that I can use it as a dependency for other CPAN modules. If you do not have the time to maintain this module I would be happy to help out.
Thanks for the report! I've fixed this in my repo last year as part of #85264. I'm working on a new release now that will include the fix.