ackage Acme::Rando;
$Acme::Rando::VERSION = '0.1';
use strict;
use warnings;
use HTTP::Tiny;
use JSON;
use parent 'Exporter';
our @EXPORT = qw(rando);
=head1 NAME
Acme::Rando - Get a Random St
andom?source=starwars&format=json');
unless ($res->{success}) {
return "These aren't the droids you're looking for: $res->{reason}"
}
my $dat = JSON::decode_json($res->{content});
return