From: rkinyon Date: Tue, 18 Apr 2006 02:58:17 +0000 (+0000) Subject: Added Test::Deep and removed Test::Class dependency X-Git-Tag: 0-99_01~21 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=0c4a1f909801d92d35201c4674a210069d9adca9;p=dbsrgits%2FDBM-Deep.git Added Test::Deep and removed Test::Class dependency --- diff --git a/Build.PL b/Build.PL index 8697d77..5c23217 100644 --- a/Build.PL +++ b/Build.PL @@ -16,7 +16,7 @@ my $build = Module::Build->new( build_requires => { 'File::Path' => '0.01', 'File::Temp' => '0.01', - 'Test::Class' => '0.01', + 'Test::Deep' => '0.94', 'Test::More' => '0.47', 'Test::Exception' => '0.21', },