Acme-MetaSyntactic-daleks
view release on metacpan or search on metacpan
lib/Acme/MetaSyntactic/daleks.pm view on Meta::CPAN
Dalek_and_the_Dominoes
Dalek_and_the_Lost_City
Dalek_and_the_Temple_of_Dalek
Dalek_and_the_Temple_of_Doom
Dalek_at_Nuremberg
Dalek_by_Dalekwest
Dalek_des_Sources
Dalek_destroys_earth
Dalek_does_Dallas
Dalek_don_t_live_here_anymore
Dalek_for_the_Prosecution
Dalek_full_of_grace
Dalek_in_Black
Dalek_in_Love
Dalek_in_Manhattan
Dalek_in_My_Hometown
Dalek_in_Paradise
Dalek_in_Pink
Dalek_in_Seattle
Dalek_in_Translation
Dalek_in_Wonderland
t/ams-24data.t view on Meta::CPAN
};
my ($fail, $in_data) = (0, 0);
my @lines;
while (<$fh>) {
$in_data++ if /^__DATA__$/;
next if !$in_data;
$fail++, push @lines, $.
if /^#/ && !/^# ?(?:names(?: +[-\w]+)*|default)\s*$/;
}
is( $fail, 0, "__DATA__ section for $file" );
diag "Failed lines: @lines" if @lines;
close $fh;
}
}
( run in 0.618 second using v1.01-cache-2.11-cpan-39bf76dae61 )