summaryrefslogtreecommitdiff
path: root/lib/githubexplorer/Repository.pm
diff options
context:
space:
mode:
authorfranck cuny <franck@lumberjaph.net>2010-02-10 11:08:21 +0100
committerfranck cuny <franck@lumberjaph.net>2010-02-10 11:08:21 +0100
commit68cd6b70d8ce737ffa12bab2be4f6eaf6f1599a4 (patch)
tree2208dfd26b3837a098ba7f601069917d8d81951c /lib/githubexplorer/Repository.pm
parentprepare repos (diff)
parentupdate to create graph (diff)
downloadgithub-explorer-68cd6b70d8ce737ffa12bab2be4f6eaf6f1599a4.tar.gz
fix
Diffstat (limited to '')
-rw-r--r--lib/githubexplorer/Repository.pm1
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/githubexplorer/Repository.pm b/lib/githubexplorer/Repository.pm
index 90adcd0..617e091 100644
--- a/lib/githubexplorer/Repository.pm
+++ b/lib/githubexplorer/Repository.pm
@@ -2,7 +2,6 @@ package githubexplorer::Repository;
use 5.010;
use Moose::Role;
use Net::GitHub::V2::Repositories;
-use YAML::Syck;
use Try::Tiny;
sub fetch_repositories {