append a session's history on shell exit and unlimited history list
[lab.git] / Dev / twitter / show_status.pl
index 5c22a92..0d2ecac 100755 (executable)
@@ -9,10 +9,10 @@ use utf8;
 # it throws a Net::Twitter::Lite::Error object. 
 # You can catch and process these exceptions by using eval blocks and testing $@
 ## from http://search.cpan.org/perldoc?Net::Twitter::Lite#ERROR_HANDLING
-use Net::Twitter::Lite;
+use Net::Twitter::Lite::WithAPIv1_1;
 use Data::Dumper;
 
-my $bot = Net::Twitter::Lite->new(
+my $bot = Net::Twitter::Lite::WithAPIv1_1->new(
     legacy_lists_api => 0,
 );