The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.
use lib 't';
use Test::Siebel::Srvrmgr::Daemon::Action::Serializable::ListParams;
use File::Spec;

Test::Class->runtests(
    Test::Siebel::Srvrmgr::Daemon::Action::Serializable::ListParams->new(
        data_file =>
          File::Spec->catfile(qw(t output fixed list_params_for_srproc.txt))
    )
);