From 0d0cca3af6e443ad676e789afca400749601399b Mon Sep 17 00:00:00 2001 From: Jesse Luehrs Date: Sun, 2 May 2010 20:16:57 -0500 Subject: [PATCH] default github_http to true --- lib/Dist/Zilla/Plugin/Repository.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/Dist/Zilla/Plugin/Repository.pm b/lib/Dist/Zilla/Plugin/Repository.pm index 88944b8..dd8d323 100644 --- a/lib/Dist/Zilla/Plugin/Repository.pm +++ b/lib/Dist/Zilla/Plugin/Repository.pm @@ -36,7 +36,7 @@ has git_remote => ( has github_http => ( is => 'ro', isa => 'Bool', - default => 0, + default => 1, ); sub metadata {