Skip to content

Commit

Permalink
Build results of 2fd0932 (on master)
Browse files Browse the repository at this point in the history
  • Loading branch information
kentfredric committed Mar 4, 2017
1 parent 43708dc commit 9ebafe5
Show file tree
Hide file tree
Showing 10 changed files with 27 additions and 17 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-BundleInfo

1.001006 2017-03-04T04:27:29Z 2fd0932

1.001005 2017-03-04T03:56:20Z 4a27294
[BugFix / 2]
- Ensure $INC{} is populated on old moose installs
Expand Down
10 changes: 5 additions & 5 deletions META.json
Original file line number Diff line number Diff line change
Expand Up @@ -134,11 +134,11 @@
"provides" : {
"Dist::Zilla::Util::BundleInfo" : {
"file" : "lib/Dist/Zilla/Util/BundleInfo.pm",
"version" : "1.001005"
"version" : "1.001006"
},
"Dist::Zilla::Util::BundleInfo::Plugin" : {
"file" : "lib/Dist/Zilla/Util/BundleInfo/Plugin.pm",
"version" : "1.001005"
"version" : "1.001006"
}
},
"release_status" : "stable",
Expand All @@ -153,7 +153,7 @@
"web" : "https://github.com/kentnl/Dist-Zilla-Util-BundleInfo"
}
},
"version" : "1.001005",
"version" : "1.001006",
"x_BuiltWith" : {
"external_file" : "misc/built_with.json"
},
Expand Down Expand Up @@ -689,7 +689,7 @@
"branch" : null,
"changelog" : "Changes",
"signed" : 0,
"tag" : "1.001005-source",
"tag" : "1.001006-source",
"tag_format" : "%v-source",
"tag_message" : "v%v"
},
Expand Down Expand Up @@ -783,7 +783,7 @@
"branch" : "releases",
"changelog" : "Changes",
"signed" : 0,
"tag" : "1.001005",
"tag" : "1.001006",
"tag_format" : "%v",
"tag_message" : "v%v"
},
Expand Down
6 changes: 3 additions & 3 deletions META.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,10 +27,10 @@ name: Dist-Zilla-Util-BundleInfo
provides:
Dist::Zilla::Util::BundleInfo:
file: lib/Dist/Zilla/Util/BundleInfo.pm
version: '1.001005'
version: '1.001006'
Dist::Zilla::Util::BundleInfo::Plugin:
file: lib/Dist/Zilla/Util/BundleInfo/Plugin.pm
version: '1.001005'
version: '1.001006'
requires:
Carp: '0'
Dist::Zilla::Util: '0'
Expand All @@ -43,4 +43,4 @@ resources:
bugtracker: https://github.com/kentnl/Dist-Zilla-Util-BundleInfo/issues
homepage: https://github.com/kentnl/Dist-Zilla-Util-BundleInfo
repository: https://github.com/kentnl/Dist-Zilla-Util-BundleInfo.git
version: '1.001005'
version: '1.001006'
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::More" => 0,
"Test::Warnings" => 0
},
"VERSION" => "1.001005",
"VERSION" => "1.001006",
"test" => {
"TESTS" => "t/*.t t/00-compile/*.t"
}
Expand Down
4 changes: 2 additions & 2 deletions lib/Dist/Zilla/Util/BundleInfo.pm
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ use warnings;

package Dist::Zilla::Util::BundleInfo;

our $VERSION = '1.001005';
our $VERSION = '1.001006';

# ABSTRACT: Load and interpret a bundle

Expand Down Expand Up @@ -257,7 +257,7 @@ Dist::Zilla::Util::BundleInfo - Load and interpret a bundle
=head1 VERSION
version 1.001005
version 1.001006
=head1 SYNOPSIS
Expand Down
4 changes: 2 additions & 2 deletions lib/Dist/Zilla/Util/BundleInfo/Plugin.pm
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ use warnings;

package Dist::Zilla::Util::BundleInfo::Plugin;

our $VERSION = '1.001005';
our $VERSION = '1.001006';

# ABSTRACT: Data about a single plugin instance in a bundle

Expand Down Expand Up @@ -303,7 +303,7 @@ Dist::Zilla::Util::BundleInfo::Plugin - Data about a single plugin instance in a
=head1 VERSION
version 1.001005
version 1.001006
=head1 METHODS
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)

1.001005
1.001006

1.001005 2017-03-04T03:56:20Z
[Changed / test requires]
- Test::More 0.89 → 0

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)

1.001005
1.001006

1.001005 2017-03-04T03:56:20Z
[Added / configure suggests]
- JSON::PP 2.27300

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 )

1.001005
1.001006

1.001005 2017-03-04T03:56:20Z
[Added / develop requires]
- Dist::Zilla::Plugin::MetaData::BuiltWith 1.004000
- 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)

1.001005
1.001006

1.001005 2017-03-04T03:56:20Z
[Added / configure suggests]
- JSON::PP 2.27300

Expand Down

0 comments on commit 9ebafe5

Please sign in to comment.