From 1cef6de2844dbba45a34609e772284b9a87b86fe Mon Sep 17 00:00:00 2001 From: franck cuny Date: Fri, 12 Feb 2010 11:37:06 +0100 Subject: wip --- lib/githubexplorer.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib/githubexplorer.pm') diff --git a/lib/githubexplorer.pm b/lib/githubexplorer.pm index 4fc5aa5..67c789b 100644 --- a/lib/githubexplorer.pm +++ b/lib/githubexplorer.pm @@ -69,7 +69,7 @@ sub gen_graph { my $self = shift; $self->_connect unless $self->has_schema; my $graph = githubexplorer::Gexf->new( schema => $self->schema ); - my $xml = $graph->profiles; + my $xml = $graph->gen_gexf; $xml > io('crawl.gexf'); } -- cgit v1.2.3