Skip to content

Commit

Permalink
Checking in changes prior to tagging of version 0.08.
Browse files Browse the repository at this point in the history
Changelog diff is:

diff --git a/Changes b/Changes
index 7e28d92..be781a1 100644
--- a/Changes
+++ b/Changes
@@ -2,6 +2,8 @@ Revision history for Perl extension Starch-Plugin-TimeoutStore.

 {{$NEXT}}

+0.08 2019-02-20T18:50:03Z
+
  - Require Starch 0.11 so that we get the better croak.
  - Require perl 5.10.1.
  - Simplify VERSION declarations.
  • Loading branch information
bluefeet committed Feb 20, 2019
1 parent 874f62b commit bed2376
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
2 changes: 2 additions & 0 deletions Changes
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@ Revision history for Perl extension Starch-Plugin-TimeoutStore.

{{$NEXT}}

0.08 2019-02-20T18:50:03Z

- Require Starch 0.11 so that we get the better croak.
- Require perl 5.10.1.
- Simplify VERSION declarations.
Expand Down
2 changes: 1 addition & 1 deletion META.json
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@
"web" : "https://github.com/bluefeet/Starch-Plugin-TimeoutStore"
}
},
"version" : "0.07",
"version" : "0.08",
"x_serialization_backend" : "JSON::PP version 2.97001",
"x_static_install" : 1
}
2 changes: 1 addition & 1 deletion lib/Starch/Plugin/TimeoutStore.pm
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
package Starch::Plugin::TimeoutStore;
use 5.010001;
use strictures 2;
our $VERSION = '0.07';
our $VERSION = '0.08';

=head1 NAME
Expand Down

0 comments on commit bed2376

Please sign in to comment.