From: gfx Date: Mon, 15 Mar 2010 02:12:50 +0000 (+0900) Subject: Fix a module name X-Git-Tag: 0.50_09~3 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=66a33f3d647ed0567d3d2ce634111a5bd5269c72;p=gitmo%2FMouse.git Fix a module name --- diff --git a/xt/06_usermodules.t b/xt/06_usermodules.t index a296c6e..da176ef 100644 --- a/xt/06_usermodules.t +++ b/xt/06_usermodules.t @@ -29,7 +29,7 @@ my @modules = qw( HTTP::Engine::Middleware HTML::Shakan - Net::Google::API + Net::Google::DataAPI ); test_module($_) for @modules;