summaryrefslogtreecommitdiff
path: root/lib/Graph/GEXF/Attribute.pm
diff options
context:
space:
mode:
authorfranck cuny <franck@lumberjaph.net>2011-05-21 15:08:39 +0200
committerfranck cuny <franck@lumberjaph.net>2011-05-21 15:08:39 +0200
commitfa23a91b53f219ceec3fd1a601b3999dc7a26870 (patch)
tree090a420fbf583a4584f3814042cfcb2b927bb8a7 /lib/Graph/GEXF/Attribute.pm
parentperltidy (diff)
downloadgraph-gexf-fa23a91b53f219ceec3fd1a601b3999dc7a26870.tar.gz
add roles for viz; update to draft 1.2; perltidy
Signed-off-by: franck cuny <franck@lumberjaph.net>
Diffstat (limited to 'lib/Graph/GEXF/Attribute.pm')
-rw-r--r--lib/Graph/GEXF/Attribute.pm2
1 files changed, 2 insertions, 0 deletions
diff --git a/lib/Graph/GEXF/Attribute.pm b/lib/Graph/GEXF/Attribute.pm
index fb18ea2..3360307 100644
--- a/lib/Graph/GEXF/Attribute.pm
+++ b/lib/Graph/GEXF/Attribute.pm
@@ -10,5 +10,7 @@ has type => (
isa => enum([qw/string integer float double boolean date anyURI/])
);
+no Moose;
+
1;