Net::HTTP::Spore::Middleware::UserAgent - middleware to change the user-agent
value
my $client = Net::HTTP::Spore->new_from_spec('twitter.json');
$client->enable('UserAgent', useragent => 'Mozilla/5.0 (X11; Linux x86_64; rv:2.0b4) Gecko/20100818 Firefox/4.0b4');
Net::HTTP::Spore::Middleware::UserAgent change the default value of the
useragent.
- 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.