Skip Menu |

This queue is for tickets about the CPANPLUS-Shell-Tk CPAN distribution.

Report information
The Basics
Id: 18978
Status: new
Priority: 0/
Queue: CPANPLUS-Shell-Tk

People
Owner: Nobody in particular
Requestors: ivorw-cpan [...] xemaps.com
Cc:
AdminCc:

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



Subject: Module fails because of a dependency on CPANPLUS::I18N
Chatting with Jos on IRC, it seems that CPANPLUS::I18N has been replaced by Locale::Maketext::Simple, and this module should be changed accordingly. Checking if your kit is complete... Looks good Writing Makefile for CPANPLUS::Shell::Tk cp lib/CPANPLUS/Shell/Tk.pm blib/lib/CPANPLUS/Shell/Tk.pm cp lib/CPANPLUS/Shell/cpanplus.ppm blib/lib/CPANPLUS/Shell/cpanplus.ppm Manifying blib/man3/CPANPLUS::Shell::Tk.3pm /usr/bin/make -- OK Running make test PERL_DL_NONLAZY=1 /usr/bin/perl "-MExtUtils::Command::MM" "-e" "test_harness(0, 'blib/lib', 'blib/arch')" t/*.t t/1....NOK 1 # Failed test 'use CPANPLUS::Shell::Tk;' # in t/1.t at line 9. # Tried to use 'CPANPLUS::Shell::Tk'. # Error: Can't locate CPANPLUS/I18N.pm in @INC (@INC contains: CODE(0x82313a0) /root/.cpan/build/CPANPLUS-Shell-Tk-0.02/blib/lib /root/.cpan/build/CPANPLUS-Shell-Tk-0.02/blib/arch /etc/perl /usr/local/lib/perl/5.8.8 /usr/local/share/perl/5.8.8 /usr/lib/perl5 /usr/share/perl5 /usr/lib/perl/5.8 /usr/share/perl/5.8 /usr/local/lib/site_perl /usr/local/lib/perl/5.8.7 /usr/local/share/perl/5.8.7 . /usr/local/share/perl/5.8.7/ /usr/local/share/perl/5.8.7/CPANPLUS/inc /usr/local/share/perl/5.8.7/CPANPLUS/inc/installers) at /root/.cpan/build/CPANPLUS-Shell-Tk-0.02/blib/lib/CPANPLUS/Shell/Tk.pm line 193, <> line 52. # BEGIN failed--compilation aborted at t/1.t line 9. # Compilation failed in require at (eval 3) line 2, <> line 52. # BEGIN failed--compilation aborted at (eval 3) line 2, <> line 52. # Looks like you failed 1 test of 1. t/1....dubious Test returned status 1 (wstat 256, 0x100) DIED. FAILED test 1 Failed 1/1 tests, 0.00% okay Failed Test Stat Wstat Total Fail Failed List of Failed ---------------------------------------------------------------------------------------- t/1.t 1 256 1 1 100.00% 1 Failed 1/1 test scripts, 0.00% okay. 1/1 subtests failed, 0.00% okay. make: *** [test_dynamic] Error 1 /usr/bin/make test -- NOT OK