forked from sysread/Reddit-API
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Changes
39 lines (30 loc) · 1.17 KB
/
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
28
29
30
31
32
33
34
35
36
37
38
39
Revision history for Reddit::Client
0.8 2013-??-??
* User agent changed to a constructor param (Daniel Hagan)
* Fixed memory leak in generated constructors (Daniel Hagan)
0.7 2013-01-24
* Date format fixed for portability
* Changed date format in Reddit::Client::DEBUG
* Fixed ordering bug in Reddit::Client->fetch_links
* Fixed version mismatch on POD docs
0.6 2013-03-14
* Removed build requirements from prereqs
* Warnings now output only when $Reddit::Client::DEBUG is true
* Added warnings, strict pragmas
* Fixed circular imports
* Fixed bug where _session field was private in Perl 5.8.x
0.5 2013-02-21
* Bumped version number for CPAN after poorly thought out upload :)
0.04_02 2013-01-22
* Fixed MANIFEST so tests pass on install
0.04 2013-01-16
* Fixed inverted API selection bug in fetch_links
0.03 2012-05-31
* Fixed dependencies
* Fixed invalid date regexes in tests
0.02 2012-05-31
* Added unit tests
* Miscellaneous bugfixes
* Renamed to Reddit::Client
0.01 2012-05-09
* Initial release