From 5790952f28e614ef6f7510211c3fa14d4260f8c9 Mon Sep 17 00:00:00 2001 From: franck cuny Date: Sat, 21 May 2011 16:34:12 +0200 Subject: s/boolean/bool/ Signed-off-by: franck cuny --- lib/Graph/GEXF.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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', ); -- cgit v1.2.3