Subject: | bad t/kwalitee.t at 0.3 release |
Date: | Tue, 12 Dec 2006 15:50:43 -0200 |
To: | bug-acme-metasyntactic-refactorcode [...] rt.cpan.org, "Jérôme Fenal" <jfenal [...] free.fr> |
From: | "Adriano Ferreira" <a.r.ferreira [...] gmail.com> |
It's me again, Jérôme.
The 0.3 release apparently works well, but you got so far only test failures.
http://cpantesters.perl.org/show/Acme-MetaSyntactic-RefactorCode.html#Acme-MetaSyntactic-RefactorCode-0.03
That's because of the test script t/kwalitee.t. It works when you have
Test::Kwalitee, but otherwise does not output anything, not even a
skip plan. And that's understood as a failure.
The attached patch follows the traditional example given in the
documentation of Test::Kwalitee and should work this out.
---
Another detail:
$ perl Makefile.PL
WARNING: Setting VERSION via file
'lib/Acme/MetaSyntactic/RefactorCode.pm' failed
at /usr/local/lib/perl5/5.8.8/ExtUtils/MakeMaker.pm line 500
Writing Makefile for Acme::MetaSyntactic::RefactorCode
That was because you said
my $VERSION = '0.3';
where EUMM demands it to be our variable.
our $VERSION = '0.3';
---
Best regards,
Adriano Ferreira.
Message body is not shown because sender requested not to inline it.