Skip Menu |

This queue is for tickets about the IMDB-Film CPAN distribution.

Report information
The Basics
Id: 47433
Status: resolved
Priority: 0/
Queue: IMDB-Film

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

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



Subject: pod error in man page
The pod entries in IMDB::Persons.pm are missing a =back, causing a POD ERRORS section to appear in the man page. The following patch fixes that: --- Persons.pm.orig 2009-06-29 16:28:23.879346731 +0200 +++ Persons.pm 2009-06-29 16:28:29.000000000 +0200 @@ -410,6 +410,7 @@ 1; __END__ +=back =head1 EXPORTS Same for BaseClass: --- /tmp/BaseClass.pm 2009-06-29 16:30:30.035346109 +0200 +++ ./lib/IMDB/BaseClass.pm 2009-06-29 16:31:16.000000000 +0200 @@ -460,10 +460,6 @@ } -=back - -=cut - sub _search_results { my CLASS_NAME $self = shift; my $pattern = shift || croak 'Please, specify search pattern!'; @@ -579,6 +575,8 @@ __END__ +=back + =head1 EXPORTS Nothing
Subject: Re: [rt.cpan.org #47433] pod error in man page
Date: Mon, 29 Jun 2009 20:39:50 +0300
To: bug-IMDB-Film [...] rt.cpan.org
From: Michael Stepanov <stepanov.michael [...] gmail.com>
Thanks for the bug-report. I already fixed it and will release next version. On Mon, Jun 29, 2009 at 5:32 PM, Bas Zoetekouw via RT < bug-IMDB-Film@rt.cpan.org> wrote: Show quoted text
> Mon Jun 29 10:32:11 2009: Request 47433 was acted upon. > Transaction: Ticket created by BAS > Queue: IMDB-Film > Subject: pod error in man page > Broken in: 0.37 > Severity: Unimportant > Owner: Nobody > Requestors: bas@debian.org > Status: new > Ticket <URL: https://rt.cpan.org/Ticket/Display.html?id=47433 > > > > The pod entries in IMDB::Persons.pm are missing a =back, causing a POD > ERRORS section to appear in the man page. The following patch fixes that: > > --- Persons.pm.orig 2009-06-29 16:28:23.879346731 +0200 > +++ Persons.pm 2009-06-29 16:28:29.000000000 +0200 > @@ -410,6 +410,7 @@ > 1; > > __END__ > +=back > > =head1 EXPORTS > > Same for BaseClass: > > --- /tmp/BaseClass.pm 2009-06-29 16:30:30.035346109 +0200 > +++ ./lib/IMDB/BaseClass.pm 2009-06-29 16:31:16.000000000 +0200 > @@ -460,10 +460,6 @@ > } > > > -=back > - > -=cut > - > sub _search_results { > my CLASS_NAME $self = shift; > my $pattern = shift || croak 'Please, specify search pattern!'; > @@ -579,6 +575,8 @@ > > __END__ > > +=back > + > =head1 EXPORTS > > Nothing > >
-- Best regards, Michael http://linuxmce.ru -- Best regards, Michael Stepanov, http://linuxmce.ru
Fixed in the version 0.38 -- Best Regards, Michael Stepanov, Senior Software Developer
Hi Micheal! There is stilla small pod error left in version 0.39: In IMDB::BaseClass.3pm: .SH "POD ERRORS" .IX Header "POD ERRORS" Hey! \fBThe above document had some coding errors, which are explained below:\fR .IP "Around line 514:" 4 .IX Item "Around line 514:" \&'=item' outside of any '=over'
Subject: Re: [rt.cpan.org #47433] pod error in man page
Date: Tue, 7 Jul 2009 14:34:47 +0300
To: bug-IMDB-Film [...] rt.cpan.org
From: Michael Stepanov <stepanov.michael [...] gmail.com>
Thanks for the reporting it, Bas. Will fix it next release. Could you tell me, please, how you check the POD? Using podchecker? On Tue, Jul 7, 2009 at 11:30 AM, Bas Zoetekouw via RT < bug-IMDB-Film@rt.cpan.org> wrote: Show quoted text
> Queue: IMDB-Film > Ticket <URL: https://rt.cpan.org/Ticket/Display.html?id=47433 > > > Hi Micheal! > > There is stilla small pod error left in version 0.39: > > In IMDB::BaseClass.3pm: > > .SH "POD ERRORS" > .IX Header "POD ERRORS" > Hey! \fBThe above document had some coding errors, which are explained > below:\fR > .IP "Around line 514:" 4 > .IX Item "Around line 514:" > \&'=item' outside of any '=over' > >
-- Best regards, Michael Stepanov, http://linuxmce.ru
All POD errors and warnings are fixed. Test for POD is added. -- Best Regards, Michael Stepanov, Senior Software Developer