I've noticed in the last number of CPAN releases of BioPerl that the
description for the distribution is being pulled from one of our
modules (Bio::LiveSeq::IO::BioPerl). I'm guessing this is b/c it's
the first match to the distribution name.
Is there any way to make sure the description i
Fayland Lam wrote:
Why not just:
package Net::Topsy;
use MooseX::Declare;
class Net::Topsy {
};
one more 'package Net::Topsy;' is fine.
/me thinks this should be documented in big, flaming red, blinking
letters in the MooseX::Declare POD.
cheers,
Aldo