Skip Menu |

This queue is for tickets about the RT-Client-REST CPAN distribution.

Report information
The Basics
Id: 25185
Status: resolved
Priority: 0/
Queue: RT-Client-REST

People
Owner: DMITRI [...] cpan.org
Requestors: DAMS [...] cpan.org
Cc:
AdminCc:

Bug Information
Severity: (no value)
Broken in: 0.27
Fixed in: 0.28



Hi, there are some typos in Ticket.pm in the attributes hash keys, patch attached.
Subject: RT-Client-REST.patch
diff -r -u RT-Client-REST-0.27_orig/lib/RT/Client/REST/Ticket.pm RT-Client-REST-0.27/lib/RT/Client/REST/Ticket.pm --- RT-Client-REST-0.27_orig/lib/RT/Client/REST/Ticket.pm 2007-02-27 15:58:01.000000000 +0000 +++ RT-Client-REST-0.27/lib/RT/Client/REST/Ticket.pm 2007-02-27 15:58:47.000000000 +0000 @@ -173,28 +173,28 @@ }, time_estimated => { - validateion => { + validation => { type => SCALAR, }, rest_name => 'TimeEstimated', }, time_worked => { - validateion => { + validation => { type => SCALAR, }, rest_name => 'TimeWorked', }, time_left => { - validateion => { + validation => { type => SCALAR, }, rest_name => 'TimeLeft', }, last_updated => { - validateion => { + validation => { type => SCALAR, }, rest_name => 'LastUpdated',
Fixed in 0.28. Thanks for the patch! - Dmitri.