Skip to content

Commit

Permalink
Build results of 53762f6 (on master)
Browse files Browse the repository at this point in the history
  • Loading branch information
kentfredric committed Oct 2, 2014
1 parent 4e76f08 commit bb5668e
Show file tree
Hide file tree
Showing 13 changed files with 37 additions and 23 deletions.
6 changes: 6 additions & 0 deletions Changes
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
Release history for Dist-Zilla-Util-ConfigDumper

0.003006 2014-10-02T04:27:34Z
[Bugfix]
- Require 1.(0x5)3, as versions prior to that can fail due to a missing dependency on an appropriate role.
- This is a propagation of kentnl/Dist-Zilla-Plugin-Bootstrap-lib#2
- This closes #1

0.003005 2014-10-02T04:13:44Z
[Bugfix]
- Require a newer version of Bootstrap::lib for testing as older than 0.04x is known to fail.
Expand Down
10 changes: 5 additions & 5 deletions META.json
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@
"Test::More" : "1.001006"
},
"requires" : {
"Dist::Zilla::Plugin::Bootstrap::lib" : "0.04000000",
"Dist::Zilla::Plugin::Bootstrap::lib" : "1.000003",
"Dist::Zilla::Plugin::GatherDir" : "0",
"Dist::Zilla::Plugin::MetaConfig" : "0",
"Dist::Zilla::Role::Plugin" : "0",
Expand All @@ -114,7 +114,7 @@
"provides" : {
"Dist::Zilla::Util::ConfigDumper" : {
"file" : "lib/Dist/Zilla/Util/ConfigDumper.pm",
"version" : "0.003005"
"version" : "0.003006"
}
},
"release_status" : "stable",
Expand All @@ -129,7 +129,7 @@
"web" : "https://github.com/kentnl/Dist-Zilla-Util-ConfigDumper"
}
},
"version" : "0.003005",
"version" : "0.003006",
"x_BuiltWith" : {
"modules" : {
"CPAN::Meta" : "2.142690",
Expand Down Expand Up @@ -657,7 +657,7 @@
"Dist::Zilla::Plugin::Git::Tag" : {
"branch" : null,
"signed" : 0,
"tag" : "0.003005-source",
"tag" : "0.003006-source",
"tag_format" : "%v-source",
"tag_message" : "v%v",
"time_zone" : "local"
Expand Down Expand Up @@ -728,7 +728,7 @@
"Dist::Zilla::Plugin::Git::Tag" : {
"branch" : "releases",
"signed" : 0,
"tag" : "0.003005",
"tag" : "0.003006",
"tag_format" : "%v",
"tag_message" : "v%v",
"time_zone" : "local"
Expand Down
10 changes: 5 additions & 5 deletions META.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ abstract: "Easy implementation of 'dumpconfig'"
author:
- 'Kent Fredric <kentnl@cpan.org>'
build_requires:
Dist::Zilla::Plugin::Bootstrap::lib: '0.04000000'
Dist::Zilla::Plugin::Bootstrap::lib: '1.000003'
Dist::Zilla::Plugin::GatherDir: '0'
Dist::Zilla::Plugin::MetaConfig: '0'
Dist::Zilla::Role::Plugin: '0'
Expand All @@ -25,7 +25,7 @@ name: Dist-Zilla-Util-ConfigDumper
provides:
Dist::Zilla::Util::ConfigDumper:
file: lib/Dist/Zilla/Util/ConfigDumper.pm
version: '0.003005'
version: '0.003006'
requires:
Carp: '0'
Sub::Exporter::Progressive: '0'
Expand All @@ -38,7 +38,7 @@ resources:
bugtracker: https://github.com/kentnl/Dist-Zilla-Util-ConfigDumper/issues
homepage: https://github.com/kentnl/Dist-Zilla-Util-ConfigDumper
repository: https://github.com/kentnl/Dist-Zilla-Util-ConfigDumper.git
version: '0.003005'
version: '0.003006'
x_BuiltWith:
modules:
CPAN::Meta: '2.142690'
Expand Down Expand Up @@ -460,7 +460,7 @@ x_Dist_Zilla:
Dist::Zilla::Plugin::Git::Tag:
branch: ~
signed: '0'
tag: 0.003005-source
tag: 0.003006-source
tag_format: '%v-source'
tag_message: v%v
time_zone: local
Expand Down Expand Up @@ -514,7 +514,7 @@ x_Dist_Zilla:
Dist::Zilla::Plugin::Git::Tag:
branch: releases
signed: '0'
tag: '0.003005'
tag: '0.003006'
tag_format: '%v'
tag_message: v%v
time_zone: local
Expand Down
6 changes: 3 additions & 3 deletions Makefile.PL
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ my %WriteMakefileArgs = (
"warnings" => 0
},
"TEST_REQUIRES" => {
"Dist::Zilla::Plugin::Bootstrap::lib" => "0.04000000",
"Dist::Zilla::Plugin::Bootstrap::lib" => "1.000003",
"Dist::Zilla::Plugin::GatherDir" => 0,
"Dist::Zilla::Plugin::MetaConfig" => 0,
"Dist::Zilla::Role::Plugin" => 0,
Expand All @@ -39,7 +39,7 @@ my %WriteMakefileArgs = (
"Test::DZil" => 0,
"Test::More" => "0.89"
},
"VERSION" => "0.003005",
"VERSION" => "0.003006",
"test" => {
"TESTS" => "t/*.t t/00-compile/*.t"
}
Expand All @@ -48,7 +48,7 @@ my %WriteMakefileArgs = (

my %FallbackPrereqs = (
"Carp" => 0,
"Dist::Zilla::Plugin::Bootstrap::lib" => "0.04000000",
"Dist::Zilla::Plugin::Bootstrap::lib" => "1.000003",
"Dist::Zilla::Plugin::GatherDir" => 0,
"Dist::Zilla::Plugin::MetaConfig" => 0,
"Dist::Zilla::Role::Plugin" => 0,
Expand Down
2 changes: 1 addition & 1 deletion README
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ NAME
Dist::Zilla::Util::ConfigDumper - Easy implementation of 'dumpconfig'

VERSION
version 0.003005
version 0.003006

SYNOPSIS
...
Expand Down
2 changes: 1 addition & 1 deletion dist.ini
Original file line number Diff line number Diff line change
Expand Up @@ -202,4 +202,4 @@ Dist::Zilla::Plugin::UploadToCPAN = 0
[Prereqs]
-phase = test
Dist::Zilla::Util::Test::KENTNL = 1.003001
Dist::Zilla::Plugin::Bootstrap::lib = 0.04000000
Dist::Zilla::Plugin::Bootstrap::lib = 1.000003
2 changes: 1 addition & 1 deletion dist.ini.meta
Original file line number Diff line number Diff line change
Expand Up @@ -22,4 +22,4 @@ twitter_extra_hash_tags = #distzilla
[Prereqs]
-phase = test
Dist::Zilla::Util::Test::KENTNL = 1.003001
Dist::Zilla::Plugin::Bootstrap::lib = 0.04000000 ; Older than this known to fail
Dist::Zilla::Plugin::Bootstrap::lib = 1.000003 ; >= 0.04 works with the newer role, but only 1.(0x5)3 depends on the newer role.
4 changes: 2 additions & 2 deletions lib/Dist/Zilla/Util/ConfigDumper.pm
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ use utf8;

package Dist::Zilla::Util::ConfigDumper;

our $VERSION = '0.003005';
our $VERSION = '0.003006';

# ABSTRACT: Easy implementation of 'dumpconfig'

Expand Down Expand Up @@ -197,7 +197,7 @@ Dist::Zilla::Util::ConfigDumper - Easy implementation of 'dumpconfig'
=head1 VERSION
version 0.003005
version 0.003006
=head1 SYNOPSIS
Expand Down
4 changes: 3 additions & 1 deletion misc/Changes.deps
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
This file contains changes in REQUIRED dependencies for standard CPAN phases (configure/build/runtime/test)

0.003005
0.003006

0.003005 2014-10-02T04:13:44Z
[Changed / test requires]
- Dist::Zilla::Plugin::Bootstrap::lib 0 → 0.04000000

Expand Down
4 changes: 3 additions & 1 deletion misc/Changes.deps.all
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
This file contains ALL changes in dependencies in both REQUIRED / OPTIONAL dependencies for all phases (configure/build/runtime/test/develop)

0.003005
0.003006

0.003005 2014-10-02T04:13:44Z
[Changed / develop suggests]
- Dist::Zilla::PluginBundle::Author::KENTNL 2.020000 → 2.020003

Expand Down
4 changes: 3 additions & 1 deletion misc/Changes.deps.dev
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
This file contains changes to DEVELOPMENT dependencies only ( both REQUIRED and OPTIONAL )

0.003005
0.003006

0.003005 2014-10-02T04:13:44Z
[Changed / develop suggests]
- Dist::Zilla::PluginBundle::Author::KENTNL 2.020000 → 2.020003

Expand Down
4 changes: 3 additions & 1 deletion misc/Changes.deps.opt
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
This file contains changes in OPTIONAL dependencies for standard CPAN phases (configure/build/runtime/test)

0.003005
0.003006

0.003005 2014-10-02T04:13:44Z
[Changed / test recommends]
- Test::More 1.001003 → 1.001006

Expand Down
2 changes: 1 addition & 1 deletion t/00-report-prereqs.dd
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ do { my $x = {
'Test::More' => '1.001006'
},
'requires' => {
'Dist::Zilla::Plugin::Bootstrap::lib' => '0.04000000',
'Dist::Zilla::Plugin::Bootstrap::lib' => '1.000003',
'Dist::Zilla::Plugin::GatherDir' => '0',
'Dist::Zilla::Plugin::MetaConfig' => '0',
'Dist::Zilla::Role::Plugin' => '0',
Expand Down

0 comments on commit bb5668e

Please sign in to comment.