The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.
#!perl 
# Copyright (c) 2010 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::APT::Test::ApprovalTaskService;

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

Test::Class->runtests;