From cc823554c5e87c5d705ce4c063f6114e7f3d6084 Mon Sep 17 00:00:00 2001 From: Aran Deltac Date: Sun, 17 Feb 2019 22:00:16 -0800 Subject: [PATCH] Checking in changes prior to tagging of version 0.07. Changelog diff is: diff --git a/Changes b/Changes index 46a52f3..c086e63 100644 --- a/Changes +++ b/Changes @@ -2,6 +2,8 @@ Revision history for Perl extension Starch-Plugin-TimeoutStore. {{$NEXT}} +0.07 2019-02-18T05:59:59Z + - Make sure we set Carp::Internal during set/get/remove. - Migrate build tooling from Dist::Zilla to Minilla. - Migrate all the tests from Test::More to Test2::V0. --- Changes | 2 ++ META.json | 2 +- cpanfile | 10 +++++----- lib/Starch/Plugin/TimeoutStore.pm | 2 +- 4 files changed, 9 insertions(+), 7 deletions(-) diff --git a/Changes b/Changes index 46a52f3..c086e63 100644 --- a/Changes +++ b/Changes @@ -2,6 +2,8 @@ Revision history for Perl extension Starch-Plugin-TimeoutStore. {{$NEXT}} +0.07 2019-02-18T05:59:59Z + - Make sure we set Carp::Internal during set/get/remove. - Migrate build tooling from Dist::Zilla to Minilla. - Migrate all the tests from Test::More to Test2::V0. diff --git a/META.json b/META.json index 6d1ae7a..3b251df 100644 --- a/META.json +++ b/META.json @@ -68,7 +68,7 @@ "web" : "https://github.com/bluefeet/Starch-Plugin-TimeoutStore" } }, - "version" : "0.06", + "version" : "0.07", "x_serialization_backend" : "JSON::PP version 2.27300", "x_static_install" : 1 } diff --git a/cpanfile b/cpanfile index 001cc8f..b86ef05 100644 --- a/cpanfile +++ b/cpanfile @@ -1,9 +1,9 @@ -requires 'Starch' => '0.10'; -requires 'Sys::SigAction' => '0.20'; -requires 'strictures' => '2.000000'; +requires 'Starch' => '0.10'; +requires 'Sys::SigAction' => '0.20'; +requires 'strictures' => '2.000000'; requires 'namespace::clean' => '0.24'; -requires 'Moo' => '2.000000'; -requires 'Type::Tiny' => '1.000005'; +requires 'Moo' => '2.000000'; +requires 'Type::Tiny' => '1.000005'; on test => sub { requires 'Test2::V0' => '0.000094'; diff --git a/lib/Starch/Plugin/TimeoutStore.pm b/lib/Starch/Plugin/TimeoutStore.pm index 2682bb7..9b3cd34 100644 --- a/lib/Starch/Plugin/TimeoutStore.pm +++ b/lib/Starch/Plugin/TimeoutStore.pm @@ -1,6 +1,6 @@ package Starch::Plugin::TimeoutStore; -$Starch::Plugin::TimeoutStore::VERSION = '0.06'; +$Starch::Plugin::TimeoutStore::VERSION = '0.07'; =head1 NAME