summaryrefslogtreecommitdiff
path: root/lib/Graph/GEXF/Role/Viz/Size.pm
diff options
context:
space:
mode:
authorfranck cuny <franck@lumberjaph.net>2011-06-03 14:47:17 +0200
committerfranck cuny <franck@lumberjaph.net>2011-06-03 14:47:17 +0200
commit0d185fcf97338e76485f71d08fdfe0f77ec12fb7 (patch)
treef5a1923b0cf032fd61131e6bccdb6710f93bee71 /lib/Graph/GEXF/Role/Viz/Size.pm
parentattributes are chained (diff)
downloadgraph-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.pm1
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'],
);
};