From: rkinyon Date: Wed, 22 Mar 2006 03:33:45 +0000 (+0000) Subject: Fixed typo in a build_requires X-Git-Tag: 0-99_01~47 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=0236a909d135a6ed36533c8ed052208fd4bc1d04;p=dbsrgits%2FDBM-Deep.git Fixed typo in a build_requires --- diff --git a/Build.PL b/Build.PL index 1f3dbe5..8697d77 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', - 'Temp::Class' => '0.01', + 'Test::Class' => '0.01', 'Test::More' => '0.47', 'Test::Exception' => '0.21', },