Skip to content

Commit

Permalink
Build results of dbde69e (on master)
Browse files Browse the repository at this point in the history
  • Loading branch information
kentfredric committed Mar 4, 2017
1 parent 42936fa commit f6454b0
Show file tree
Hide file tree
Showing 9 changed files with 43 additions and 15 deletions.
4 changes: 2 additions & 2 deletions Changes
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
Release history for Dist-Zilla-App-Command-critic

0.001011 2017-03-04T03:35:52Z e1c52bd
0.001011 2017-03-04T04:13:16Z dbde69e
[Bugfix]
- Avoid test failures on 5.26 w/ -Ddefault_inc_excludes_dot
- Closes https://github.com/kentnl/Dist-Zilla-App-Command-critic/issues/1

[Dependencies::Stats]
- Dependencies changed since 0.001010, see misc/*.deps* for details
- develop: +5 ↑2 -1 (suggests: ↑2)
- test: 1
- test: +2 ↓1 -1

0.001010 2015-04-12T20:14:30Z 237f1a1
[Dependencies::Stats]
Expand Down
3 changes: 2 additions & 1 deletion META.json
Original file line number Diff line number Diff line change
Expand Up @@ -120,12 +120,13 @@
"Test::More" : "0.99"
},
"requires" : {
"Dist::Zilla::App::Tester" : "0",
"Dist::Zilla::Plugin::GatherDir" : "0",
"Dist::Zilla::Util::Test::KENTNL" : "1.005000",
"ExtUtils::MakeMaker" : "0",
"File::Spec" : "0",
"Test::DZil" : "0",
"Test::More" : "0",
"Test::TempDir::Tiny" : "0",
"perl" : "5.006"
}
}
Expand Down
3 changes: 2 additions & 1 deletion META.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,13 @@ abstract: 'build your dist and run Perl::Critic on the built files.'
author:
- 'Kent Fredric <kentnl@cpan.org>'
build_requires:
Dist::Zilla::App::Tester: '0'
Dist::Zilla::Plugin::GatherDir: '0'
Dist::Zilla::Util::Test::KENTNL: '1.005000'
ExtUtils::MakeMaker: '0'
File::Spec: '0'
Test::DZil: '0'
Test::More: '0'
Test::TempDir::Tiny: '0'
perl: '5.006'
configure_requires:
ExtUtils::MakeMaker: '0'
Expand Down
8 changes: 5 additions & 3 deletions Makefile.PL
Original file line number Diff line number Diff line change
Expand Up @@ -28,12 +28,13 @@ my %WriteMakefileArgs = (
"warnings" => 0
},
"TEST_REQUIRES" => {
"Dist::Zilla::App::Tester" => 0,
"Dist::Zilla::Plugin::GatherDir" => 0,
"Dist::Zilla::Util::Test::KENTNL" => "1.005000",
"ExtUtils::MakeMaker" => 0,
"File::Spec" => 0,
"Test::DZil" => 0,
"Test::More" => 0
"Test::More" => 0,
"Test::TempDir::Tiny" => 0
},
"VERSION" => "0.001011",
"test" => {
Expand All @@ -44,8 +45,8 @@ my %WriteMakefileArgs = (

my %FallbackPrereqs = (
"Dist::Zilla::App" => 0,
"Dist::Zilla::App::Tester" => 0,
"Dist::Zilla::Plugin::GatherDir" => 0,
"Dist::Zilla::Util::Test::KENTNL" => "1.005000",
"ExtUtils::MakeMaker" => 0,
"File::Spec" => 0,
"Path::Tiny" => 0,
Expand All @@ -55,6 +56,7 @@ my %FallbackPrereqs = (
"Perl::Critic::Violation" => 0,
"Test::DZil" => 0,
"Test::More" => 0,
"Test::TempDir::Tiny" => 0,
"Try::Tiny" => 0,
"strict" => 0,
"warnings" => 0
Expand Down
7 changes: 7 additions & 0 deletions misc/Changes.deps
Original file line number Diff line number Diff line change
@@ -1,9 +1,16 @@
This file contains changes in REQUIRED dependencies for standard CPAN phases (configure/build/runtime/test)

0.001011
[Added / test requires]
- Dist::Zilla::App::Tester
- Test::TempDir::Tiny

[Changed / test requires]
- Test::More 0.89 → 0

[Removed / test requires]
- Dist::Zilla::Util::Test::KENTNL 1.005000

0.001010 2015-04-12T20:14:30Z
[Changed / test requires]
- Dist::Zilla::Util::Test::KENTNL 1.004002 → 1.005000
Expand Down
7 changes: 7 additions & 0 deletions misc/Changes.deps.all
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,10 @@ This file contains ALL changes in dependencies in both REQUIRED / OPTIONAL depen
- Software::License::Perl_5
- Test::MinimumVersion

[Added / test requires]
- Dist::Zilla::App::Tester
- Test::TempDir::Tiny

[Changed / develop requires]
- Dist::Zilla::Plugin::Test::Compile::PerFile 0 → 0.003902
- Test::More 0.88 → 0.96
Expand All @@ -22,6 +26,9 @@ This file contains ALL changes in dependencies in both REQUIRED / OPTIONAL depen
[Removed / develop requires]
- Dist::Zilla::Plugin::MetaYAML

[Removed / test requires]
- Dist::Zilla::Util::Test::KENTNL 1.005000

0.001010 2015-04-12T20:14:30Z
[Added / develop requires]
- Dist::Zilla::Plugin::Author::KENTNL::TravisCI 0.001002
Expand Down
3 changes: 2 additions & 1 deletion misc/built_with.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
"Dist::Zilla" : "6.008",
"Dist::Zilla::App" : "6.008",
"Dist::Zilla::App::Command::bakeini" : "0.002005",
"Dist::Zilla::App::Tester" : "6.008",
"Dist::Zilla::Plugin::Author::KENTNL::RecommendFixes" : "0.005003",
"Dist::Zilla::Plugin::Author::KENTNL::TravisCI" : "0.001004",
"Dist::Zilla::Plugin::Authority" : "1.009",
Expand Down Expand Up @@ -55,7 +56,6 @@
"Dist::Zilla::Plugin::Twitter" : "0.026",
"Dist::Zilla::Plugin::UploadToCPAN" : "6.008",
"Dist::Zilla::PluginBundle::Author::KENTNL" : "2.025021",
"Dist::Zilla::Util::Test::KENTNL" : "1.005013",
"English" : "1.10",
"ExtUtils::MakeMaker" : "7.24",
"File::Spec" : "3.66",
Expand All @@ -76,6 +76,7 @@
"Test::More" : "1.302073",
"Test::Pod" : "1.51",
"Test::Pod::Coverage" : "1.10",
"Test::TempDir::Tiny" : "0.016",
"Try::Tiny" : "0.28",
"strict" : "1.11",
"warnings" : "1.37"
Expand Down
3 changes: 2 additions & 1 deletion t/00-report-prereqs.dd
Original file line number Diff line number Diff line change
Expand Up @@ -105,12 +105,13 @@ do { my $x = {
'Test::More' => '0.99'
},
'requires' => {
'Dist::Zilla::App::Tester' => '0',
'Dist::Zilla::Plugin::GatherDir' => '0',
'Dist::Zilla::Util::Test::KENTNL' => '1.005000',
'ExtUtils::MakeMaker' => '0',
'File::Spec' => '0',
'Test::DZil' => '0',
'Test::More' => '0',
'Test::TempDir::Tiny' => '0',
'perl' => '5.006'
}
}
Expand Down
20 changes: 14 additions & 6 deletions t/basic.t
Original file line number Diff line number Diff line change
Expand Up @@ -2,16 +2,17 @@ use strict;
use warnings;

use Test::More;
use Dist::Zilla::Util::Test::KENTNL 1.005000 qw( dztest ); # app
use Dist::Zilla::App::Tester;
use Path::Tiny qw( path );
use Test::TempDir::Tiny qw( tempdir );
use Dist::Zilla::Plugin::GatherDir;
use Test::DZil qw( simple_ini );

my $test = dztest();
$test->add_file( 'dist.ini' => simple_ini( ['GatherDir'] ) );
$test->add_file( 'perlcritic.rc' => <<'EOF' );
my $ini = simple_ini( ['GatherDir'] );
my $critic_rc = <<'EOF';
EOF
$test->add_file( 'lib/Example.pm' => <<'EOF' );
my $example_pm = <<'EOF';
use strict;
use warnings;
Expand All @@ -20,7 +21,14 @@ package Example;
1;
EOF

my $result = $test->run_command( ['critic'] );
my $wd = tempdir('Scratch');

path( $wd, 'dist.ini' )->spew_raw($ini);
path( $wd, 'perlcritic.rc' )->spew_raw($critic_rc);
path( $wd, 'lib' )->mkpath;
path( $wd, 'lib/Example.pm' )->spew_raw($example_pm);

my $result = test_dzil( $wd, ['critic'] );
ok( ref $result, 'self-test executed' );
is( $result->error, undef, 'no errors' );
is( $result->exit_code, 0, 'exit == 0' );
Expand Down

0 comments on commit f6454b0

Please sign in to comment.