diff options
Diffstat (limited to 'lib/Graph/GEXF/Attribute.pm')
| -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; |
