From ab6cd0c6f010a35de48385cb1a5e9c57faf6e2eb Mon Sep 17 00:00:00 2001 From: Gianni Ceccarelli Date: Sat, 23 Mar 2013 11:21:55 +0000 Subject: use my own metacpan feed --- lib/Feed.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib') diff --git a/lib/Feed.pm b/lib/Feed.pm index 0bfe224..177e484 100644 --- a/lib/Feed.pm +++ b/lib/Feed.pm @@ -100,7 +100,7 @@ sub build_user_agent { }, timeout => 30, cookie_jar => {}, - protocols_allowed => [ 'http', 'https'], + protocols_allowed => [ 'http', 'https', 'file' ], default_headers => HTTP::Request->new( Accept => '*/*', ), -- cgit v1.2.3