Skip to content

Commit

Permalink
Build results of efc9201 (on master)
Browse files Browse the repository at this point in the history
  • Loading branch information
kentfredric committed Aug 10, 2014
1 parent ab3fa49 commit 01f9410
Show file tree
Hide file tree
Showing 8 changed files with 7 additions and 11 deletions.
2 changes: 1 addition & 1 deletion Changes
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ Release history for Gentoo-MetaEbuild-Spec-Base
- configure: +2 -1 (recommends: +1)
- develop: +48 -1 (recommends: -1, suggests: +1 ↑1)
- runtime: +4 ↓1 -3
- test: +2 -2 (recommends: +3)
- test: +3 -2 (recommends: +3)

[Misc]
- Report versions moved to Test::ReportVersions
Expand Down
2 changes: 0 additions & 2 deletions META.json
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,6 @@
"File::Spec" : "0",
"FindBin" : "0",
"Test::Fatal" : "0",
"Test::File::ShareDir" : "0",
"Test::File::ShareDir::Module" : "0",
"Test::More" : "0.96"
}
Expand Down Expand Up @@ -204,7 +203,6 @@
"Test::CPAN::Changes" : "0.30",
"Test::CPAN::Meta" : "0.23",
"Test::Fatal" : "0.013",
"Test::File::ShareDir" : "1.000004",
"Test::File::ShareDir::Module" : "1.000004",
"Test::Kwalitee" : "1.19",
"Test::More" : "1.001003",
Expand Down
2 changes: 0 additions & 2 deletions META.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@ build_requires:
File::Spec: '0'
FindBin: '0'
Test::Fatal: '0'
Test::File::ShareDir: '0'
Test::File::ShareDir::Module: '0'
Test::More: '0.96'
configure_requires:
Expand Down Expand Up @@ -115,7 +114,6 @@ x_BuiltWith:
Test::CPAN::Changes: '0.30'
Test::CPAN::Meta: '0.23'
Test::Fatal: '0.013'
Test::File::ShareDir: '1.000004'
Test::File::ShareDir::Module: '1.000004'
Test::Kwalitee: '1.19'
Test::More: '1.001003'
Expand Down
2 changes: 0 additions & 2 deletions Makefile.PL
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,6 @@ my %WriteMakefileArgs = (
"File::Spec" => 0,
"FindBin" => 0,
"Test::Fatal" => 0,
"Test::File::ShareDir" => 0,
"Test::File::ShareDir::Module" => 0,
"Test::More" => "0.96"
},
Expand Down Expand Up @@ -76,7 +75,6 @@ my %FallbackPrereqs = (
"Path::Tiny" => 0,
"Scalar::Util" => 0,
"Test::Fatal" => 0,
"Test::File::ShareDir" => 0,
"Test::File::ShareDir::Module" => 0,
"Test::More" => "0.96",
"namespace::autoclean" => 0,
Expand Down
1 change: 1 addition & 0 deletions misc/Changes.deps
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ This file contains changes in REQUIRED dependencies for standard CPAN phases (co
[Added / test requires]
- ExtUtils::MakeMaker
- File::Spec
- Test::File::ShareDir::Module

[Changed / runtime requires]
- perl v5.10.0 → 5.008
Expand Down
1 change: 1 addition & 0 deletions misc/Changes.deps.all
Original file line number Diff line number Diff line change
Expand Up @@ -75,6 +75,7 @@ This file contains ALL changes in dependencies in both REQUIRED / OPTIONAL depen
[Added / test requires]
- ExtUtils::MakeMaker
- File::Spec
- Test::File::ShareDir::Module

[Changed / develop suggests]
- Dist::Zilla::PluginBundle::Author::KENTNL v1.2.0 → 2.016007
Expand Down
1 change: 0 additions & 1 deletion t/00-report-prereqs.dd
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,6 @@ do { my $x = {
'File::Spec' => '0',
'FindBin' => '0',
'Test::Fatal' => '0',
'Test::File::ShareDir' => '0',
'Test::File::ShareDir::Module' => '0',
'Test::More' => '0.96'
}
Expand Down
7 changes: 4 additions & 3 deletions t/04_fake_versions_object.t
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,10 @@ use warnings;

use Test::More 0.96;
use FindBin;
use Test::File::ShareDir
-root => "$FindBin::Bin/../",
-share => { -module => { 'Gentoo::MetaEbuild::Spec::Base' => 't/fake_spec' } };
use Test::File::ShareDir::Module {
'-root' => "$FindBin::Bin/../",
'Gentoo::MetaEbuild::Spec::Base' => 't/fake_spec',
};

use Gentoo::MetaEbuild::Spec::Base;
use version;
Expand Down

0 comments on commit 01f9410

Please sign in to comment.