diff options
| author | franck cuny <franck@lumberjaph.net> | 2010-02-10 11:08:21 +0100 |
|---|---|---|
| committer | franck cuny <franck@lumberjaph.net> | 2010-02-10 11:08:21 +0100 |
| commit | 68cd6b70d8ce737ffa12bab2be4f6eaf6f1599a4 (patch) | |
| tree | 2208dfd26b3837a098ba7f601069917d8d81951c /lib/githubexplorer/Repository.pm | |
| parent | prepare repos (diff) | |
| parent | update to create graph (diff) | |
| download | github-explorer-68cd6b70d8ce737ffa12bab2be4f6eaf6f1599a4.tar.gz | |
fix
Diffstat (limited to '')
| -rw-r--r-- | lib/githubexplorer/Repository.pm | 1 |
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 { |
