NOTE: use Perl; is on undef hiatus. You can read content, but you can't post it. More info will be forthcoming forthcomingly.
All the Perl that's Practical to Extract and Report
Stories, comments, journals, and other submissions on use Perl; are Copyright 1998-2006, their respective owners.
Okay author of MooseX::Types::Structured listening (Score:1)
Waiting on the Road to Eventually, I lost my Place On Line
Re: (Score:1)
1. Remove all mention of the author test modules from META.yml
2. As a bonus, you can change pod.t to something like this
#!/usr/bin/perl
# Test that the syntax of our POD documentation is validuse strict;
BEGIN {
$| = 1;
$^W = 1;
}
my @MODULES = ('Pod::Simple 3.07',
'Test::Pod 1.26',
);
# Don't run tests during end-user installsuse Test::More;
unless ( $ENV{AUTOMATED_TESTING} or $ENV{RELEASE_TESTING} )
Blargh (Score:1)
Speaking of cargo-cult code....
Reply to This
Parent
Re: (Score:1)
It's good enough until Module::Install (and other things) have built in xt support