Skip to content

Commit

Permalink
changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
st3vil committed Nov 24, 2011
1 parent 2d29bd6 commit 912a6ef
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions Changes
@@ -1,5 +1,11 @@
Revision history for Perl extension Net::LastFMAPI. Revision history for Perl extension Net::LastFMAPI.


0.4 Thu Nov 24 19:46:48 2011
- default to using JSON
- add lastfm_config() configurator function
- add lastfm_iter() which knows about pagination
- link to relevant documentation in errors

0.3 Mon Nov 14 20:53:17 2011 0.3 Mon Nov 14 20:53:17 2011
- scrobble.pl command line scrobbler - scrobble.pl command line scrobbler
- test fix - test fix
Expand Down
2 changes: 1 addition & 1 deletion lib/Net/LastFMAPI.pm
Expand Up @@ -13,7 +13,7 @@ use Exporter 'import';
our @EXPORT = ('lastfm', 'lastfm_config', 'lastfm_iter'); our @EXPORT = ('lastfm', 'lastfm_config', 'lastfm_iter');
use Carp; use Carp;


our $VERSION = 0.3; our $VERSION = 0.4;
our $url = 'http://ws.audioscrobbler.com/2.0/'; our $url = 'http://ws.audioscrobbler.com/2.0/';
our $api_key = 'dfab9b1c7357c55028c84b9a8fb68880'; our $api_key = 'dfab9b1c7357c55028c84b9a8fb68880';
our $secret = 'd004c86dcfa8ef4c3977b04f558535f2'; our $secret = 'd004c86dcfa8ef4c3977b04f558535f2';
Expand Down

0 comments on commit 912a6ef

Please sign in to comment.