Group
Extension

Matches 1

Acme-Rando ( C/CR/CREIN/Acme-Rando-0.1.tar.gz, CREIN, 2014; MetaCPAN )
Acme-Rando/lib/Acme/Rando.pm ( view source; MetaCPAN )
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 

Powered by Groonga
Maintained by Kenichi Ishigaki <ishigaki@cpan.org>. If you find anything, submit it on GitHub.