Subject: | problem with Test::Kwalitee |
Date: | Wed, 7 Feb 2007 09:28:36 +0000 (WET) |
To: | chromatic [...] wgz.org |
From: | Casiano Rodriguez Leon <casiano [...] ull.es> |
Dear Chromatic,
First, let me thank you for your book "Perl Testing".
Is great. And thanks for your modules too.
I have unsuccessfully attempted to upload to CPAN
a distribution of a new module I am working with.
The attached file contains the distribution.
I have successfully installed this version of
the module on several local
machines.
What I have found is that Test::Kwalitee hangs when
running on this distribution:
nereida:~/src/perl/YappWithDefaultAction> cat -n t/98kwalitee.t
1 eval { require Test::Kwalitee };
2 exit if $@;
3 Test::Kwalitee->import();
nereida:~/src/perl/YappWithDefaultAction> perl t/98kwalitee.t
1..13
ok 1 - extractable
ok 2 - has_readme
ok 3 - has_manifest
ok 4 - has_meta_yml
ok 5 - has_buildtool
ok 6 - has_changelog
ok 7 - no_symlinks
ok 8 - has_tests
ok 9 - proper_libs
ok 10 - no_pod_errors
The other tests 11, 12 and 13 never have the chance to finish.
I ignore the reason. The last distribution works fine:
nereida:/tmp/Parse-Eyapp-1.06555> perl t/98kwalitee.t
1..13
ok 1 - extractable
ok 2 - has_readme
ok 3 - has_manifest
ok 4 - has_meta_yml
ok 5 - has_buildtool
ok 6 - has_changelog
ok 7 - no_symlinks
ok 8 - has_tests
# Looks like you planned 13 tests but only ran 8.
# Looks like your test died just after 8.
Hope you can help
Best wishes
Casiano
Address:
Casiano Rodriguez Leon
Dpto. de Estadistica IO y Computacion
Edificio Fisica/Matematicas
Universidad de La Laguna
Calle Astrofisico Fco. Sanchez s/n
38271 La Laguna. Tenerife.
Spain
phone: 34 922 318187
318169
fax: 34 922 318170
email: casiano@ull.es
web http://nereida.deioc.ull.es/
Message body not shown because it is not plain text.