]> Dogcows Code - chaz/p5-Dist-Zilla-PluginBundle-Author-CCM/commitdiff
Version 0.008001
authorCharles McGarvey <chazmcgarvey@brokenzipper.com>
Sat, 26 Aug 2017 04:01:22 +0000 (22:01 -0600)
committerCharles McGarvey <chazmcgarvey@brokenzipper.com>
Sat, 26 Aug 2017 04:01:22 +0000 (22:01 -0600)
Changes
META.json
META.yml
Makefile.PL
README
lib/Dist/Zilla/PluginBundle/Author/CCM.pm
lib/Pod/Weaver/PluginBundle/Author/CCM.pm

diff --git a/Changes b/Changes
index aab92b1438d599e62fb32ec3e7b0d1951d24a328..e705cf850c369779fbd9f3f9dc4cbf6a67e0e00e 100644 (file)
--- 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
index 1ba15682317ef74ddd467cbbb8e6f246f5beaf6b..9eaa6d38b0347b0a04268b16acffeb7613a384a9 100644 (file)
--- a/META.json
+++ b/META.json
    "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",
          "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"
 }
index e3a6880a3c723b3e5491733d9874de2e4620be7f..5197d1f6a885d5f1bb3631a7fd6c8b4a84a2795a 100644 (file)
--- 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'
index b6f63f05defd69e0d01b307e19c9b816408c2dad..008511360a27e663ea9e4b0975a963e069530da4 100644 (file)
@@ -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 eee8b87c2f1535fe97cfe7a147de7c3d81a46714..04046fc05be3e0b43e044e3deb766539a80c26eb 100644 (file)
--- a/README
+++ b/README
@@ -5,7 +5,7 @@ NAME
 
 VERSION
 
-    version 0.008
+    version 0.008001
 
 SYNOPSIS
 
index 0b92f3020131fe49ff3da03a6d81ad145042f4ee..806a6e1c9c0ec5d3145aa8b6bec474ac74a0c0c7 100644 (file)
@@ -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
 
index 2b9568601e0dfd111163b6b1e538cb4ca072f328..69a31367d7b7ad75e1110f2969a2886d0b914fcb 100644 (file)
@@ -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
 
This page took 0.041677 seconds and 4 git commands to generate.