From c55a169ead9beb27436144923255c254d215158f Mon Sep 17 00:00:00 2001 From: franck cuny Date: Wed, 10 Feb 2010 11:07:41 +0100 Subject: update to create graph --- lib/githubexplorer/Repository.pm | 1 - 1 file changed, 1 deletion(-) (limited to 'lib/githubexplorer/Repository.pm') 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 ) = @_; -- cgit 1.4.1