forked from acme/net-lastfm
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Changes
27 lines (20 loc) · 818 Bytes
/
Changes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
Revision history for Perl module Net::LastFM:
0.38 2021-02-01T03:30:03
- remove VERSION from useragent (Andrew Baerg)
- Fix 411 problem (Dave Cross)
0.37 2019-07-23T04:04:55Z
- FIX: use $Net::LastFM::VERSION instead of $VERSION (Andrew Baerg)
- update changelog (Andrew Baerg)
0.36 2018-08-17T10:16:34Z
- Add github url to CPAN metadata (Andrew Baerg)
0.35 2018-08-17T10:12:52Z
- Migrate to Dist::Zilla (Andrew Baerg)
- use POST instead of GET as required by last.fm API (Andrew Baerg)
0.34 2009-04-21T08:04:54Z
- expose create_http_request and create_http_request_signed methods for
integrating into other HTTP frameworks (suggested by Anatoly Sharifulin)
- add POD coverage test
0.33 2008-12-14T15:33:26Z
- switch to using the JSON version of the API
0.32 2008-12-01T21:31:28Z
- initial release