Skip Menu |

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

Report information
The Basics
Id: 21192
Status: resolved
Priority: 0/
Queue: Test-NoTabs

People
Owner: SOCK [...] cpan.org
Requestors: emazep [...] gmail.com
Cc:
AdminCc:

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



Subject: Test::Group dependency not specified.
The Test::Group dependency is not specified anywhere, so cpan does not follow it, with the consequence that if you don't have it installed, some of your tests fail, preventing the installation of Test::NoTabs (unless forced). Test results inlined below. Very nice module anyway: thanks! Emanuele Zeppieri. ================== Running make test /opt/local/bin/perl Build --makefile_env_macros 1 test t/00-load............# Testing Test::NoTabs 0.2, Perl 5.008008, /opt/local/bin/perl t/00-load............ok t/04-pod.............ok t/05-pod-coverage....ok t/11-all.............ok t/12-fail............Can't locate Test/Group.pm in @INC (@INC contains: /private/var/.cpan/build/Test-NoTabs-0.2/blib/lib /private/var/.cpan/build/Test-NoTabs-0.2/blib/arch /opt/local/lib/perl5/5.8.8/darwin-2level /opt/local/lib/perl5/5.8.8 /opt/local/lib/perl5/site_perl/5.8.8/darwin-2level /opt/local/lib/perl5/site_perl/5.8.8 /opt/local/lib/perl5/site_perl /opt/local/lib/perl5/vendor_perl/5.8.8/darwin-2level /opt/local/lib/perl5/vendor_perl/5.8.8 /opt/local/lib/perl5/vendor_perl .) at t/12-fail.t line 5. BEGIN failed--compilation aborted at t/12-fail.t line 5. # Looks like your test died before it could output anything. t/12-fail............dubious Test returned status 255 (wstat 65280, 0xff00) Failed Test Stat Wstat Total Fail Failed List of Failed ------------------------------------------------------------------------------- t/12-fail.t 255 65280 ?? ?? % ?? Failed 1/5 test scripts, 80.00% okay. 0/16 subtests failed, 100.00% okay. make: *** [test] Error 255 /usr/bin/make test -- NOT OK Running make install make test had returned bad status, won't install without force Failed during this command: SOCK/Test-NoTabs-0.2.tar.gz : make_test NO
Also noting that this was reported by Rick Myers. A patch was given as well. diff -ur Test-NoTabs-0.2o/Build.PL Test-NoTabs-0.2/Build.PL --- Test-NoTabs-0.2o/Build.PL 2006-08-25 11:42:43.000000000 -0400 +++ Test-NoTabs-0.2/Build.PL 2006-08-26 07:31:41.000000000 -0400 @@ -13,6 +13,7 @@ 'File::Spec' => 0, 'FindBin' => 0, 'File::Find' => 0, + 'Test::Group' => 0, }, add_to_cleanup => [ 'Test-NoTabs-*' ], );
RT-Send-CC: rikko429 [...] yahoo.com
Resolved in release 0.3 of Test::NoTabs. Release was sent to pause and is currently being indexed. Thanks everyone. # Nick Gerakines