table of contents
Twitter::API::Trait::Enchilada(3pm) | User Contributed Perl Documentation | Twitter::API::Trait::Enchilada(3pm) |
NAME¶
Twitter::API::Trait::Enchilada - Sometimes you want the whole enchiladaVERSION¶
version 1.0005SYNOPSIS¶
use Twitter::API; my $client = Twitter::API->new_with_traits( traits => 'Enchilada', %other_new_options );
DESCRIPTION¶
This is just a shortcut for applying commonly used traits. Because, sometimes, you just want the whole enchilada.This role simply bundles the following traits. See those modules for details.
- ApiMethods
- NormalizeBooleans
- RetryOnError
- DecodeHtmlEntites
AUTHOR¶
Marc Mims <marc@questright.com>COPYRIGHT AND LICENSE¶
This software is copyright (c) 2015-2018 by Marc Mims.This is free software; you can redistribute it and/or modify it under the same terms as the Perl 5 programming language system itself.
2018-10-05 | perl v5.26.2 |