Skip to content

Commit

Permalink
use web service that will return a JSON object
Browse files Browse the repository at this point in the history
  • Loading branch information
gfldex committed Mar 28, 2019
1 parent a6d9148 commit 7d4374a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion t/wrong-line-or-identifier.t
@@ -1,4 +1,4 @@
use WWW;
my @stations;
@stations = | jpost "https://www.perl6.org", :limit(42);
@stations = | jpost "https://www.radio-browser.info/webservice/json/stations", :limit(42);

0 comments on commit 7d4374a

Please sign in to comment.