From e212265e6351a185ee678fc12df5450d4e871c40 Mon Sep 17 00:00:00 2001 From: dakkar Date: Tue, 6 Jun 2017 08:43:37 +0000 Subject: use newer base URL --- meta.pl | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/meta.pl b/meta.pl index 5ceae4a..fa63aa7 100644 --- a/meta.pl +++ b/meta.pl @@ -9,7 +9,9 @@ use DateTime::Format::ISO8601; use DateTime; use HTML::Escape 'escape_html'; -my $api = MetaCPAN::API->new(); +my $api = MetaCPAN::API->new( + base_url => 'https://fastapi.metacpan.org', +); {package Release; use Moose; -- cgit v1.2.3