The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

NAME

Net::HTTP::Spore::Role - Role to easily add multiples Spore clients to your class

VERSION

version 0.06

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@lumberjaph.net>

  • Ash Berlin <ash@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.