|
Revision 19014, 1.0 kB
(checked in by daisuke, 5 years ago)
|
|
version++
|
| Line | |
|---|
| 1 | Changes |
|---|
| 2 | ======= |
|---|
| 3 | |
|---|
| 4 | 0.00006 - 08 Sep 2008 |
|---|
| 5 | - Recent versions of Moose (properly) unimport blessed() and confess(), |
|---|
| 6 | which breaks my code depending on it. |
|---|
| 7 | |
|---|
| 8 | 0.00005 - 06 Aug 2008 |
|---|
| 9 | - Attempt to fix tests by using Test::UseAllModules (rt #38233) |
|---|
| 10 | |
|---|
| 11 | 0.00004 - 06 Aug 2008 |
|---|
| 12 | - Make XML::RSS::LibXML a hard dependency (rt #38173) |
|---|
| 13 | While CPAN will force you to install XML::RSS::LibXML, you /can/ |
|---|
| 14 | use XML::RSS as the backend parser. However, some features, |
|---|
| 15 | such as enclosures, will not properly work. |
|---|
| 16 | - Allow specification of RSS parser via DATA_FEED_RSS_PARSERS |
|---|
| 17 | environment variable |
|---|
| 18 | - Fix bugs calling methods from a previous life that no longer exist |
|---|
| 19 | - Make tests not rely on slow network connection |
|---|
| 20 | |
|---|
| 21 | 0.00003 - 28 Jul 2008 |
|---|
| 22 | - Add media_contents() so that MediaRSS can be handled (33rpm) |
|---|
| 23 | - Tweak the tests to make network-dependent tests more reliable |
|---|
| 24 | - Silence potential warnings |
|---|
| 25 | |
|---|
| 26 | 0.00002 - 25 Jul 2008 |
|---|
| 27 | - Update dependencies |
|---|
| 28 | - Fix network detection |
|---|
| 29 | |
|---|
| 30 | 0.00001 - 24 Jul 2008 |
|---|
| 31 | - Initial release |
|---|