Skip Menu |

This queue is for tickets about the Test-Perinci-CmdLine CPAN distribution.

Report information
The Basics
Id: 105584
Status: resolved
Priority: 0/
Queue: Test-Perinci-CmdLine

People
Owner: Nobody in particular
Requestors: SREZIC [...] cpan.org
Cc:
AdminCc:

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



Subject: Depends on non-existent module Perinci::Examples::Tiny
In the CPAN shell: ... Show quoted text
---- Unsatisfied dependencies detected during ---- ---- PERLANCAR/Test-Perinci-CmdLine-1.18.tar.gz ---- Perinci::Examples::Tiny [requires] Running make test Delayed until after prerequisites Running test for module 'Perinci::Examples::Tiny' The module Perinci::Examples::Tiny isn't available on CPAN. .. MetaCPAN also does not know anything about it: https://metacpan.org/pod/Perinci::Examples::Tiny -> 404 page
On 2015-07-01 01:21:01, SREZIC wrote: Show quoted text
> In the CPAN shell: > > ... > ---- Unsatisfied dependencies detected during ---- > ---- PERLANCAR/Test-Perinci-CmdLine-1.18.tar.gz ---- > Perinci::Examples::Tiny [requires] > Running make test > Delayed until after prerequisites > Running test for module 'Perinci::Examples::Tiny' > > The module Perinci::Examples::Tiny isn't available on CPAN. > .. > > MetaCPAN also does not know anything about it: > https://metacpan.org/pod/Perinci::Examples::Tiny -> 404 page
Grepping and counting through my logfiles, I see more unavailable (non-indexed?) modules: 10 The module Perinci::Examples::Tiny isn't available on CPAN. 9 The module PERLANCAR::AppUtil::PerlStripper isn't available on CPAN. 6 The module Perinci::Examples isn't available on CPAN. 3 The module Perinci::Examples::CLI isn't available on CPAN.
On Wed Jul 01 01:34:23 2015, SREZIC wrote: Show quoted text
> On 2015-07-01 01:21:01, SREZIC wrote:
> > In the CPAN shell: > > > > ... > > ---- Unsatisfied dependencies detected during ---- > > ---- PERLANCAR/Test-Perinci-CmdLine-1.18.tar.gz ---- > > Perinci::Examples::Tiny [requires] > > Running make test > > Delayed until after prerequisites > > Running test for module 'Perinci::Examples::Tiny' > > > > The module Perinci::Examples::Tiny isn't available on CPAN. > > .. > > > > MetaCPAN also does not know anything about it: > > https://metacpan.org/pod/Perinci::Examples::Tiny -> 404 page
> > Grepping and counting through my logfiles, I see more unavailable > (non-indexed?) modules: > > 10 The module Perinci::Examples::Tiny isn't available on CPAN. > 9 The module PERLANCAR::AppUtil::PerlStripper isn't available on > CPAN. > 6 The module Perinci::Examples isn't available on CPAN. > 3 The module Perinci::Examples::CLI isn't available on CPAN.
Those modules are indexed fine by PAUSE: $ lcpan mods --or --exact-match --detail Perinci::Examples::Tiny PERLANCAR::AppUtil::PerlStripper Perinci::Examples Perinci::Examples::CLI +----------------------------------+-----------+---------+--------------------------------+ | name | author | version | dist | +----------------------------------+-----------+---------+--------------------------------+ | PERLANCAR::AppUtil::PerlStripper | PERLANCAR | 0.02 | PERLANCAR-AppUtil-PerlStripper | | Perinci::Examples | PERLANCAR | 0.53 | Perinci-Examples | | Perinci::Examples::CLI | PERLANCAR | 0.53 | Perinci-Examples | | Perinci::Examples::Tiny | PERLANCAR | 0.53 | Perinci-Examples | +----------------------------------+-----------+---------+--------------------------------+ I'm not sure why MetaCPAN doesn't index them.
On 2015-07-01 01:42:30, PERLANCAR wrote: Show quoted text
> On Wed Jul 01 01:34:23 2015, SREZIC wrote:
> > On 2015-07-01 01:21:01, SREZIC wrote:
> > > In the CPAN shell: > > > > > > ... > > > ---- Unsatisfied dependencies detected during ---- > > > ---- PERLANCAR/Test-Perinci-CmdLine-1.18.tar.gz ---- > > > Perinci::Examples::Tiny [requires] > > > Running make test > > > Delayed until after prerequisites > > > Running test for module 'Perinci::Examples::Tiny' > > > > > > The module Perinci::Examples::Tiny isn't available on CPAN. > > > .. > > > > > > MetaCPAN also does not know anything about it: > > > https://metacpan.org/pod/Perinci::Examples::Tiny -> 404 page
> > > > Grepping and counting through my logfiles, I see more unavailable > > (non-indexed?) modules: > > > > 10 The module Perinci::Examples::Tiny isn't available on CPAN. > > 9 The module PERLANCAR::AppUtil::PerlStripper isn't available on > > CPAN. > > 6 The module Perinci::Examples isn't available on CPAN. > > 3 The module Perinci::Examples::CLI isn't available on CPAN.
> > Those modules are indexed fine by PAUSE: > > $ lcpan mods --or --exact-match --detail Perinci::Examples::Tiny > PERLANCAR::AppUtil::PerlStripper Perinci::Examples > Perinci::Examples::CLI > +----------------------------------+-----------+--------- > +--------------------------------+ > | name | author | version | dist > | > +----------------------------------+-----------+--------- > +--------------------------------+ > | PERLANCAR::AppUtil::PerlStripper | PERLANCAR | 0.02 | PERLANCAR- > AppUtil-PerlStripper | > | Perinci::Examples | PERLANCAR | 0.53 | Perinci- > Examples | > | Perinci::Examples::CLI | PERLANCAR | 0.53 | Perinci- > Examples | > | Perinci::Examples::Tiny | PERLANCAR | 0.53 | Perinci- > Examples | > +----------------------------------+-----------+--------- > +--------------------------------+ > > I'm not sure why MetaCPAN doesn't index them.
CPAN.pm does not know about them: $ cpan Show quoted text
cpan> reload index cpan> m Perinci::Examples
No objects of type Module found for argument Perinci::Examples Show quoted text
cpan> m PERLANCAR::AppUtil::PerlStripper
No objects of type Module found for argument PERLANCAR::AppUtil::PerlStripper (Tried with various mirrors: cpan.cpantesters.org, cpan.metacpan.org, an Austrian mirror)
Subject: Re: [rt.cpan.org #105584] Depends on non-existent module Perinci::Examples::Tiny
Date: Wed, 1 Jul 2015 16:28:05 +0700
To: bug-Test-Perinci-CmdLine [...] rt.cpan.org
From: Perl Ancar <perlancar [...] gmail.com>
Hm, they *are* indeed missing in 02packages.details.txt.gz, so lcpan still has bugs to fix. I'm issuing a PAUSE reindex first. On Wed, Jul 1, 2015 at 12:52 PM, Slaven_Rezic via RT < bug-Test-Perinci-CmdLine@rt.cpan.org> wrote: Show quoted text
> Queue: Test-Perinci-CmdLine > Ticket <URL: https://rt.cpan.org/Ticket/Display.html?id=105584 > > > On 2015-07-01 01:42:30, PERLANCAR wrote:
> > On Wed Jul 01 01:34:23 2015, SREZIC wrote:
> > > On 2015-07-01 01:21:01, SREZIC wrote:
> > > > In the CPAN shell: > > > > > > > > ... > > > > ---- Unsatisfied dependencies detected during ---- > > > > ---- PERLANCAR/Test-Perinci-CmdLine-1.18.tar.gz ---- > > > > Perinci::Examples::Tiny [requires] > > > > Running make test > > > > Delayed until after prerequisites > > > > Running test for module 'Perinci::Examples::Tiny' > > > > > > > > The module Perinci::Examples::Tiny isn't available on CPAN. > > > > .. > > > > > > > > MetaCPAN also does not know anything about it: > > > > https://metacpan.org/pod/Perinci::Examples::Tiny -> 404 page
> > > > > > Grepping and counting through my logfiles, I see more unavailable > > > (non-indexed?) modules: > > > > > > 10 The module Perinci::Examples::Tiny isn't available on CPAN. > > > 9 The module PERLANCAR::AppUtil::PerlStripper isn't available on > > > CPAN. > > > 6 The module Perinci::Examples isn't available on CPAN. > > > 3 The module Perinci::Examples::CLI isn't available on CPAN.
> > > > Those modules are indexed fine by PAUSE: > > > > $ lcpan mods --or --exact-match --detail Perinci::Examples::Tiny > > PERLANCAR::AppUtil::PerlStripper Perinci::Examples > > Perinci::Examples::CLI > > +----------------------------------+-----------+--------- > > +--------------------------------+ > > | name | author | version | dist > > | > > +----------------------------------+-----------+--------- > > +--------------------------------+ > > | PERLANCAR::AppUtil::PerlStripper | PERLANCAR | 0.02 | PERLANCAR- > > AppUtil-PerlStripper | > > | Perinci::Examples | PERLANCAR | 0.53 | Perinci- > > Examples | > > | Perinci::Examples::CLI | PERLANCAR | 0.53 | Perinci- > > Examples | > > | Perinci::Examples::Tiny | PERLANCAR | 0.53 | Perinci- > > Examples | > > +----------------------------------+-----------+--------- > > +--------------------------------+ > > > > I'm not sure why MetaCPAN doesn't index them.
> > CPAN.pm does not know about them: > > $ cpan
> cpan> reload index > cpan> m Perinci::Examples
> No objects of type Module found for argument Perinci::Examples
> cpan> m PERLANCAR::AppUtil::PerlStripper
> No objects of type Module found for argument > PERLANCAR::AppUtil::PerlStripper > > (Tried with various mirrors: cpan.cpantesters.org, cpan.metacpan.org, an > Austrian mirror) >
On 2015-07-01 05:28:21, perlancar@gmail.com wrote: Show quoted text
> Hm, they *are* indeed missing in 02packages.details.txt.gz, so lcpan still > has bugs to fix. > > I'm issuing a PAUSE reindex first.
This worked. Closing ticket. Show quoted text
> > On Wed, Jul 1, 2015 at 12:52 PM, Slaven_Rezic via RT < > bug-Test-Perinci-CmdLine@rt.cpan.org> wrote: >
> > Queue: Test-Perinci-CmdLine > > Ticket <URL: https://rt.cpan.org/Ticket/Display.html?id=105584 > > > > > On 2015-07-01 01:42:30, PERLANCAR wrote:
> > > On Wed Jul 01 01:34:23 2015, SREZIC wrote:
> > > > On 2015-07-01 01:21:01, SREZIC wrote:
> > > > > In the CPAN shell: > > > > > > > > > > ... > > > > > ---- Unsatisfied dependencies detected during ---- > > > > > ---- PERLANCAR/Test-Perinci-CmdLine-1.18.tar.gz ---- > > > > > Perinci::Examples::Tiny [requires] > > > > > Running make test > > > > > Delayed until after prerequisites > > > > > Running test for module 'Perinci::Examples::Tiny' > > > > > > > > > > The module Perinci::Examples::Tiny isn't available on CPAN. > > > > > .. > > > > > > > > > > MetaCPAN also does not know anything about it: > > > > > https://metacpan.org/pod/Perinci::Examples::Tiny -> 404 page
> > > > > > > > Grepping and counting through my logfiles, I see more unavailable > > > > (non-indexed?) modules: > > > > > > > > 10 The module Perinci::Examples::Tiny isn't available on CPAN. > > > > 9 The module PERLANCAR::AppUtil::PerlStripper isn't available on > > > > CPAN. > > > > 6 The module Perinci::Examples isn't available on CPAN. > > > > 3 The module Perinci::Examples::CLI isn't available on CPAN.
> > > > > > Those modules are indexed fine by PAUSE: > > > > > > $ lcpan mods --or --exact-match --detail Perinci::Examples::Tiny > > > PERLANCAR::AppUtil::PerlStripper Perinci::Examples > > > Perinci::Examples::CLI > > > +----------------------------------+-----------+--------- > > > +--------------------------------+ > > > | name | author | version | dist > > > | > > > +----------------------------------+-----------+--------- > > > +--------------------------------+ > > > | PERLANCAR::AppUtil::PerlStripper | PERLANCAR | 0.02 | PERLANCAR- > > > AppUtil-PerlStripper | > > > | Perinci::Examples | PERLANCAR | 0.53 | Perinci- > > > Examples | > > > | Perinci::Examples::CLI | PERLANCAR | 0.53 | Perinci- > > > Examples | > > > | Perinci::Examples::Tiny | PERLANCAR | 0.53 | Perinci- > > > Examples | > > > +----------------------------------+-----------+--------- > > > +--------------------------------+ > > > > > > I'm not sure why MetaCPAN doesn't index them.
> > > > CPAN.pm does not know about them: > > > > $ cpan
> > cpan> reload index > > cpan> m Perinci::Examples
> > No objects of type Module found for argument Perinci::Examples
> > cpan> m PERLANCAR::AppUtil::PerlStripper
> > No objects of type Module found for argument > > PERLANCAR::AppUtil::PerlStripper > > > > (Tried with various mirrors: cpan.cpantesters.org, cpan.metacpan.org, an > > Austrian mirror) > >