Perl Diver 2.33
Main Environment Variables Perl Default Values Perl Config - Summary Perl Config - Full Installed Modules List Directory uptime Docs

Module Documentation
Details and documentation about a specific module, including version and documentation (if available). Note that while links to perldoc.com and search.cpan.org are provided, the module may be part of a larger distribution. If you reach a File Not Found page on either site, please try the parent module.

Net::Twitter::Role::SimulateCursors

Name Net::Twitter::Role::SimulateCursors
Version 4.01043
Located at /usr/share/perl5
File /usr/share/perl5/Net/Twitter/Role/SimulateCursors.pm
Is Core No
Search CPAN for this module Net::Twitter::Role::SimulateCursors
Documentation Net::Twitter::Role::SimulateCursors
Module Details Net::Twitter::Role::SimulateCursors

NAME

Net::Twitter::Role::SimulateCursors - Make paging work like cursoring


VERSION

version 4.01043


SYNOPSIS

  use Net::Twitter;
  my $nt = Net::Twitter->new(
      traits          => ['API::RESTv1_1', 'SimulateCursors'],
  );


DESCRIPTION

This role simulates the cursoring method used by some Twitter API methods. It's useful for providing compatibility with Identi.ca, for instance, that does not support cursoring and requires paging, instead.


METHODS


AUTHOR

Marc Mims <marc@questright.com>


LICENSE

This library is free software; you can redistribute it and/or modify it under the same terms as Perl itself.


SEE ALSO

the Net::Twitter manpage

Perl Diver brought to you by ScriptSolutions.com © 1997- 2026