summaryrefslogtreecommitdiff
path: root/t/Colourable.pm
blob: 3c90b5c6ae4b0c44d6e3ac4168f7e6ecdb0c7765 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
package t::Colourable;

use strict;

use Tangence::Constants;

our %PROPS = (
   colour => {
      dim  => DIM_SCALAR,
      type => 'str',
   },
);

1;