Skip Menu |

This queue is for tickets about the App-iTan CPAN distribution.

Report information
The Basics
Id: 113160
Status: open
Priority: 0/
Queue: App-iTan

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

Bug Information
Severity: (no value)
Broken in:
  • 1.05
  • 1.06
  • 1.07
Fixed in: (no value)



Subject: Undeclared dependency IO::Interactive
See http://www.cpantesters.org/cpan/report/ade015c4-eb79-11e5-a3b5-c7691d08b3be for a sample fail report. It seems that there are more (Moose-related?) problems in this report, too.
Thank you for your bug report. This issue was fixed in 1.06. IO::Interactive is not used by this module, but by one of its dependencies. I updated the required version for this particular dependency
On 2016-04-02 03:59:30, MAROS wrote: Show quoted text
> Thank you for your bug report. This issue was fixed in 1.06. > > IO::Interactive is not used by this module, but by one of its > dependencies. I updated the required version for this particular > dependency
I still see the problem in 1.06: # Failed test 'use App::iTan;' # at t/00_load.t line 7. # Tried to use 'App::iTan'. # Error: Can't locate IO/Interactive.pm in @INC (you may need to install the IO::Interactive module) (@INC contains: ...) at /home/cpansand/.cpan/build/2016040218/MooseX-App-1.35-UA9XuW/blib/lib/MooseX/App/Message/BlockColor.pm line 14. # BEGIN failed--compilation aborted at /home/cpansand/.cpan/build/2016040218/MooseX-App-1.35-UA9XuW/blib/lib/MooseX/App/Message/BlockColor.pm line 14. # Compilation failed in require at /home/cpansand/.cpan/build/2016040218/MooseX-App-1.35-UA9XuW/blib/lib/MooseX/App/Plugin/Color/Meta/Class.pm line 11. # BEGIN failed--compilation aborted at /home/cpansand/.cpan/build/2016040218/MooseX-App-1.35-UA9XuW/blib/lib/MooseX/App/Plugin/Color/Meta/Class.pm line 11. # Compilation failed in require at /opt/perl-5.22.1t/lib/site_perl/5.22.1/Module/Runtime.pm line 317. # BEGIN failed--compilation aborted at /tmpfs/.cpan-build-cpansand/2016040218/App-iTan-1.06-jbMeOE/blib/lib/App/iTan.pm line 8. # Compilation failed in require at t/00_load.t line 7. # BEGIN failed--compilation aborted at t/00_load.t line 7.