From ada010647e218098e0935ca987fc35662682390d Mon Sep 17 00:00:00 2001 From: Kent Fredric Date: Tue, 18 Aug 2015 16:36:08 +1200 Subject: [PATCH] Build results of 3cd6483 (on master) --- Changes | 2 ++ META.json | 8 ++++---- META.yml | 4 ++-- Makefile.PL | 2 +- lib/lib/byversion.pm | 4 ++-- 5 files changed, 11 insertions(+), 9 deletions(-) diff --git a/Changes b/Changes index 4b42988..fff8944 100644 --- a/Changes +++ b/Changes @@ -1,5 +1,7 @@ Release history for lib-byversion +0.002002 2015-08-18T04:35:58Z 3cd6483 + 0.002001 2015-08-18T04:35:32Z fb6ecb3 [Metadata] - CPAN.com? What planet is this? diff --git a/META.json b/META.json index b4e7c1a..1623b2c 100644 --- a/META.json +++ b/META.json @@ -121,7 +121,7 @@ "provides" : { "lib::byversion" : { "file" : "lib/lib/byversion.pm", - "version" : "0.002001" + "version" : "0.002002" } }, "release_status" : "stable", @@ -136,7 +136,7 @@ "web" : "https://github.com/kentnl/lib-byversion" } }, - "version" : "0.002001", + "version" : "0.002002", "x_BuiltWith" : { "external_file" : "misc/built_with.json" }, @@ -638,7 +638,7 @@ "branch" : null, "changelog" : "Changes", "signed" : 0, - "tag" : "0.002001-source", + "tag" : "0.002002-source", "tag_format" : "%v-source", "tag_message" : "v%v" }, @@ -729,7 +729,7 @@ "branch" : "releases", "changelog" : "Changes", "signed" : 0, - "tag" : "0.002001", + "tag" : "0.002002", "tag_format" : "%v", "tag_message" : "v%v" }, diff --git a/META.yml b/META.yml index 93a04e2..c936e72 100644 --- a/META.yml +++ b/META.yml @@ -20,7 +20,7 @@ name: lib-byversion provides: lib::byversion: file: lib/lib/byversion.pm - version: '0.002001' + version: '0.002002' requires: String::Formatter: '0' lib: '0' @@ -32,4 +32,4 @@ resources: bugtracker: https://github.com/kentnl/lib-byversion/issues homepage: https://github.com/kentnl/lib-byversion repository: https://github.com/kentnl/lib-byversion.git -version: '0.002001' +version: '0.002002' diff --git a/Makefile.PL b/Makefile.PL index b745ddb..2292571 100644 --- a/Makefile.PL +++ b/Makefile.PL @@ -28,7 +28,7 @@ my %WriteMakefileArgs = ( "File::Spec" => 0, "Test::More" => "0.89" }, - "VERSION" => "0.002001", + "VERSION" => "0.002002", "test" => { "TESTS" => "t/*.t t/00-compile/*.t" } diff --git a/lib/lib/byversion.pm b/lib/lib/byversion.pm index 83bda10..82cb80d 100644 --- a/lib/lib/byversion.pm +++ b/lib/lib/byversion.pm @@ -4,7 +4,7 @@ use warnings; package lib::byversion; -our $VERSION = '0.002001'; +our $VERSION = '0.002002'; # ABSTRACT: add paths to @INC depending on which version of Perl is running. @@ -58,7 +58,7 @@ lib::byversion - add paths to @INC depending on which version of Perl is running =head1 VERSION -version 0.002001 +version 0.002002 =head1 SYNOPSIS