Skip to content

Commit

Permalink
Version 0.53
Browse files Browse the repository at this point in the history
  • Loading branch information
Andy Jones committed Aug 16, 2017
1 parent 58e60d0 commit 9b07bca
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions Changes
@@ -1,5 +1,9 @@
Revision history for Perl extension Test::Spec.

0.53 Wed Aug 16 09:49:00 BST 2017
- POD links are clickable
Contributed by @manwar (issue #42)

0.52 Tue Aug 15 10:20:00 BST 2017
- Pass example instance to each test
Contributed by @jamhed (issue #30, #41)
Expand Down
2 changes: 1 addition & 1 deletion lib/Test/Spec.pm
Expand Up @@ -3,7 +3,7 @@ use strict;
use warnings;
use Test::Trap (); # load as early as possible to override CORE::exit

our $VERSION = '0.52';
our $VERSION = '0.53';

use base qw(Exporter);

Expand Down

0 comments on commit 9b07bca

Please sign in to comment.