Changeset e960958 in lab.git for Dev/twitter/show_status.pl


Ignore:
Timestamp:
Jun 21, 2013 3:48:34 PM (11 years ago)
Author:
Ken-ichi Mito <mitty@…>
Branches:
master
Children:
0f8acb5
Parents:
a5b6bf1
Message:

use Net::Twitter::Lite::WithAPIv1_1 instead of Net::Twitter::Lite

  • s/Net::Twitter::Lite/Net::Twitter::Lite::WithAPIv1_1/g;
File:
1 edited

Legend:

Unmodified
Added
Removed
  • Dev/twitter/show_status.pl

    ra5b6bf1 re960958  
    1010# You can catch and process these exceptions by using eval blocks and testing $@ 
    1111## from http://search.cpan.org/perldoc?Net::Twitter::Lite#ERROR_HANDLING 
    12 use Net::Twitter::Lite; 
     12use Net::Twitter::Lite::WithAPIv1_1; 
    1313use Data::Dumper; 
    1414 
    15 my $bot = Net::Twitter::Lite->new( 
     15my $bot = Net::Twitter::Lite::WithAPIv1_1->new( 
    1616    legacy_lists_api => 0, 
    1717); 
Note: See TracChangeset for help on using the changeset viewer.