diff --git a/lib/Net/Songkick.pm b/lib/Net/Songkick.pm index 0b50d68..ec0de02 100644 --- a/lib/Net/Songkick.pm +++ b/lib/Net/Songkick.pm @@ -19,7 +19,7 @@ Net::Songkick - Perl wrapper for the Songkick API This module presents a Perl wrapper around the Songkick API. -Songkick (L) is a web site that tracks gigs +Songkick (L) is a web site that tracks gigs around the world. Users can add information about gigs (both in the past and the future) and can track their attendance at those gigs. @@ -106,7 +106,7 @@ has ['api_url', 'events_url', 'user_events_url', 'user_gigs_url', ); sub _build_api_url { - return URI->new('http://api.songkick.com/api/3.0'); + return URI->new('https://api.songkick.com/api/3.0'); } sub _build_events_url { @@ -248,7 +248,7 @@ sub parse_events_from_json { Gets a list of upcoming events from Songkick. Various parameters to control the events returned are supported for the full list see -L. +L. In addition, this method takes an extra parameter, B, which control the format of the data returned. This can be either I, I or @@ -494,11 +494,11 @@ Dave Cross =head1 SEE ALSO -perl(1), L, L +perl(1), L, L =head1 COPYRIGHT AND LICENSE -Copyright (C) 2010, Magnum Solutions Ltd. All Rights Reserved. +Copyright (C) 2010-21, Magnum Solutions Ltd. All Rights Reserved. This script is free software; you can redistribute it and/or modify it under the same terms as Perl itself.