Skip to content
This repository has been archived by the owner on Jan 19, 2024. It is now read-only.

Commit

Permalink
Build results of 6929664 (on master)
Browse files Browse the repository at this point in the history
  • Loading branch information
xenoterracide committed Apr 3, 2012
2 parents fd59df5 + 6929664 commit 267b065
Show file tree
Hide file tree
Showing 12 changed files with 99 additions and 52 deletions.
2 changes: 2 additions & 0 deletions Changes
@@ -1,5 +1,7 @@
Revision history for Perl extension Dist-Zilla-Plugin-Test-PodSpelling

2.002002 2012-04-03

2.002001 2012-01-10
- fix copyright year

Expand Down
1 change: 1 addition & 0 deletions MANIFEST
Expand Up @@ -21,6 +21,7 @@ t/author-critic.t
t/author-pod-spell.t
t/author-test-eol.t
t/checked.t
t/file.t
t/release-cpan-changes.t
t/release-dist-manifest.t
t/release-distmeta.t
Expand Down
43 changes: 23 additions & 20 deletions META.json
Expand Up @@ -7,7 +7,7 @@
"Harley Pig <harleypig@gmail.com>"
],
"dynamic_config" : 0,
"generated_by" : "Dist::Zilla version 4.300006, CPAN::Meta::Converter version 2.113640",
"generated_by" : "Dist::Zilla version 4.300013, CPAN::Meta::Converter version 2.120921",
"license" : [
"artistic_2"
],
Expand All @@ -32,30 +32,33 @@
},
"runtime" : {
"requires" : {
"Dist::Zilla::Plugin::InlineFiles" : 0,
"Moose" : 0,
"Pod::Wordlist::hanekomu" : 0,
"Test::Spelling" : 0,
"Dist::Zilla::Plugin::InlineFiles" : "0",
"Moose" : "0",
"Pod::Wordlist::hanekomu" : "0",
"Test::Spelling" : "0",
"perl" : "5.008",
"strict" : 0,
"warnings" : 0
"strict" : "0",
"warnings" : "0"
}
},
"test" : {
"requires" : {
"Carp" : 0,
"Cwd" : 0,
"Dist::Zilla::Tester" : 0,
"English" : 0,
"File::Find" : 0,
"File::Temp" : 0,
"Path::Class" : 0,
"Scalar::Util" : 0,
"Test::DZil" : 0,
"Carp" : "0",
"Cwd" : "0",
"Dist::Zilla::Tester" : "0",
"English" : "0",
"File::Find" : "0",
"File::Temp" : "0",
"Path::Class" : "0",
"Pod::Wordlist::hanekomu" : "0",
"Scalar::Util" : "0",
"Test::DZil" : "0",
"Test::EOL" : "0",
"Test::More" : "0.94",
"Test::Requires" : 0,
"Test::Spelling" : 0,
"Test::Tester" : 0
"Test::Requires" : "0",
"Test::Script" : "1.05",
"Test::Spelling" : "0.12",
"Test::Tester" : "0"
}
}
},
Expand All @@ -71,6 +74,6 @@
"web" : "https://github.com/xenoterracide/Dist-Zilla-Plugin-Test-PodSpelling"
}
},
"version" : "2.002001"
"version" : "2.002002"
}

9 changes: 6 additions & 3 deletions META.yml
Expand Up @@ -13,16 +13,19 @@ build_requires:
File::Find: 0
File::Temp: 0
Path::Class: 0
Pod::Wordlist::hanekomu: 0
Scalar::Util: 0
Test::DZil: 0
Test::EOL: 0
Test::More: 0.94
Test::Requires: 0
Test::Spelling: 0
Test::Script: 1.05
Test::Spelling: 0.12
Test::Tester: 0
configure_requires:
ExtUtils::MakeMaker: 6.30
dynamic_config: 0
generated_by: 'Dist::Zilla version 4.300006, CPAN::Meta::Converter version 2.113640'
generated_by: 'Dist::Zilla version 4.300013, CPAN::Meta::Converter version 2.120921'
license: artistic_2
meta-spec:
url: http://module-build.sourceforge.net/META-spec-v1.4.html
Expand All @@ -45,4 +48,4 @@ resources:
bugtracker: https://github.com/xenoterracide/Dist-Zilla-Plugin-Test-PodSpelling/issues
homepage: http://search.cpan.org/dist/Dist-Zilla-Plugin-Test-PodSpelling/
repository: git://github.com/xenoterracide/Dist-Zilla-Plugin-Test-PodSpelling.git
version: 2.002001
version: 2.002002
7 changes: 5 additions & 2 deletions Makefile.PL
Expand Up @@ -19,11 +19,14 @@ my %WriteMakefileArgs = (
"File::Find" => 0,
"File::Temp" => 0,
"Path::Class" => 0,
"Pod::Wordlist::hanekomu" => 0,
"Scalar::Util" => 0,
"Test::DZil" => 0,
"Test::EOL" => 0,
"Test::More" => "0.94",
"Test::Requires" => 0,
"Test::Spelling" => 0,
"Test::Script" => "1.05",
"Test::Spelling" => "0.12",
"Test::Tester" => 0
},
"CONFIGURE_REQUIRES" => {
Expand All @@ -41,7 +44,7 @@ my %WriteMakefileArgs = (
"strict" => 0,
"warnings" => 0
},
"VERSION" => "2.002001",
"VERSION" => "2.002002",
"test" => {
"TESTS" => "t/*.t"
}
Expand Down
2 changes: 1 addition & 1 deletion README
Expand Up @@ -2,7 +2,7 @@ NAME
Dist::Zilla::Plugin::Test::PodSpelling - Author tests for POD spelling

VERSION
version 2.002001
version 2.002002

SYNOPSIS
In "dist.ini":
Expand Down
2 changes: 1 addition & 1 deletion lib/Dist/Zilla/Plugin/PodSpellingTests.pm
Expand Up @@ -27,7 +27,7 @@ Dist::Zilla::Plugin::PodSpellingTests - (DEPRECATED) The old name of the PodSpel
=head1 VERSION
version 2.002001
version 2.002002
=head1 SYNOPSIS
Expand Down
19 changes: 6 additions & 13 deletions lib/Dist/Zilla/Plugin/Test/PodSpelling.pm
Expand Up @@ -3,7 +3,7 @@ use 5.008;
use strict;
use warnings;

our $VERSION = '2.002001'; # VERSION
our $VERSION = '2.002002'; # VERSION

use Moose;
extends 'Dist::Zilla::Plugin::InlineFiles';
Expand Down Expand Up @@ -114,7 +114,7 @@ Dist::Zilla::Plugin::Test::PodSpelling - Author tests for POD spelling
=head1 VERSION
version 2.002001
version 2.002002
=head1 SYNOPSIS
Expand Down Expand Up @@ -214,22 +214,15 @@ This is free software, licensed under:

__DATA__
___[ xt/author/pod-spell.t ]___
#!perl
# This test is generated by Dist::Zilla::Plugin::Test::PodSpelling
use strict;
use warnings;
use Test::More;
eval "use {{ $wordlist }}";
plan skip_all => "{{ $wordlist }} required for testing POD spelling"
if $@;
eval "use Test::Spelling 0.12";
plan skip_all => "Test::Spelling 0.12 required for testing POD spelling"
if $@;
use {{ $wordlist }};
use Test::Spelling 0.12;
{{ $set_spell_cmd }}
{{ $add_stopwords }}
all_pod_files_spelling_ok('bin', 'lib');
{{ $stopwords }}
14 changes: 4 additions & 10 deletions t/author-pod-spell.t
@@ -1,4 +1,3 @@
#!perl

BEGIN {
unless ($ENV{AUTHOR_TESTING}) {
Expand All @@ -7,18 +6,13 @@ BEGIN {
}
}


# This test is generated by Dist::Zilla::Plugin::Test::PodSpelling

use strict;
use warnings;
use Test::More;

eval "use Pod::Wordlist::hanekomu";
plan skip_all => "Pod::Wordlist::hanekomu required for testing POD spelling"
if $@;

eval "use Test::Spelling 0.12";
plan skip_all => "Test::Spelling 0.12 required for testing POD spelling"
if $@;
use Pod::Wordlist::hanekomu;
use Test::Spelling 0.12;


add_stopwords(<DATA>);
Expand Down
2 changes: 1 addition & 1 deletion t/author-test-eol.t
Expand Up @@ -12,6 +12,6 @@ BEGIN {
use strict;
use warnings;
use Test::More;
use Test::Requires qw( Test::EOL );
use Test::EOL;

all_perl_files_ok({ trailing_whitespace => 1 });
34 changes: 34 additions & 0 deletions t/file.t
@@ -0,0 +1,34 @@
use strict;
use warnings;
use Test::More;
use Test::DZil;
use Test::Script 1.05;

my $tzil
= Builder->from_config(
{
dist_root => 'corpus/a',
},
{
add_files => {
'source/dist.ini' => simple_ini(['Test::PodSpelling'])
}
},
);

$tzil->build;

my $fn
= $tzil
->tempdir
->subdir('build')
->subdir('xt')
->subdir('release')
->file('test-podspelling.t')
;

ok ( -e $fn, 'test file exists');

script_compiles( '' .$fn->relative, 'check test compiles' );

done_testing;
16 changes: 15 additions & 1 deletion t/release-test-version.t
Expand Up @@ -13,8 +13,22 @@ use warnings;
use Test::More;

use Test::Requires {
'Test::Version' => 0.04,
'Test::Version' => 1,
'version' => 0.86,
};

my @imports = ( 'version_all_ok' );

my $params = {
is_strict => 0,
has_version => 1,
};

push @imports, $params
if version->parse( $Test::Version::VERSION ) >= version->parse('1.002');


Test::Version->import(@imports);

version_all_ok;
done_testing;

0 comments on commit 267b065

Please sign in to comment.