summaryrefslogtreecommitdiff
path: root/meta.pl
diff options
context:
space:
mode:
Diffstat (limited to 'meta.pl')
-rw-r--r--meta.pl4
1 files changed, 3 insertions, 1 deletions
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;