Skip to content

Commit

Permalink
Build results of 2465f66 (on master)
Browse files Browse the repository at this point in the history
  • Loading branch information
kentfredric committed Mar 5, 2017
1 parent d38198a commit c60ee57
Show file tree
Hide file tree
Showing 7 changed files with 8 additions and 16 deletions.
4 changes: 2 additions & 2 deletions Changes
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
Release history for Gentoo-PerlMod-Version

v0.8.1 2017-03-05T10:57:15Z 7084d30
v0.8.1 2017-03-05T11:11:43Z 2465f66
[Bugfix]
- Fix test problems with -Ddefault_inc_excludes_dot
- Closes https://github.com/kentnl/Gentoo-PerlMod-Version/issues/1

[Dependencies::Stats]
- Dependencies changed since 0.8.0, see misc/*.deps* for details
- develop: +8 ↑2 (recommends: +1, suggests: ↑2)
- develop: +8 ↑2 (suggests: ↑2)

[Misc]
- Version scheme now includes a "v" due to upstream tooling constraints
Expand Down
3 changes: 1 addition & 2 deletions META.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,6 @@
},
"develop" : {
"recommends" : {
"Path::Tiny" : "0.058",
"Test::More" : "0.99"
},
"requires" : {
Expand Down Expand Up @@ -83,7 +82,7 @@
"Dist::Zilla::Plugin::Twitter" : "0",
"Dist::Zilla::Plugin::UploadToCPAN" : "0",
"English" : "0",
"Path::Tiny" : "0",
"Path::Tiny" : "0.065",
"Perl::Strip" : "0",
"Pod::Coverage::TrustPod" : "0",
"Software::License::Perl_5" : "0",
Expand Down
2 changes: 1 addition & 1 deletion dist.ini
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
; after-builders
; authordep Perl::Strip
; authordep App::FatPacker
; authordep Path::Tiny
; authordep Path::Tiny = 0.065
; authordep Test::TempDir::Tiny
name = Gentoo-PerlMod-Version
author = Kent Fredric <kentnl@cpan.org>
Expand Down
2 changes: 1 addition & 1 deletion dist.ini.meta
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ copyright_holder = Kent Fredric <kentnl@cpan.org>

; authordep Perl::Strip
; authordep App::FatPacker
; authordep Path::Tiny
; authordep Path::Tiny = 0.065
; authordep Test::TempDir::Tiny
[Run::AfterBuild]
run = perl maint/fatpack.pl %d
Expand Down
5 changes: 1 addition & 4 deletions misc/Changes.deps.all
Original file line number Diff line number Diff line change
@@ -1,15 +1,12 @@
This file contains ALL changes in dependencies in both REQUIRED / OPTIONAL dependencies for all phases (configure/build/runtime/test/develop)

0.8.1
[Added / develop recommends]
- Path::Tiny 0.058

[Added / develop requires]
- App::FatPacker
- Dist::Zilla::Plugin::FileFinder::ByName
- Dist::Zilla::Plugin::Run::AfterBuild
- English
- Path::Tiny
- Path::Tiny 0.065
- Perl::Strip
- Software::License::Perl_5
- Test::TempDir::Tiny
Expand Down
5 changes: 1 addition & 4 deletions misc/Changes.deps.dev
Original file line number Diff line number Diff line change
@@ -1,15 +1,12 @@
This file contains changes to DEVELOPMENT dependencies only ( both REQUIRED and OPTIONAL )

0.8.1
[Added / develop recommends]
- Path::Tiny 0.058

[Added / develop requires]
- App::FatPacker
- Dist::Zilla::Plugin::FileFinder::ByName
- Dist::Zilla::Plugin::Run::AfterBuild
- English
- Path::Tiny
- Path::Tiny 0.065
- Perl::Strip
- Software::License::Perl_5
- Test::TempDir::Tiny
Expand Down
3 changes: 1 addition & 2 deletions t/00-report-prereqs.dd
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@ do { my $x = {
},
'develop' => {
'recommends' => {
'Path::Tiny' => '0.058',
'Test::More' => '0.99'
},
'requires' => {
Expand Down Expand Up @@ -68,7 +67,7 @@ do { my $x = {
'Dist::Zilla::Plugin::Twitter' => '0',
'Dist::Zilla::Plugin::UploadToCPAN' => '0',
'English' => '0',
'Path::Tiny' => '0',
'Path::Tiny' => '0.065',
'Perl::Strip' => '0',
'Pod::Coverage::TrustPod' => '0',
'Software::License::Perl_5' => '0',
Expand Down

0 comments on commit c60ee57

Please sign in to comment.