Skip to content

Commit

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

{{$NEXT}}

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

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.0.1
This document describes Test::Mock::Time version v0.1.0

# SYNOPSIS

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.0.1';
our $VERSION = 'v0.1.0';

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.0.1
This document describes Test::Mock::Time version v0.1.0
=head1 SYNOPSIS
Expand Down

0 comments on commit 9e80f1d

Please sign in to comment.