Skip to content

Commit

Permalink
v0.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
powerman committed Feb 15, 2016
1 parent 9505b21 commit ca0cf81
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 8 deletions.
2 changes: 2 additions & 0 deletions Changes
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
Revision history for Test-Mock-Time

{{$NEXT}}

v0.1.1 2016-02-15 08:27:25 EET
- Improve tests portability (BSD).

v0.1.0 2016-02-14 21:59:31 EET
Expand Down
4 changes: 2 additions & 2 deletions META.json
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@
"provides" : {
"Test::Mock::Time" : {
"file" : "lib/Test/Mock/Time.pm",
"version" : "v0.1.0"
"version" : "v0.1.1"
}
},
"release_status" : "stable",
Expand All @@ -77,6 +77,6 @@
"web" : "https://github.com/powerman/perl-Test-Mock-Time"
}
},
"version" : "v0.1.0"
"version" : "v0.1.1"
}

5 changes: 2 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,8 @@ Test::Mock::Time - Deterministic time & timers for event loop tests

# VERSION

This document describes Test::Mock::Time version v0.1.0

# SYNOPSIS
This document describes Test::Mock::Time version v0.1.1
=head1 SYNOPSIS

use Test::Mock::Time;

Expand Down
5 changes: 2 additions & 3 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.0';
our $VERSION = 'v0.1.1';

use Export::Attrs;
use Scalar::Util qw( weaken );
Expand Down Expand Up @@ -458,8 +458,7 @@ Test::Mock::Time - Deterministic time & timers for event loop tests
=head1 VERSION
This document describes Test::Mock::Time version v0.1.0
This document describes Test::Mock::Time version v0.1.1
=head1 SYNOPSIS
use Test::Mock::Time;
Expand Down

0 comments on commit ca0cf81

Please sign in to comment.