Skip Menu |

This queue is for tickets about the Text-MicroMason CPAN distribution.

Report information
The Basics
Id: 85965
Status: resolved
Priority: 0/
Queue: Text-MicroMason

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

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



From: gregoa [...] cpan.org
Subject: libtext-micromason-perl: FTBFS with perl 5.18: POD
This bug has been forwarded from http://bugs.debian.org/711271 Source: libtext-micromason-perl Version: 2.13-1 Severity: important User: debian-perl@lists.debian.org Usertags: perl-5.18-transition Tags: sid jessie This package FTBFS with perl 5.18 from experimental (in a clean sbuild session): # Convert changelog to text for installation pod2text MicroMason/Docs/Changes.pod > Changes MicroMason/Docs/Changes.pod around line 10: You forgot a '=back' before '=head2' MicroMason/Docs/Changes.pod around line 12: '=item' outside of any '=over' MicroMason/Docs/Changes.pod around line 18: You forgot a '=back' before '=head2' MicroMason/Docs/Changes.pod around line 20: '=item' outside of any '=over' MicroMason/Docs/Changes.pod around line 25: You forgot a '=back' before '=head2' MicroMason/Docs/Changes.pod around line 27: '=item' outside of any '=over' MicroMason/Docs/Changes.pod around line 45: You forgot a '=back' before '=head2' MicroMason/Docs/Changes.pod around line 47: '=item' outside of any '=over' MicroMason/Docs/Changes.pod around line 71: You forgot a '=back' before '=head2' MicroMason/Docs/Changes.pod around line 73: '=item' outside of any '=over' MicroMason/Docs/Changes.pod around line 80: You forgot a '=back' before '=head2' MicroMason/Docs/Changes.pod around line 82: '=item' outside of any '=over' POD document had syntax errors at /usr/bin/pod2text line 84. make[1]: *** [override_dh_installchangelogs] Error 255 make[1]: Leaving directory `/build/dom-libtext-micromason-perl_2.13-1-i386-Ml_IRo/libtext-micromason-perl-2.13' make: *** [binary] Error 2 -- Dominic Hargreaves | http://www.larted.org.uk/~dom/ PGP key 5178E2A5 from the.earth.li (keyserver,web,email) Thanks in advance, gregor herrmann, Debian Perl Group
Happens only for Debian probably, since we're running MicroMason/Docs/Changes.pod through pod2text. Here's a patch anyway. Cheers, gregor, Debian Perl Group
Subject: fix-changes-pod.patch
Description: fix POD issues Origin: vendor Bug: http://rt.cpan.org/Public/Bug/Display.html?id=85965 Forwarded: http://rt.cpan.org/Public/Bug/Display.html?id=85965 Bug-Debian: http://bugs.debian.org/711271 Author: gregor herrmann <gregoa@debian.org> Last-Update: 2013-06-16 --- a/MicroMason/Docs/Changes.pod +++ b/MicroMason/Docs/Changes.pod @@ -5,25 +5,33 @@ =head1 VERSION 2 HISTORY -=over 4 - =head2 Version 2.13 +=over 4 + =item 2011-01-13 [rt.cpan.org #64192] Skip the Safe-related tests more often, since newer versions of Safe.pm mark their own failing tests as TODO instead of changing the module's behavior. +=back + =head2 Version 2.12 +=over 4 + =item 2010-09-07 Skip more tests that fail due to a bug in Safe.pm. Add a prereq for Safe.pm so CPAN testers will provide more debug info on failure. +=back + =head2 Version 2.11 +=over 4 + =item 2010-09-07 [rt.cpan.org #61010] Fix spelling errors and pod example bugs. Thanks to @@ -42,8 +50,12 @@ Burchardt and the Debian project for submitting this bug report along with patches. +=back + =head2 Version 2.10 +=over 4 + =item 2010-06-29 [rt.cpan.org #57797] Deprecate safe_methods parameter. Unfortunately, @@ -68,8 +80,12 @@ string to each TOKEN within the template, the warning's line number is shifted to inside the template where the interpolation took place. +=back + =head2 Version 2.09 +=over 4 + =item 2010-03-24 Fix test that was broken by changes in URI::Escape 1.30. Double @@ -77,8 +93,12 @@ encoded anyway. Test modified to use reserved single quotes instead, for URI::Escape testing. +=back + =head2 Version 2.08 +=over 4 + =item 2010-03-08 Fixed PassVariables bug: <%init> failed with -PassVariables plugin.
Subject: Re: [rt.cpan.org #85965] libtext-micromason-perl: FTBFS with perl 5.18: POD
Date: Mon, 17 Jun 2013 09:11:43 -0400
To: bug-Text-MicroMason [...] rt.cpan.org
From: Alan Ferrency <alan [...] ferrency.com>
Hello, Thanks. I have made these changes in my local repository already, but without any real changes to the code, it hardly seems to warrant a new version release. Thanks, Alan Ferrency On Jun 16, 2013, at 12:29 PM, gregor herrmann via RT wrote: Show quoted text
> Queue: Text-MicroMason > Ticket <URL: https://rt.cpan.org/Ticket/Display.html?id=85965 > > > Happens only for Debian probably, since we're running MicroMason/Docs/Changes.pod through pod2text. > Here's a patch anyway. > > Cheers, > gregor, Debian Perl Group > Description: fix POD issues > Origin: vendor > Bug: http://rt.cpan.org/Public/Bug/Display.html?id=85965 > Forwarded: http://rt.cpan.org/Public/Bug/Display.html?id=85965 > Bug-Debian: http://bugs.debian.org/711271 > Author: gregor herrmann <gregoa@debian.org> > Last-Update: 2013-06-16 > > --- a/MicroMason/Docs/Changes.pod > +++ b/MicroMason/Docs/Changes.pod > @@ -5,25 +5,33 @@ > > =head1 VERSION 2 HISTORY > > -=over 4 > - > =head2 Version 2.13 > > +=over 4 > + > =item 2011-01-13 > > [rt.cpan.org #64192] Skip the Safe-related tests more often, since newer > versions of Safe.pm mark their own failing tests as TODO instead of > changing the module's behavior. > > +=back > + > =head2 Version 2.12 > > +=over 4 > + > =item 2010-09-07 > > Skip more tests that fail due to a bug in Safe.pm. Add a prereq for > Safe.pm so CPAN testers will provide more debug info on failure. > > +=back > + > =head2 Version 2.11 > > +=over 4 > + > =item 2010-09-07 > > [rt.cpan.org #61010] Fix spelling errors and pod example bugs. Thanks to > @@ -42,8 +50,12 @@ > Burchardt and the Debian project for submitting this bug report along > with patches. > > +=back > + > =head2 Version 2.10 > > +=over 4 > + > =item 2010-06-29 > > [rt.cpan.org #57797] Deprecate safe_methods parameter. Unfortunately, > @@ -68,8 +80,12 @@ > string to each TOKEN within the template, the warning's line number is > shifted to inside the template where the interpolation took place. > > +=back > + > =head2 Version 2.09 > > +=over 4 > + > =item 2010-03-24 > > Fix test that was broken by changes in URI::Escape 1.30. Double > @@ -77,8 +93,12 @@ > encoded anyway. Test modified to use reserved single quotes instead, > for URI::Escape testing. > > +=back > + > =head2 Version 2.08 > > +=over 4 > + > =item 2010-03-08 > > Fixed PassVariables bug: <%init> failed with -PassVariables plugin.
Subject: Re: [rt.cpan.org #85965] libtext-micromason-perl: FTBFS with perl 5.18: POD
Date: Mon, 17 Jun 2013 15:22:43 +0200
To: "alan [...] ferrency.com via RT" <bug-Text-MicroMason [...] rt.cpan.org>
From: gregor herrmann <gregoa [...] debian.org>
On Mon, 17 Jun 2013 09:11:22 -0400, alan@ferrency.com via RT wrote: Show quoted text
> <URL: https://rt.cpan.org/Ticket/Display.html?id=85965 > > > Thanks. I have made these changes in my local repository already, > but without any real changes to the code, it hardly seems to > warrant a new version release.
Sure, no hurry. As long as the changes will be in the next release, that's perfectly fine for us. Thanks, gregor -- .''`. Homepage: http://info.comodo.priv.at/ - OpenPGP key 0xBB3A68018649AA06 : :' : Debian GNU/Linux user, admin, and developer - http://www.debian.org/ `. `' Member of VIBE!AT & SPI, fellow of the Free Software Foundation Europe `- BOFH excuse #278: The Dilithium Crystals need to be rotated.
Fixed in 2.16