Skip to content

Commit

Permalink
v0.1.7
Browse files Browse the repository at this point in the history
  • Loading branch information
powerman committed Jan 9, 2018
1 parent d2e16d9 commit 8e5f17d
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 5 deletions.
3 changes: 3 additions & 0 deletions Changes
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,9 @@ Revision history for Test-Mock-Time

{{$NEXT}}

v0.1.7 2018-01-09 21:05:29 EET
- Add support for perl-5.8.

v0.1.6 2016-02-29 23:22:56 EET
- Reformat doc.
- Drop support for Mojolicious < 6.0.
Expand Down
4 changes: 2 additions & 2 deletions META.json
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@
"provides" : {
"Test::Mock::Time" : {
"file" : "lib/Test/Mock/Time.pm",
"version" : "v0.1.6"
"version" : "v0.1.7"
}
},
"release_status" : "stable",
Expand All @@ -83,7 +83,7 @@
"web" : "https://github.com/powerman/perl-Test-Mock-Time"
}
},
"version" : "v0.1.6",
"version" : "v0.1.7",
"x_contributors" : [
"Dagfinn Ilmari Manns\u00e5ker <ilmari@ilmari.org>"
],
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ Test::Mock::Time - Deterministic time & timers for event loop tests

# VERSION

This document describes Test::Mock::Time version v0.1.6
This document describes Test::Mock::Time version v0.1.7

# SYNOPSIS

Expand Down
4 changes: 2 additions & 2 deletions lib/Test/Mock/Time.pm
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ use strict;
use utf8;
use Carp;

our $VERSION = 'v0.1.6';
our $VERSION = 'v0.1.7';

use Export::Attrs;
use List::Util qw( any );
Expand Down Expand Up @@ -507,7 +507,7 @@ Test::Mock::Time - Deterministic time & timers for event loop tests
=head1 VERSION
This document describes Test::Mock::Time version v0.1.6
This document describes Test::Mock::Time version v0.1.7
=head1 SYNOPSIS
Expand Down

0 comments on commit 8e5f17d

Please sign in to comment.