Skip to content

Commit

Permalink
Checking in changes prior to tagging of version 0.07.
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
bluefeet committed Feb 18, 2019
1 parent e103ab7 commit cc82355
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 7 deletions.
2 changes: 2 additions & 0 deletions Changes
Expand Up @@ -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.
Expand Down
2 changes: 1 addition & 1 deletion META.json
Expand Up @@ -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
}
10 changes: 5 additions & 5 deletions 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';
Expand Down
2 changes: 1 addition & 1 deletion 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
Expand Down

0 comments on commit cc82355

Please sign in to comment.