The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.
#!perl 
# Copyright (c) 2009 Yahoo! Inc.  All rights reserved.  
# The copyrights to the contents of this file are licensed under the Perl Artistic License (ver. 15 Aug 1997) 

use strict; use warnings;

use lib 't/lib';

use Yahoo::Marketing::Test::MobileDictionaryService;

#use SOAP::Lite +trace => [qw/ debug method fault /]; #global debug for SOAP calls

Test::Class->runtests;