summaryrefslogtreecommitdiff
path: root/lib/Graph/GEXF/Role/Viz/Shape.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/Shape.pm
parentattributes are chained (diff)
downloadgraph-gexf-0d185fcf97338e76485f71d08fdfe0f77ec12fb7.tar.gz
attributes are chained
Signed-off-by: franck cuny <franck@lumberjaph.net>
Diffstat (limited to '')
-rw-r--r--lib/Graph/GEXF/Role/Viz/Shape.pm1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/Graph/GEXF/Role/Viz/Shape.pm b/lib/Graph/GEXF/Role/Viz/Shape.pm
index 1f0ba67..b092d6d 100644
--- a/lib/Graph/GEXF/Role/Viz/Shape.pm
+++ b/lib/Graph/GEXF/Role/Viz/Shape.pm
@@ -29,6 +29,7 @@ role {
is => 'rw',
isa => $type,
default => $default,
+ traits => ['Chained'],
);
};