Revision history for perl module JIRA-REST. -*- text -*-
0.007 2014-09-06 19:09:18 America/Sao_Paulo
0.006 2014-08-16 20:50:07 America/Sao_Paulo
[Changes]
- Suppress script line numbers from error messages.
- Released on #cpanday.
0.005 2014-08-07 20:25:14 America/Sao_Paulo
[Changes]
- New utility methods 'set_search_iterator' and 'next_issue' make it
easier to iterate through large sets of issues without having to deal
with "pagination".
- Error messages are not presented in a consistent format. JIRA errors are
parsed and presented in a legible way.
0.004 2013-12-14 14:54:06 America/Sao_Paulo
[Fixes]
- [RT-91368] Some resource responses contain no content but specify
a Content-Type. Those were being considered errors. Now they
simply return undef.
- When a resource response contains a content but doesn't specify a
Content-Type it's an error. Previously it was returning undef.
0.003 2013-09-03 17:32:02 America/Sao_Paulo
[Fixes]
- Fix code in documentation.
0.002 2013-05-31 14:50:44 America/Sao_Paulo
[Fixes]
- Fix URL mangling in new.
0.001 2013-05-31 08:52:14 America/Sao_Paulo