From: Charles McGarvey Date: Sat, 26 Aug 2017 04:01:22 +0000 (-0600) Subject: Version 0.008001 X-Git-Url: https://git.dogcows.com/gitweb?p=chaz%2Fp5-Dist-Zilla-PluginBundle-Author-CCM;a=commitdiff_plain;h=dcfdb4d3ce181a330cbaff4612569b2937eb56b6 Version 0.008001 --- diff --git a/Changes b/Changes index aab92b1..e705cf8 100644 --- a/Changes +++ b/Changes @@ -1,5 +1,9 @@ Revision history for Dist-Zilla-PluginBundle-Author-CCM. +0.008001 2017-08-25 22:00:56-06:00 MST7MDT + + * Declare new dependency on Perl::Version + 0.008 2017-08-25 21:28:07-06:00 MST7MDT * Automatically figure out perl_version and perl_version_build TravisYML diff --git a/META.json b/META.json index 1ba1568..9eaa6d3 100644 --- a/META.json +++ b/META.json @@ -161,11 +161,11 @@ "provides" : { "Dist::Zilla::PluginBundle::Author::CCM" : { "file" : "lib/Dist/Zilla/PluginBundle/Author/CCM.pm", - "version" : "0.008" + "version" : "0.008001" }, "Pod::Weaver::PluginBundle::Author::CCM" : { "file" : "lib/Pod/Weaver/PluginBundle/Author/CCM.pm", - "version" : "0.008" + "version" : "0.008001" } }, "release_status" : "stable", @@ -180,7 +180,7 @@ "web" : "https://github.com/chazmcgarvey/Dist-Zilla-PluginBundle-Author-CCM" } }, - "version" : "0.008", + "version" : "0.008001", "x_authority" : "cpan:CCM", "x_serialization_backend" : "Cpanel::JSON::XS version 3.0225" } diff --git a/META.yml b/META.yml index e3a6880..5197d1f 100644 --- a/META.yml +++ b/META.yml @@ -34,10 +34,10 @@ no_index: provides: Dist::Zilla::PluginBundle::Author::CCM: file: lib/Dist/Zilla/PluginBundle/Author/CCM.pm - version: '0.008' + version: '0.008001' Pod::Weaver::PluginBundle::Author::CCM: file: lib/Pod/Weaver/PluginBundle/Author/CCM.pm - version: '0.008' + version: '0.008001' recommends: Dist::Zilla::Plugin::FakeRelease: '0' Dist::Zilla::Plugin::Prereqs::FromCPANfile: '0' @@ -125,6 +125,6 @@ resources: bugtracker: https://github.com/chazmcgarvey/Dist-Zilla-PluginBundle-Author-CCM/issues homepage: https://github.com/chazmcgarvey/Dist-Zilla-PluginBundle-Author-CCM repository: https://github.com/chazmcgarvey/Dist-Zilla-PluginBundle-Author-CCM.git -version: '0.008' +version: '0.008001' x_authority: cpan:CCM x_serialization_backend: 'YAML::Tiny version 1.70' diff --git a/Makefile.PL b/Makefile.PL index b6f63f0..0085113 100644 --- a/Makefile.PL +++ b/Makefile.PL @@ -104,7 +104,7 @@ my %WriteMakefileArgs = ( "Test::More" => 0, "blib" => "1.01" }, - "VERSION" => "0.008", + "VERSION" => "0.008001", "test" => { "TESTS" => "t/*.t" } diff --git a/README b/README index eee8b87..04046fc 100644 --- a/README +++ b/README @@ -5,7 +5,7 @@ NAME VERSION - version 0.008 + version 0.008001 SYNOPSIS diff --git a/lib/Dist/Zilla/PluginBundle/Author/CCM.pm b/lib/Dist/Zilla/PluginBundle/Author/CCM.pm index 0b92f30..806a6e1 100644 --- a/lib/Dist/Zilla/PluginBundle/Author/CCM.pm +++ b/lib/Dist/Zilla/PluginBundle/Author/CCM.pm @@ -7,7 +7,7 @@ use 5.014; use warnings; use strict; -our $VERSION = '0.008'; # VERSION +our $VERSION = '0.008001'; # VERSION use Dist::Zilla::Util; use Moose; @@ -227,7 +227,7 @@ Dist::Zilla::PluginBundle::Author::CCM - A plugin bundle for distributions built =head1 VERSION -version 0.008 +version 0.008001 =head1 SYNOPSIS diff --git a/lib/Pod/Weaver/PluginBundle/Author/CCM.pm b/lib/Pod/Weaver/PluginBundle/Author/CCM.pm index 2b95686..69a3136 100644 --- a/lib/Pod/Weaver/PluginBundle/Author/CCM.pm +++ b/lib/Pod/Weaver/PluginBundle/Author/CCM.pm @@ -6,7 +6,7 @@ use 5.008; use warnings; use strict; -our $VERSION = '0.008'; # VERSION +our $VERSION = '0.008001'; # VERSION use Pod::Weaver::Config::Assembler; use namespace::autoclean; @@ -105,7 +105,7 @@ Pod::Weaver::PluginBundle::Author::CCM - A plugin bundle for pod woven by CCM =head1 VERSION -version 0.008 +version 0.008001 =head1 SYNOPSIS