From: Charles McGarvey Date: Thu, 31 Mar 2022 14:25:31 +0000 (-0600) Subject: Version 0.011 X-Git-Url: https://git.dogcows.com/gitweb?p=chaz%2Fp5-Dist-Zilla-PluginBundle-Author-CCM;a=commitdiff_plain;h=70d050e11e83426bd2eccb1b7420a5ce0627baef Version 0.011 --- diff --git a/Changes b/Changes index 49e2f03..fce7f7b 100644 --- a/Changes +++ b/Changes @@ -1,46 +1,50 @@ Revision history for Dist-Zilla-PluginBundle-Author-CCM. -0.010 2022-03-29 20:09:03-06:00 America/Denver +0.011 2022-03-31 08:24:44-0600 + + * Change NextRelease datetime format + +0.010 2022-03-29 20:09:03-0600 * Add no_index option so MetaNoIndex is easily configurable -0.009 2018-11-22 22:46:42-07:00 MST7MDT +0.009 2018-11-22 22:46:42-0700 * Remove use of DZP::TravisYML and DZP::ReversionOnRelease -0.008001 2017-08-25 22:00:56-06:00 MST7MDT +0.008001 2017-08-25 22:00:56-0600 * Declare new dependency on Perl::Version -0.008 2017-08-25 21:28:07-06:00 MST7MDT +0.008 2017-08-25 21:28:07-0600 * Automatically figure out perl_version and perl_version_build TravisYML configuration based on configured minimum perl requirement -0.007 2017-03-11 18:33:58-07:00 MST7MDT +0.007 2017-03-11 18:33:58-0700 * Prevent writing wrong version to Changes -0.006 2016-11-28 02:08:07-07:00 MST7MDT +0.006 2016-11-28 02:08:07-0700 * Work around a bug in DZP::TravisYML -0.005 2016-11-27 19:52:27-07:00 MST7MDT +0.005 2016-11-27 19:52:27-0700 * Move dependencies from cpanfile to dist.ini (fixes testing) * Set copyright year -0.004 2016-11-27 18:28:43-07:00 MST7MDT +0.004 2016-11-27 18:28:43-0700 * This bundle now requires at least perl 5.14.0 * Add Test::MinimumVersion as a release test -0.003 2016-11-26 00:09:53-07:00 MST7MDT +0.003 2016-11-26 00:09:53-0700 * Set default authority to cpan:CCM * Add Test::CPAN::Meta to prereqs -0.002 2016-11-25 22:12:27-07:00 MST7MDT +0.002 2016-11-25 22:12:27-0700 * Add DZIL_NO_UPLOAD to enable no_upload mode * Only rewrite repo README on release @@ -48,7 +52,7 @@ Revision history for Dist-Zilla-PluginBundle-Author-CCM. * Use Bootstrap::lib * Require Dist::Zilla 5.038 (for :ExtraTestFiles) -0.001 2016-11-25 18:28:13-07:00 MST7MDT +0.001 2016-11-25 18:28:13-0700 * Initial version diff --git a/META.json b/META.json index be91f42..bdd427d 100644 --- a/META.json +++ b/META.json @@ -158,11 +158,11 @@ "provides" : { "Dist::Zilla::PluginBundle::Author::CCM" : { "file" : "lib/Dist/Zilla/PluginBundle/Author/CCM.pm", - "version" : "0.010" + "version" : "0.011" }, "Pod::Weaver::PluginBundle::Author::CCM" : { "file" : "lib/Pod/Weaver/PluginBundle/Author/CCM.pm", - "version" : "0.010" + "version" : "0.011" } }, "release_status" : "stable", @@ -177,7 +177,7 @@ "web" : "https://github.com/chazmcgarvey/Dist-Zilla-PluginBundle-Author-CCM" } }, - "version" : "0.010", + "version" : "0.011", "x_authority" : "cpan:CCM", "x_generated_by_perl" : "v5.34.1", "x_serialization_backend" : "Cpanel::JSON::XS version 4.27", diff --git a/META.yml b/META.yml index 1dd1bb5..556f3c4 100644 --- a/META.yml +++ b/META.yml @@ -33,10 +33,10 @@ no_index: provides: Dist::Zilla::PluginBundle::Author::CCM: file: lib/Dist/Zilla/PluginBundle/Author/CCM.pm - version: '0.010' + version: '0.011' Pod::Weaver::PluginBundle::Author::CCM: file: lib/Pod/Weaver/PluginBundle/Author/CCM.pm - version: '0.010' + version: '0.011' recommends: Dist::Zilla::Plugin::FakeRelease: '0' Dist::Zilla::Plugin::Prereqs::FromCPANfile: '0' @@ -122,7 +122,7 @@ 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.010' +version: '0.011' x_authority: cpan:CCM x_generated_by_perl: v5.34.1 x_serialization_backend: 'YAML::Tiny version 1.73' diff --git a/Makefile.PL b/Makefile.PL index e103914..07be1af 100644 --- a/Makefile.PL +++ b/Makefile.PL @@ -101,7 +101,7 @@ my %WriteMakefileArgs = ( "IPC::Open3" => 0, "Test::More" => 0 }, - "VERSION" => "0.010", + "VERSION" => "0.011", "test" => { "TESTS" => "t/*.t" } diff --git a/README b/README index 4078921..86ede03 100644 --- a/README +++ b/README @@ -5,7 +5,7 @@ NAME VERSION - version 0.010 + version 0.011 SYNOPSIS diff --git a/lib/Dist/Zilla/PluginBundle/Author/CCM.pm b/lib/Dist/Zilla/PluginBundle/Author/CCM.pm index 8e2598e..933b9f4 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.010'; # VERSION +our $VERSION = '0.011'; # VERSION use Dist::Zilla::Util; use Moose; @@ -150,7 +150,7 @@ sub configure { $self->installer, # e.g. MakeMaker # RELEASE - ['NextRelease'], + ['NextRelease' => {format => '%-9v %{yyyy-MM-dd HH:mm:ssZZZ}d%{ (TRIAL RELEASE)}T'}], ['CheckChangesHasContent'], ['Git::Check' => {allow_dirty => [@allow_dirty], untracked_files => 'ignore'}], ['RunExtraTests'], @@ -195,7 +195,7 @@ Dist::Zilla::PluginBundle::Author::CCM - A plugin bundle for distributions built =head1 VERSION -version 0.010 +version 0.011 =head1 SYNOPSIS diff --git a/lib/Pod/Weaver/PluginBundle/Author/CCM.pm b/lib/Pod/Weaver/PluginBundle/Author/CCM.pm index ec44cf2..bcebb68 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.010'; # VERSION +our $VERSION = '0.011'; # 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.010 +version 0.011 =head1 SYNOPSIS