Skip Menu |

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

Report information
The Basics
Id: 104864
Status: resolved
Priority: 0/
Queue: Test-Run-CmdLine

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

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



Subject: not indexed correctly
CPAN.pm cannot find Test::Run::CmdLine::Trap::ProveApp, Test::Run::Plugin::AlternateInterpreters depends on it. -- Alexandr Ciornii, http://chorny.net
Hi Alexandr, On Tue Jun 02 08:13:40 2015, CHORNY wrote: Show quoted text
> CPAN.pm cannot find Test::Run::CmdLine::Trap::ProveApp, > Test::Run::Plugin::AlternateInterpreters depends on it.
I used CPAN.pm to install "Test::Run::Plugin::AlternateInterpreters" fine (with ".*::ProveApp" and all) on both perl-5.20.2 and perl-5.22.0 . All tests hav passed. I've used the perlbrew installed perls on Mageia Linux 5 x86-64 with the http://biocourse.weizmann.ac.il/CPAN mirror. Can you provide more information about the system where this is failing (OS , distro, perl, CPU arch, versions, etc.)?
On Tue Jun 02 09:00:14 2015, SHLOMIF wrote: Show quoted text
> Hi Alexandr, > > On Tue Jun 02 08:13:40 2015, CHORNY wrote:
> > CPAN.pm cannot find Test::Run::CmdLine::Trap::ProveApp, > > Test::Run::Plugin::AlternateInterpreters depends on it.
> > I used CPAN.pm to install "Test::Run::Plugin::AlternateInterpreters" > fine (with ".*::ProveApp" and all) on both perl-5.20.2 and perl-5.22.0 > . All tests hav passed. I've used the perlbrew installed perls on > Mageia Linux 5 x86-64 with the http://biocourse.weizmann.ac.il/CPAN > mirror. > > Can you provide more information about the system where this is > failing (OS , distro, perl, CPU arch, versions, etc.)?
Strawberry perl several versions. Debian: cpan[2]> test Test::Run::CmdLine::Trap::ProveApp Warning: Cannot test Test::Run::CmdLine::Trap::ProveApp, don't know what it is. Try the command i /Test::Run::CmdLine::Trap::ProveApp/ to find objects with matching identifiers. There is no Test::Run::CmdLine::Trap::ProveApp in 02packages.details.txt -- Alexandr Ciornii, http://chorny.net
On Tue Jun 02 09:12:44 2015, CHORNY wrote: Show quoted text
> On Tue Jun 02 09:00:14 2015, SHLOMIF wrote:
> > Hi Alexandr, > > > > On Tue Jun 02 08:13:40 2015, CHORNY wrote:
> > > CPAN.pm cannot find Test::Run::CmdLine::Trap::ProveApp, > > > Test::Run::Plugin::AlternateInterpreters depends on it.
> > > > I used CPAN.pm to install "Test::Run::Plugin::AlternateInterpreters" > > fine (with ".*::ProveApp" and all) on both perl-5.20.2 and perl- > > 5.22.0 > > . All tests hav passed. I've used the perlbrew installed perls on > > Mageia Linux 5 x86-64 with the http://biocourse.weizmann.ac.il/CPAN > > mirror. > > > > Can you provide more information about the system where this is > > failing (OS , distro, perl, CPU arch, versions, etc.)?
> > Strawberry perl several versions. > Debian: > cpan[2]> test Test::Run::CmdLine::Trap::ProveApp > Warning: Cannot test Test::Run::CmdLine::Trap::ProveApp, don't know > what it is. > Try the command > > i /Test::Run::CmdLine::Trap::ProveApp/ > > to find objects with matching identifiers. > > > There is no Test::Run::CmdLine::Trap::ProveApp in > 02packages.details.txt
Thanks for the report and the investigation. After digging my old PAUSE submission and indexing reports, I found out that the problem was that the $VERSION variable was missing. This should be fixed in Test-Run-CmdLine-0.0127.tar.gz - please test again after it arrives in your mirror, just note that currently the tests for Test::Run::CmdLine may be failing on MS-Windows.
On Tue Jun 02 13:24:40 2015, SHLOMIF wrote: Show quoted text
> On Tue Jun 02 09:12:44 2015, CHORNY wrote:
> > On Tue Jun 02 09:00:14 2015, SHLOMIF wrote:
> > > Hi Alexandr, > > > > > > On Tue Jun 02 08:13:40 2015, CHORNY wrote:
> > > > CPAN.pm cannot find Test::Run::CmdLine::Trap::ProveApp, > > > > Test::Run::Plugin::AlternateInterpreters depends on it.
> > > > > > I used CPAN.pm to install > > > "Test::Run::Plugin::AlternateInterpreters" > > > fine (with ".*::ProveApp" and all) on both perl-5.20.2 and perl- > > > 5.22.0 > > > . All tests hav passed. I've used the perlbrew installed perls on > > > Mageia Linux 5 x86-64 with the http://biocourse.weizmann.ac.il/CPAN > > > mirror. > > > > > > Can you provide more information about the system where this is > > > failing (OS , distro, perl, CPU arch, versions, etc.)?
> > > > Strawberry perl several versions. > > Debian: > > cpan[2]> test Test::Run::CmdLine::Trap::ProveApp > > Warning: Cannot test Test::Run::CmdLine::Trap::ProveApp, don't know > > what it is. > > Try the command > > > > i /Test::Run::CmdLine::Trap::ProveApp/ > > > > to find objects with matching identifiers. > > > > > > There is no Test::Run::CmdLine::Trap::ProveApp in > > 02packages.details.txt
> > Thanks for the report and the investigation. After digging my old > PAUSE submission and indexing reports, I found out that the problem > was that the $VERSION variable was missing. > > This should be fixed in Test-Run-CmdLine-0.0127.tar.gz - please test > again after it arrives in your mirror, just note that currently the > tests for Test::Run::CmdLine may be failing on MS-Windows. > > >
Marking as resolved then.