Skip to content

Commit

Permalink
Build results of e015063 (on master)
Browse files Browse the repository at this point in the history
  • Loading branch information
kentfredric committed Mar 4, 2017
1 parent 3c0706b commit 95a81ee
Show file tree
Hide file tree
Showing 11 changed files with 31 additions and 21 deletions.
2 changes: 2 additions & 0 deletions Changes
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
Release history for Dist-Zilla-Util-ExpandINI

0.003004 2017-03-04T05:52:50Z e015063

0.003003 2017-03-04T05:26:19Z d66d358
[Bugfix]
- Avoid test failures on 5.26 w/ -Ddefault_inc_excludes_dot
Expand Down
12 changes: 6 additions & 6 deletions META.json
Original file line number Diff line number Diff line change
Expand Up @@ -129,15 +129,15 @@
"provides" : {
"Dist::Zilla::Util::ExpandINI" : {
"file" : "lib/Dist/Zilla/Util/ExpandINI.pm",
"version" : "0.003003"
"version" : "0.003004"
},
"Dist::Zilla::Util::ExpandINI::Reader" : {
"file" : "lib/Dist/Zilla/Util/ExpandINI/Reader.pm",
"version" : "0.003003"
"version" : "0.003004"
},
"Dist::Zilla::Util::ExpandINI::Writer" : {
"file" : "lib/Dist/Zilla/Util/ExpandINI/Writer.pm",
"version" : "0.003003"
"version" : "0.003004"
}
},
"release_status" : "stable",
Expand All @@ -152,7 +152,7 @@
"web" : "https://github.com/kentnl/Dist-Zilla-Util-ExpandINI"
}
},
"version" : "0.003003",
"version" : "0.003004",
"x_BuiltWith" : {
"external_file" : "misc/built_with.json"
},
Expand Down Expand Up @@ -703,7 +703,7 @@
"branch" : null,
"changelog" : "Changes",
"signed" : 0,
"tag" : "0.003003-source",
"tag" : "0.003004-source",
"tag_format" : "%v-source",
"tag_message" : "v%v"
},
Expand Down Expand Up @@ -797,7 +797,7 @@
"branch" : "releases",
"changelog" : "Changes",
"signed" : 0,
"tag" : "0.003003",
"tag" : "0.003004",
"tag_format" : "%v",
"tag_message" : "v%v"
},
Expand Down
8 changes: 4 additions & 4 deletions META.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,13 +22,13 @@ name: Dist-Zilla-Util-ExpandINI
provides:
Dist::Zilla::Util::ExpandINI:
file: lib/Dist/Zilla/Util/ExpandINI.pm
version: '0.003003'
version: '0.003004'
Dist::Zilla::Util::ExpandINI::Reader:
file: lib/Dist/Zilla/Util/ExpandINI/Reader.pm
version: '0.003003'
version: '0.003004'
Dist::Zilla::Util::ExpandINI::Writer:
file: lib/Dist/Zilla/Util/ExpandINI/Writer.pm
version: '0.003003'
version: '0.003004'
requires:
Carp: '0'
Config::INI::Reader: '0'
Expand All @@ -46,4 +46,4 @@ resources:
bugtracker: https://github.com/kentnl/Dist-Zilla-Util-ExpandINI/issues
homepage: https://github.com/kentnl/Dist-Zilla-Util-ExpandINI
repository: https://github.com/kentnl/Dist-Zilla-Util-ExpandINI.git
version: '0.003003'
version: '0.003004'
2 changes: 1 addition & 1 deletion Makefile.PL
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ my %WriteMakefileArgs = (
"Test::Differences" => 0,
"Test::More" => 0
},
"VERSION" => "0.003003",
"VERSION" => "0.003004",
"test" => {
"TESTS" => "t/*.t t/00-compile/*.t t/comments/*.t"
}
Expand Down
4 changes: 2 additions & 2 deletions lib/Dist/Zilla/Util/ExpandINI.pm
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ use warnings;

package Dist::Zilla::Util::ExpandINI;

our $VERSION = '0.003003';
our $VERSION = '0.003004';

# ABSTRACT: Read an INI file and expand bundles as you go.

Expand Down Expand Up @@ -256,7 +256,7 @@ Dist::Zilla::Util::ExpandINI - Read an INI file and expand bundles as you go.
=head1 VERSION
version 0.003003
version 0.003004
=head1 SYNOPSIS
Expand Down
4 changes: 2 additions & 2 deletions lib/Dist/Zilla/Util/ExpandINI/Reader.pm
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ use warnings;

package Dist::Zilla::Util::ExpandINI::Reader;

our $VERSION = '0.003003';
our $VERSION = '0.003004';

# ABSTRACT: An order-preserving INI reader

Expand Down Expand Up @@ -98,7 +98,7 @@ Dist::Zilla::Util::ExpandINI::Reader - An order-preserving INI reader
=head1 VERSION
version 0.003003
version 0.003004
=head1 AUTHOR
Expand Down
4 changes: 2 additions & 2 deletions lib/Dist/Zilla/Util/ExpandINI/Writer.pm
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ use warnings;

package Dist::Zilla::Util::ExpandINI::Writer;

our $VERSION = '0.003003';
our $VERSION = '0.003004';

# ABSTRACT: An order-preserving INI Writer

Expand Down Expand Up @@ -110,7 +110,7 @@ Dist::Zilla::Util::ExpandINI::Writer - An order-preserving INI Writer
=head1 VERSION
version 0.003003
version 0.003004
=for Pod::Coverage is_valid_section_name
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.003003
0.003004

0.003003 2017-03-04T05:26:19Z
[Changed / configure requires]
- ExtUtils::MakeMaker 0 → 7.1101

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.003003
0.003004

0.003003 2017-03-04T05:26:19Z
[Added / develop requires]
- Test::MinimumVersion

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.003003
0.003004

0.003003 2017-03-04T05:26:19Z
[Added / develop requires]
- Test::MinimumVersion

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.003003
0.003004

0.003003 2017-03-04T05:26:19Z
[Removed / configure recommends]
- ExtUtils::MakeMaker 7.00

Expand Down

0 comments on commit 95a81ee

Please sign in to comment.