summary refs log tree commit diff
path: root/lib/githubexplorer/Repository.pm
diff options
context:
space:
mode:
authorfranck cuny <franck@lumberjaph.net>2010-02-10 11:07:41 +0100
committerfranck cuny <franck@lumberjaph.net>2010-02-10 11:07:41 +0100
commitc55a169ead9beb27436144923255c254d215158f (patch)
treef7e87d641692bae116f2600ad020b62b5868142f /lib/githubexplorer/Repository.pm
parentadd opt to create network (diff)
downloadgithub-explorer-c55a169ead9beb27436144923255c254d215158f.tar.gz
update to create graph
Diffstat (limited to 'lib/githubexplorer/Repository.pm')
-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 664d727..035450a 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;
 
 sub fetch_repositories {
     my ( $self, $profile ) = @_;