summaryrefslogtreecommitdiff
path: root/lib/Graph/GEXF/Edge.pm
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--lib/Graph/GEXF/Edge.pm4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/Graph/GEXF/Edge.pm b/lib/Graph/GEXF/Edge.pm
index a116a01..fe94d82 100644
--- a/lib/Graph/GEXF/Edge.pm
+++ b/lib/Graph/GEXF/Edge.pm
@@ -1,7 +1,7 @@
package Graph::GEXF::Edge;
use Moose;
-use Data::UUID::LibUUID;
+#use Data::UUID::LibUUID;
with
'Graph::GEXF::Role::Viz::Size' => { as => 'thickness' },
@@ -11,7 +11,7 @@ has id => (
is => 'ro',
isa => 'Str',
required => 1,
- default => sub { new_uuid_string() }
+# default => sub { new_uuid_string() }
);
has source => (is => 'ro', isa => 'Str', required => 1);