diff options
| author | franck cuny <franck@lumberjaph.net> | 2010-02-12 11:37:06 +0100 |
|---|---|---|
| committer | franck cuny <franck@lumberjaph.net> | 2010-02-12 11:37:06 +0100 |
| commit | 1cef6de2844dbba45a34609e772284b9a87b86fe (patch) | |
| tree | 1a12d5a45760058fabb748a59319d6ea5362b516 /lib/githubexplorer.pm | |
| parent | Merge branch 'master' of git@lj:github-explorer (diff) | |
| download | github-explorer-1cef6de2844dbba45a34609e772284b9a87b86fe.tar.gz | |
wip
Diffstat (limited to 'lib/githubexplorer.pm')
| -rw-r--r-- | lib/githubexplorer.pm | 2 |
1 files changed, 1 insertions, 1 deletions
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'); } |
