diff options
| author | franck cuny <franck@lumberjaph.net> | 2011-06-03 14:47:17 +0200 |
|---|---|---|
| committer | franck cuny <franck@lumberjaph.net> | 2011-06-03 14:47:17 +0200 |
| commit | 0d185fcf97338e76485f71d08fdfe0f77ec12fb7 (patch) | |
| tree | f5a1923b0cf032fd61131e6bccdb6710f93bee71 /lib/Graph/GEXF/Role/Viz/Size.pm | |
| parent | attributes are chained (diff) | |
| download | graph-gexf-0d185fcf97338e76485f71d08fdfe0f77ec12fb7.tar.gz | |
attributes are chained
Signed-off-by: franck cuny <franck@lumberjaph.net>
Diffstat (limited to 'lib/Graph/GEXF/Role/Viz/Size.pm')
| -rw-r--r-- | lib/Graph/GEXF/Role/Viz/Size.pm | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/Graph/GEXF/Role/Viz/Size.pm b/lib/Graph/GEXF/Role/Viz/Size.pm index d192db6..aef1574 100644 --- a/lib/Graph/GEXF/Role/Viz/Size.pm +++ b/lib/Graph/GEXF/Role/Viz/Size.pm @@ -14,6 +14,7 @@ role { is => 'rw', isa => 'Num', default => '1.0', + traits => ['Chained'], ); }; |
