The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.
Revision history for Twitter::API

0.0104  2016-12-08 15:10:34 PST (TRIAL RELEASE)
  - added Net::Twitter/::Lite migration support
  - renamed methods that exist in Net::Twitter with different sematics,
    primarily OAuth management methods
  - more documentation and tests

0.0103  2016-12-06 07:43:10 PST (TRIAL RELEASE)
  - fixed: RetryOnError failed to load
  - upload_media accepts positional params media or media_data

0.0102  2016-12-05 08:44:19 PST (TRIAL RELEASE)
  - fix invalidate_token
  - more documentation
  - reworked Twitter::API::Utils - timestamp methods now return time (epoch
    seconds), gmtime, and localtime, resectively

0.0101  2016-12-03 20:13:21 PST (TRIAL RELEASE)
  - documented trait ApiMethods
  - fixed broken ApiMethods methods and the test that wasn't catching them

0.0100  2016-12-02 13:32:27 PST (TRIAL RELEASE)
  - initial release