diff --git a/Changes b/Changes index 9dce044..d7bc2db 100644 --- a/Changes +++ b/Changes @@ -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 diff --git a/META.json b/META.json index d244b1d..e4523c0 100644 --- a/META.json +++ b/META.json @@ -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", @@ -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" }, @@ -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" }, @@ -783,7 +783,7 @@ "branch" : "releases", "changelog" : "Changes", "signed" : 0, - "tag" : "1.001005", + "tag" : "1.001006", "tag_format" : "%v", "tag_message" : "v%v" }, diff --git a/META.yml b/META.yml index 96af5a6..d8bbd02 100644 --- a/META.yml +++ b/META.yml @@ -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' @@ -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' diff --git a/Makefile.PL b/Makefile.PL index 80b3466..a59e609 100644 --- a/Makefile.PL +++ b/Makefile.PL @@ -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" } diff --git a/lib/Dist/Zilla/Util/BundleInfo.pm b/lib/Dist/Zilla/Util/BundleInfo.pm index 2e1e4d9..f629558 100644 --- a/lib/Dist/Zilla/Util/BundleInfo.pm +++ b/lib/Dist/Zilla/Util/BundleInfo.pm @@ -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 @@ -257,7 +257,7 @@ Dist::Zilla::Util::BundleInfo - Load and interpret a bundle =head1 VERSION -version 1.001005 +version 1.001006 =head1 SYNOPSIS diff --git a/lib/Dist/Zilla/Util/BundleInfo/Plugin.pm b/lib/Dist/Zilla/Util/BundleInfo/Plugin.pm index 8069de6..2f8551f 100644 --- a/lib/Dist/Zilla/Util/BundleInfo/Plugin.pm +++ b/lib/Dist/Zilla/Util/BundleInfo/Plugin.pm @@ -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 @@ -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 diff --git a/misc/Changes.deps b/misc/Changes.deps index 8be9865..1170341 100644 --- a/misc/Changes.deps +++ b/misc/Changes.deps @@ -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 diff --git a/misc/Changes.deps.all b/misc/Changes.deps.all index 79c8e5d..83fddaa 100644 --- a/misc/Changes.deps.all +++ b/misc/Changes.deps.all @@ -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 diff --git a/misc/Changes.deps.dev b/misc/Changes.deps.dev index 91c3b69..c548271 100644 --- a/misc/Changes.deps.dev +++ b/misc/Changes.deps.dev @@ -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 diff --git a/misc/Changes.deps.opt b/misc/Changes.deps.opt index 4b549c1..a9ddb63 100644 --- a/misc/Changes.deps.opt +++ b/misc/Changes.deps.opt @@ -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