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

0.12  Tue Mar 23 12:55:01 PDT 2010
        - Support new 'locations' parameter for 'filter' method (requested by M. Edward (Ed) Borasky)
        - Support multiple post parameters for 'filter'.
          ... I thought this has been there for a while but it wasn't.
        - Support partner-only endpoints: links and retweet        

0.11  Mon Mar  1 17:12:37 PST 2010
        - Added 'no_decode_json' option that passes the undecoded raw JSON to the callback

0.10  Sat Feb  6 17:55:28 PST 2010
        - Fixed a possible memory leak (hidekiy)

0.09  Mon Dec  7 16:45:06 PST 2009
        - Added on_keepalive and timeout options (Marc Mims)

0.08  Thu Sep 17 19:27:29 JST 2009
        - Added on_error to the handle (thanks to typester)

0.07  Mon Aug 31 04:06:18 PDT 2009
        - Fixed POD code to match with 0.05 API

0.06  Thu Aug 27 10:08:07 PDT 2009
        - filter track/follow params should be POST not GET (megamic)

0.05  Wed Aug 26 16:31:52 PDT 2009
        - Unbreak the refcount stuff introduced in 0.03
        - BACKWARD INCOMPATIBLE: method names should now be either 'firehose', 'sample' or 'filter'
          per Twitter API update.
          http://groups.google.com/group/twitter-development-talk/browse_frm/thread/44bd32155dbf2c16

0.04  Wed Aug 26 01:59:30 PDT 2009
        - test_requires Test::TCP

0.03  Tue Aug 25 19:08:29 PDT 2009
        - Fixed a bug where undef $client doesn't really disconnect
          (Thanks to Daisuke Murase)

0.02  Sat Jul 18 18:20:18 PDT 2009
        - Ignore newline when kee-alive empty line is coming when no tweets are there
          (Thanks to Masayoshi Sekimura)

0.01  Mon Jul 13 13:46:08 2009
        - original version