Subject: | Warnings During Build |
Hi there:
In at least the past few releases, building your module seems to result
in warnings from Devel::Cycle (or inside Devel::Cycle; I'm not totally
sure what is at fault).
You might want to consider using Test::NoWarnings to make warnings fatal
during testing (so PASSes with warnings become FAILs). You also might
want to consider using Test::Warn if these warnings are actually
intentional. In either case, it just gives people the assurance that you
intended the behaviour.
See this passing report (with warnings):
http://www.nntp.perl.org/group/perl.cpan.testers/2009/11/msg5964979.html
I am one of the people who maintain the package for this module in
Debian. I'll wait a week to hear back from you and otherwise try to
patch it myself, but I'm uncomfortable with uploading something that has
warnings during build and I'd like to track down this issue with you.
It should be noted that Carp::Always can be useful (it can dump a full
stack trace on die, I think it might be able to be reconfigured to do
the same for plain warnings).
Thanks for your good work.
Cheers,
Jonathan