Skip to content

Commit

Permalink
prep for release of 0.45
Browse files Browse the repository at this point in the history
  • Loading branch information
karenetheridge committed Jul 6, 2014
1 parent 4c00627 commit 4f4db03
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 3 deletions.
1 change: 1 addition & 0 deletions Changes
@@ -1,5 +1,6 @@
Changes for Perl extension Test-Class

0.45 [2014-07-05]
- bump minimum required version of Test::More (RT#96951)

0.44 [2014-07-04]
Expand Down
2 changes: 1 addition & 1 deletion lib/Test/Class.pm
Expand Up @@ -11,7 +11,7 @@ use Storable qw(dclone);
use Test::Builder;
use Test::Class::MethodInfo;

our $VERSION = '0.44';
our $VERSION = '0.45';

my $Check_block_has_run;
{
Expand Down
2 changes: 1 addition & 1 deletion lib/Test/Class/Load.pm
Expand Up @@ -7,7 +7,7 @@ use Test::Class;
use File::Find;
use File::Spec;

our $VERSION = '0.44';
our $VERSION = '0.45';

# Override to get your own filter
sub is_test_class {
Expand Down
2 changes: 1 addition & 1 deletion lib/Test/Class/MethodInfo.pm
Expand Up @@ -4,7 +4,7 @@ use warnings;
package Test::Class::MethodInfo;
use Carp;

our $VERSION = '0.44';
our $VERSION = '0.45';

sub new {
my ( $class, %param ) = @_;
Expand Down

0 comments on commit 4f4db03

Please sign in to comment.