|
NAMENet::HTTP::Spore::Role - Role to easily add multiples Spore clients to your class VERSIONversion 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});
DESCRIPTIONThis is a role you can apply to your class. This role let you create a Spore client with a specific configuration. AUTHORS
COPYRIGHT AND LICENSEThis 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.
|