From: gfx Date: Mon, 8 Mar 2010 04:12:22 +0000 (+0900) Subject: Add Net::Google::DataAPI to author/test_externals.pl X-Git-Tag: 0.50_08~13 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=3f1fa307347e5a4312c17e9e8da1eeb116b0a2f7;p=gitmo%2FMouse.git Add Net::Google::DataAPI to author/test_externals.pl --- diff --git a/author/test-externals.pl b/author/test-externals.pl index d5b3df4..3fa9fff 100755 --- a/author/test-externals.pl +++ b/author/test-externals.pl @@ -20,6 +20,9 @@ my %dist = ( => q{git://github.com/masaki/mousex-attributehelpers.git}, 'HTML-Shakan' => q{git://github.com/tokuhirom/html-shakan.git}, + + 'Net-Google-DataAPI' + => q{git://github.com/lopnor/Net-Google-DataAPI.git}, ); my $distdir = 'externals';