The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.
package Test::Siebel::Srvrmgr::ListParser::Output::Tabular::ListCompTypes;

use base 'Test::Siebel::Srvrmgr::ListParser::Output::Tabular';

sub get_data_type {

	return 'list_comp_types';

}

sub get_cmd_line {

	return 'list comp types';

}


1;