diff options
| author | franck cuny <franck@lumberjaph.net> | 2011-05-21 16:34:12 +0200 |
|---|---|---|
| committer | franck cuny <franck@lumberjaph.net> | 2011-05-21 16:34:12 +0200 |
| commit | 5790952f28e614ef6f7510211c3fa14d4260f8c9 (patch) | |
| tree | 17aa99616a17df4be51d17e5298f1dc2bc644b87 /lib/Graph/GEXF.pm | |
| parent | udpate roles for viz (diff) | |
| download | graph-gexf-5790952f28e614ef6f7510211c3fa14d4260f8c9.tar.gz | |
s/boolean/bool/
Signed-off-by: franck cuny <franck@lumberjaph.net>
Diffstat (limited to '')
| -rw-r--r-- | lib/Graph/GEXF.pm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/Graph/GEXF.pm b/lib/Graph/GEXF.pm index ae4bf33..8f7d1ef 100644 --- a/lib/Graph/GEXF.pm +++ b/lib/Graph/GEXF.pm @@ -16,7 +16,7 @@ with has visualization => ( is => 'ro', - isa => 'Boolean', + isa => 'Bool', predicate => 'has_visualization', ); |
