12345678910111213141516171819202122 package Table::Spec::Other::A;use strict;use warnings;use ODS;name "a";options ( custom => 1);column b => ( type => 'string', sortable => true, filterable => true);1;__END__
package
Table::Spec::Other::A;
use
strict;
warnings;
ODS;
name
"a"
;
options (
custom
=> 1
);
column
b
=> (
type
=>
'string'
,
sortable
=> true,
filterable
=> true
1;
__END__