Revision history for Dist-Zilla-PluginBundle-Author-CCM.
+0.007 2017-03-11 18:33:58-07:00 MST7MDT
+
+ * Prevent writing wrong version to Changes
+
0.006 2016-11-28 02:08:07-07:00 MST7MDT
* Work around a bug in DZP::TravisYML
-# This file was automatically generated by Dist::Zilla::Plugin::Manifest v6.008.
+# This file was automatically generated by Dist::Zilla::Plugin::Manifest v6.009.
.travis.yml
Changes
LICENSE
"Charles McGarvey <chazmcgarvey@brokenzipper.com>"
],
"dynamic_config" : 0,
- "generated_by" : "Dist::Zilla version 6.008, CPAN::Meta::Converter version 2.150005",
+ "generated_by" : "Dist::Zilla version 6.009, CPAN::Meta::Converter version 2.150005",
"keywords" : [
"dzil",
"author",
"provides" : {
"Dist::Zilla::PluginBundle::Author::CCM" : {
"file" : "lib/Dist/Zilla/PluginBundle/Author/CCM.pm",
- "version" : "0.006"
+ "version" : "0.007"
},
"Pod::Weaver::PluginBundle::Author::CCM" : {
"file" : "lib/Pod/Weaver/PluginBundle/Author/CCM.pm",
- "version" : "0.006"
+ "version" : "0.007"
}
},
"release_status" : "stable",
"web" : "https://github.com/chazmcgarvey/Dist-Zilla-PluginBundle-Author-CCM"
}
},
- "version" : "0.006",
+ "version" : "0.007",
"x_authority" : "cpan:CCM",
- "x_serialization_backend" : "Cpanel::JSON::XS version 3.0224"
+ "x_serialization_backend" : "Cpanel::JSON::XS version 3.0225"
}
configure_requires:
ExtUtils::MakeMaker: '0'
dynamic_config: 0
-generated_by: 'Dist::Zilla version 6.008, CPAN::Meta::Converter version 2.150005'
+generated_by: 'Dist::Zilla version 6.009, CPAN::Meta::Converter version 2.150005'
keywords:
- dzil
- author
provides:
Dist::Zilla::PluginBundle::Author::CCM:
file: lib/Dist/Zilla/PluginBundle/Author/CCM.pm
- version: '0.006'
+ version: '0.007'
Pod::Weaver::PluginBundle::Author::CCM:
file: lib/Pod/Weaver/PluginBundle/Author/CCM.pm
- version: '0.006'
+ version: '0.007'
recommends:
Dist::Zilla::Plugin::FakeRelease: '0'
Dist::Zilla::Plugin::Prereqs::FromCPANfile: '0'
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.006'
+version: '0.007'
x_authority: cpan:CCM
-x_serialization_backend: 'YAML::Tiny version 1.69'
+x_serialization_backend: 'YAML::Tiny version 1.70'
-# This file was automatically generated by Dist::Zilla::Plugin::MakeMaker v6.008.
+# This file was automatically generated by Dist::Zilla::Plugin::MakeMaker v6.009.
use strict;
use warnings;
"Test::More" => 0,
"blib" => "1.01"
},
- "VERSION" => "0.006",
+ "VERSION" => "0.007",
"test" => {
"TESTS" => "t/*.t"
}
VERSION
- version 0.006
+ version 0.007
SYNOPSIS
; VERSION
[Git::NextVersion]
- [NextRelease]
[ReversionOnRelease]
prompt = 1
[MakeMaker] ; override with the "installer" attribute
; RELEASE
+ [NextRelease]
[CheckChangesHasContent]
[Git::Check]
[RunExtraTests]
use warnings;
use strict;
-our $VERSION = '0.006'; # VERSION
+our $VERSION = '0.007'; # VERSION
use Dist::Zilla::Util;
use Moose;
# VERSION
['Git::NextVersion'],
- ['NextRelease'],
['ReversionOnRelease' => {prompt => 1}],
# GATHER
$self->installer, # e.g. MakeMaker
# RELEASE
+ ['NextRelease'],
['CheckChangesHasContent'],
['Git::Check' => {allow_dirty => [@allow_dirty], untracked_files => 'ignore'}],
['RunExtraTests'],
=head1 VERSION
-version 0.006
+version 0.007
=head1 SYNOPSIS
; VERSION
[Git::NextVersion]
- [NextRelease]
[ReversionOnRelease]
prompt = 1
[MakeMaker] ; override with the "installer" attribute
; RELEASE
+ [NextRelease]
[CheckChangesHasContent]
[Git::Check]
[RunExtraTests]
use warnings;
use strict;
-our $VERSION = '0.006'; # VERSION
+our $VERSION = '0.007'; # VERSION
use Pod::Weaver::Config::Assembler;
use namespace::autoclean;
=head1 VERSION
-version 0.006
+version 0.007
=head1 SYNOPSIS