Skip to content

Commit

Permalink
Clarify some docs
Browse files Browse the repository at this point in the history
  • Loading branch information
leto committed Sep 23, 2009
1 parent 83b0782 commit 42bb53f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion lib/Net/Topsy.pm
Expand Up @@ -122,7 +122,7 @@ Version 0.03
use Net::Topsy;
my $topsy = Net::Topsy->new( { key => $beta_key } );
my $topsy = Net::Topsy->new( key => 'betakey' );
my $search1 = $topsy->search( { q => 'perl' } );
my $search2 = $topsy->search( { q => 'lolcats', page => 3, perpage => 20 } );
Expand Down
1 change: 1 addition & 0 deletions lib/Net/Topsy/Result.pm
Expand Up @@ -11,6 +11,7 @@ Net::Topsy::Result - Topsy Result Objects
use Net::Topsy;
# This assumes you run a script with a TOPSY_API_KEY shell variable set
my $topsy = Net::Topsy->new( key => $ENV{TOPSY_API_KEY} );
my $result = $topsy->search({
q => $search_term,
Expand Down

0 comments on commit 42bb53f

Please sign in to comment.