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/Position.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/Position.pm')
| -rw-r--r-- | lib/Graph/GEXF/Role/Viz/Position.pm | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/Graph/GEXF/Role/Viz/Position.pm b/lib/Graph/GEXF/Role/Viz/Position.pm index c15fd57..c9e79c3 100644 --- a/lib/Graph/GEXF/Role/Viz/Position.pm +++ b/lib/Graph/GEXF/Role/Viz/Position.pm @@ -8,6 +8,7 @@ has [qw/x y z/] => ( is => 'rw', isa => 'Num', trigger => sub { $_has_position++ }, + traits => ['Chained'], ); sub has_position { $_has_position } |
