Skip Menu |

This queue is for tickets about the Pod-Parser CPAN distribution.

Report information
The Basics
Id: 87690
Status: resolved
Worked: 30 min
Priority: 0/
Queue: Pod-Parser

People
Owner: Marek.Rouchal [...] gmx.net
Requestors: miyagawa [...] gmail.com
Cc:
AdminCc:

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



Subject: Pod::Parser not indexed correctly
Date: Wed, 7 Aug 2013 16:18:17 -0700
To: bug-POD-Parser [...] rt.cpan.org, "Andreas J. Koenig" <andreas.koenig.7os6VVqR [...] franz.ak.mind.de>
From: Tatsuhiko Miyagawa <miyagawa [...] gmail.com>
Not sure why, but some packages in Pod-Parser distribution are not indexed properly with 1.61 tarball. Pod::Cache 1.60 M/MA/MAREKR/Pod-Parser-1.60.tar.gz Pod::Cache::Item 1.60 M/MA/MAREKR/Pod-Parser-1.60.tar.gz Pod::Find 1.61 M/MA/MAREKR/Pod-Parser-1.61.tar.gz Pod::Hyperlink 1.60 M/MA/MAREKR/Pod-Parser-1.60.tar.gz Pod::InputObjects 1.61 M/MA/MAREKR/Pod-Parser-1.61.tar.gz Pod::InputSource 1.61 M/MA/MAREKR/Pod-Parser-1.61.tar.gz Pod::InteriorSequence 1.61 M/MA/MAREKR/Pod-Parser-1.61.tar.gz Pod::List 1.60 M/MA/MAREKR/Pod-Parser-1.60.tar.gz Pod::Paragraph 1.61 M/MA/MAREKR/Pod-Parser-1.61.tar.gz Pod::Parser 1.60 M/MA/MAREKR/Pod-Parser-1.60.tar.gz Pod::ParseTree 1.60 M/MA/MAREKR/Pod-Parser-1.60.tar.gz Pod::ParseUtils 1.60 M/MA/MAREKR/Pod-Parser-1.60.tar.gz Pod::PlainText 2.06 M/MA/MAREKR/Pod-Parser-1.60.tar.gz Pod::Select 1.60 M/MA/MAREKR/Pod-Parser-1.60.tar.gz -- Tatsuhiko Miyagawa
The issue has gotten a bit messy, sorry for that. First I sent an answer but for some reason the subject line was not as RT requires it, so a new ticket https://rt.cpan.org/Ticket/Display.html?id=87696 was opened. Then RJBS answered and his answer opened yet another ticket, https://rt.cpan.org/Ticket/Display.html?id=87725. Finally I fixed the bug in the PAUSE indexer that let Pod::Parser hang around in this half-indexed state. It is now indexed for all included packages except for Pod::Paragraph and Pod::List because they both have a case-insensitive conflict in MAREKR/Pod-Compiler-0.20.tar.gz. Marek, I'd welcome if you could resolve the conflict, or if you want me to do it, then please ask me explicitly, since I do not want to interfere. I'm going to close the two referenced tickets now as "merged into...".
Subject: Re: [rt.cpan.org #87690] Pod::Parser not indexed correctly
Date: Wed, 21 Aug 2013 08:31:18 +0100
To: bug-Pod-Parser [...] rt.cpan.org
From: Neil Bowers <neil [...] bowers.com>
Show quoted text
> Finally I fixed the bug in the PAUSE indexer that let Pod::Parser hang around in this half-indexed state. It is now indexed for all included packages except for Pod::Paragraph and Pod::List because they both have a case-insensitive conflict in MAREKR/Pod-Compiler-0.20.tar.gz. > > Marek, I'd welcome if you could resolve the conflict, or if you want me to do it, then please ask me explicitly, since I do not want to interfere.
I've asked for co-maint on Pod-Compiler so I can fix this, but haven't had a reply. If you're reading this Marek, can you give me co-maint please? If I don't hear anything for a month, I'll ask the PAUSE admins for co-maint so I can do a release that renames the offending package. Neil
I will fix this by changing the names of the modules in Pod::Compiler. I think this is much less trouble than changing things in Pod::Parser.