Skip to content

Commit

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

0.46 [2014-07-06]
- fix new teardown tests for MSWin32

0.45 [2014-07-05]
Expand Down
2 changes: 1 addition & 1 deletion lib/Test/Class.pm
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ use Storable qw(dclone);
use Test::Builder;
use Test::Class::MethodInfo;

our $VERSION = '0.45';
our $VERSION = '0.46';

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

our $VERSION = '0.45';
our $VERSION = '0.46';

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

our $VERSION = '0.45';
our $VERSION = '0.46';

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

0 comments on commit 5abc4ad

Please sign in to comment.