Skip to content

Commit

Permalink
Prep for 2.03 release
Browse files Browse the repository at this point in the history
  • Loading branch information
2shortplanks committed Nov 12, 2012
1 parent 8b51e0d commit 3a8f1d5
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 2 deletions.
5 changes: 5 additions & 0 deletions CHANGES
@@ -1,3 +1,8 @@
2.03 Ignore nanoseconds to account for DateTime->now() not returning
nanoseconds and therefore erroneously determining that a timestamp
created with nanoseconds occurred in the future when it's just more
accurate

2.02 Add support for Postgres TIMEZONE WITH TIMESTAMP type dates

2.01 Remove spurious use of Test::MockTime from test suite
Expand Down
2 changes: 1 addition & 1 deletion META.yml
Expand Up @@ -34,4 +34,4 @@ resources:
type: git
url: git://github.com/2shortplanks/Test-Recent.git
web: https://github.com/2shortplanks/Test-Recent/tree
version: 2.02
version: 2.03
2 changes: 1 addition & 1 deletion lib/Test/Recent.pm
Expand Up @@ -13,7 +13,7 @@ use Scalar::Util qw(blessed);

use vars qw(@EXPORT_OK $VERSION $OverridedNowForTesting);

$VERSION = "2.02";
$VERSION = "2.03";

my $tester = Test::Builder->new();

Expand Down

0 comments on commit 3a8f1d5

Please sign in to comment.