NAME
Net::HTTP::Spore::Role - Role to easily add multiples Spore clients to your class
VERSION
version 0.09
SYNOPSIS
package my::app;
use Moose;
with Net::HTTP::Spore::Role =>
{ spore_clients => [ name => 'twitter', config => 'twitter_config' ] };
...
my $app = my::app->new(twitter_config => $config->{spore}->{twitter_config});
DESCRIPTION
This is a role you can apply to your class. This role let you create a Spore client with a specific configuration.
AUTHORS
Franck Cuny <franck.cuny@gmail.com>
Ash Berlin <ash@cpan.org>
Ahmad Fatoum <athreef@cpan.org>
COPYRIGHT AND LICENSE
This software is copyright (c) 2012 by Linkfluence.
This is free software; you can redistribute it and/or modify it under the same terms as the Perl 5 programming language system itself.