From 4b350fb5e986459d250b954db625d6299d6bd630 Mon Sep 17 00:00:00 2001 From: miyagawa Date: Tue, 14 Dec 2004 10:50:39 +0000 Subject: Initial revision git-svn-id: http://svn.bulknews.net/repos/public/WebService-Google-Suggest/trunk@1503 65690182-5df0-0310-9871-95da5a3706e7 --- t/00_compile.t | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 t/00_compile.t (limited to 't/00_compile.t') diff --git a/t/00_compile.t b/t/00_compile.t new file mode 100644 index 0000000..bcaa28f --- /dev/null +++ b/t/00_compile.t @@ -0,0 +1,4 @@ +use strict; +use Test::More tests => 1; + +BEGIN { use_ok 'WebService::Google::Suggest' } -- cgit 1.4.1