The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.
#!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::CustomizableFlashCreativeService;

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

Test::Class->runtests;