summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorGianni Ceccarelli <gianni.ceccarelli@net-a-porter.com>2013-03-23 11:21:55 +0000
committerGianni Ceccarelli <gianni.ceccarelli@net-a-porter.com>2013-03-23 11:21:55 +0000
commitab6cd0c6f010a35de48385cb1a5e9c57faf6e2eb (patch)
treecb689e72b9be6b19d4879536fe8c16aaead8bfee /lib
parentfeed updates (diff)
downloadfeeder-ab6cd0c6f010a35de48385cb1a5e9c57faf6e2eb.tar.gz
feeder-ab6cd0c6f010a35de48385cb1a5e9c57faf6e2eb.tar.bz2
feeder-ab6cd0c6f010a35de48385cb1a5e9c57faf6e2eb.zip
use my own metacpan feed
Diffstat (limited to 'lib')
-rw-r--r--lib/Feed.pm2
1 files changed, 1 insertions, 1 deletions
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 => '*/*',
),