diff options
| author | franck cuny <franck@lumberjaph.net> | 2011-05-21 15:08:39 +0200 |
|---|---|---|
| committer | franck cuny <franck@lumberjaph.net> | 2011-05-21 15:08:39 +0200 |
| commit | fa23a91b53f219ceec3fd1a601b3999dc7a26870 (patch) | |
| tree | 090a420fbf583a4584f3814042cfcb2b927bb8a7 /lib/Graph/GEXF/Attribute.pm | |
| parent | perltidy (diff) | |
| download | graph-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 '')
| -rw-r--r-- | lib/Graph/GEXF/Attribute.pm | 2 |
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; |
