App-HPGL2Cadsoft
view release on metacpan or search on metacpan
bin/hpgl2cadsoft.pl
dist.ini
lib/App/HPGL2Cadsoft.pm
t/01-basic.t
t/author-critic.t
t/release-common_spelling.t
t/release-kwalitee.t
t/release-no-tabs.t
t/release-pod-coverage.t
t/release-pod-linkcheck.t
t/release-pod-no404s.t
t/release-pod-syntax.t
t/release-synopsis.t
t/stim/heart.hpgl
;[NextRelease]
;[AutoVersion]
[PkgVersion]
[PodWeaver]
[Test::Perl::Critic]
;[EOLTests]
[KwaliteeTests]
[Test::NoTabs]
[PodCoverageTests]
[Test::Pod::LinkCheck]
[Test::Pod::No404s]
[PodSyntaxTests]
[SpellingCommonMistakesTests]
[Test::Synopsis]
[AutoPrereqs]
[MetaJSON]
;[FakeRelease]
[GitHub::Meta]
repo = app-hpgl2cadsoft-perl
t/release-no-tabs.t view on Meta::CPAN
my @files = (
'bin/hpgl2cadsoft.pl',
'lib/App/HPGL2Cadsoft.pm',
't/01-basic.t',
't/author-critic.t',
't/release-common_spelling.t',
't/release-kwalitee.t',
't/release-no-tabs.t',
't/release-pod-coverage.t',
't/release-pod-linkcheck.t',
't/release-pod-no404s.t',
't/release-pod-syntax.t',
't/release-synopsis.t',
't/stim/heart.hpgl'
);
notabs_ok($_) foreach @files;
done_testing;
t/release-pod-no404s.t view on Meta::CPAN
Test::More::plan(skip_all => 'these tests are for release candidate testing');
}
}
use strict;
use warnings;
use Test::More;
foreach my $env_skip ( qw(
SKIP_POD_NO404S
AUTOMATED_TESTING
) ){
plan skip_all => "\$ENV{$env_skip} is set, skipping"
if $ENV{$env_skip};
}
eval "use Test::Pod::No404s";
if ( $@ ) {
plan skip_all => 'Test::Pod::No404s required for testing POD';
}
else {
all_pod_files_ok();
}
t/stim/heart.hpgl view on Meta::CPAN
IN;SP1;PU3105,11880;PD3037,11846;PU3037,11846;PD3026,11840;PD2860,11749;PD2698,11649;PD2568,11562;PD2440,11470;PD2315,11374;PD2193,11274;PD2065,11163;PD1940,11047;PD1819,10928;PD1702,10805;PD1589,10680;PD1480,10552;PD1376,10424;PD1275,10292;PD1139,10...
( run in 1.907 second using v1.01-cache-2.11-cpan-39bf76dae61 )