|
Revision 531, 453 bytes
(checked in by kake, 5 weeks ago)
|
|
Removed JSON::Syck stuff (the author recommends just using JSON::XS now, and JSON already uses that where possible), and switched to non-deprecated JSON method (fixes #50).
|
| Line | |
|---|
| 1 | ??????????: 0.04 |
|---|
| 2 | * Don't attempt to use JSON::Syck any more - JSON now uses |
|---|
| 3 | JSON::XS where possible, so just use that. |
|---|
| 4 | |
|---|
| 5 | 2008-10-26: 0.03 |
|---|
| 6 | * Add missing prerequisites |
|---|
| 7 | |
|---|
| 8 | 2008-10-24: 0.02 |
|---|
| 9 | * Fix URL below |
|---|
| 10 | * Update copyright |
|---|
| 11 | * Add minimal test suite with use_ok |
|---|
| 12 | |
|---|
| 13 | 2008-10-18: 0.01 |
|---|
| 14 | * Initial release, taken from |
|---|
| 15 | http://dev.openguides.org/attachment/ticket/154/ |
|---|