Net::HTTP::Spore::Role - Role to easily add multiples Spore clients to your
class
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});
This is a role you can apply to your class. This role let you create a Spore
client with a specific configuration.
- Franck Cuny <franck.cuny@gmail.com>
- Ash Berlin <ash@cpan.org>
- Ahmad Fatoum <athreef@cpan.org>
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.