Skip Menu |

This queue is for tickets about the JQuery CPAN distribution.

Report information
The Basics
Id: 25978
Status: resolved
Priority: 0/
Queue: JQuery

People
Owner: peter [...] pg-consultants.com
Requestors: ryan [...] radianit.com
Cc:
AdminCc:

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



Subject: JQuery Install Bug
Date: Sat, 31 Mar 2007 00:28:52 +0100
To: bug-JQuery [...] rt.cpan.org
From: Ryan Lauterbach <ryan [...] radianit.com>
Hi, This module looks like fun, but it won't install at the moment. JQuery::TableSorter does not get created after running Build.PL root@mx2:~# cpan JQuery <snip> Running Build test t/00-load.........ok 1/10 # Failed test 'use JQuery::TableSorter;' # at t/00-load.t line 12. # Tried to use 'JQuery::TableSorter'. # Error: Can't locate JQuery/TableSorter.pm in @INC (@INC contains: /root/.cpan/build/JQuery-1.01/blib/lib /root/.cpan/build/JQuery-1.01/blib/arch /root/.cpan/build/JQuery-1.01/_build/lib /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 . /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) at (eval 11) line 2. # BEGIN failed--compilation aborted at t/00-load.t line 12. # Testing JQuery 1.00, Perl 5.008008, /usr/bin/perl # Looks like you failed 1 test of 10. t/00-load.........dubious Test returned status 1 (wstat 256, 0x100) DIED. FAILED test 7 Failed 1/10 tests, 90.00% okay t/boilerplate.....ok t/pod-coverage....skipped all skipped: Test::Pod::Coverage 1.04 required for testing POD coverage t/pod.............skipped all skipped: Test::Pod 1.14 required for testing POD Failed Test Stat Wstat Total Fail List of Failed ------------------------------------------------------------------------------- t/00-load.t 1 256 10 1 7 2 tests skipped. Failed 1/4 test scripts. 1/14 subtests failed. Files=4, Tests=14, 0 wallclock secs ( 0.12 cusr + 0.04 csys = 0.16 CPU) Failed 1/4 test programs. 1/14 subtests failed. ./Build test -- NOT OK Running Build install make test had returned bad status, won't install without force root@mx2:~# uname -a Linux mx2.radianhost.com 2.6.17-10-server #2 SMP Fri Oct 13 18:47:26 UTC 2006 i686 GNU/Linux root@mx2:~# perl -v This is perl, v5.8.8 built for i486-linux-gnu-thread-multi Thanks -- Kind Regards, Ryan Lauterbach Director, Radian IT Ltd http://www.radianit.com T: 01482 665 746 M: 07815 879 079
There was a check for TableSorter, which didn't exist. Rather than remove the check, I added TableSorter. Please try again, and let me know how it goes. Peter