Skip to content

Commit

Permalink
Upped the dependency on Test:;Simnple
Browse files Browse the repository at this point in the history
  • Loading branch information
adrianh committed Apr 7, 2008
1 parent f2b9581 commit 6f6459f
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 4 deletions.
6 changes: 3 additions & 3 deletions Build.PL
Expand Up @@ -10,10 +10,10 @@ my $build = Module::Build->new(
'Devel::Symdump' => '2.03',
'IO::File' => '1.13',
'Storable' => '2.04',
'Test::Simple' => '0.62',
'Test::Builder' => '0.32',
'Test::Simple' => '0.78',
'Test::Builder' => '0.78',
'Test::Builder::Tester' => '1.02',
'Test::More' => '0.62',
'Test::More' => '0.78',
'Test::Exception' => '0.25',
},
create_makefile_pl => 'traditional',
Expand Down
3 changes: 3 additions & 0 deletions Changes
@@ -1,3 +1,6 @@
0.30 - or the "Oslo QA 2008 #2" release
- Move up to depend on Test::Simple 0.78 to stomp on RT##33809

0.29 - or the "Oslo QA 2008" release
- Fixed some broken edge cases where you didn't get a plan when you had
tests in a shutdown method, and no tests in the rest of your class
Expand Down
2 changes: 1 addition & 1 deletion lib/Test/Class.pm
Expand Up @@ -12,7 +12,7 @@ use Storable qw(dclone);
use Test::Builder;
use Test::Class::MethodInfo;

our $VERSION = '0.29';
our $VERSION = '0.30';

my $Check_block_has_run;
{
Expand Down

0 comments on commit 6f6459f

Please sign in to comment.