Skip Menu |

This queue is for tickets about the POE-Component-Client-opentick CPAN distribution.

Report information
The Basics
Id: 39734
Status: resolved
Worked: 5 min
Priority: 0/
Queue: POE-Component-Client-opentick

People
Owner: INFIDEL [...] cpan.org
Requestors: yikes2000 [...] yahoo.com
Cc:
AdminCc:

Bug Information
Severity: Unimportant
Broken in: 0.15
Fixed in: 0.20



Subject: Minor typo in doc
--- Record.pm 2008-10-01 01:43:04.000000000 -0700 +++ Record.pm 2008-10-01 01:53:04.000000000 -0700 @@ -479,7 +480,7 @@ Get the numeric $datatype corresponding with the resulting records. Probably useless for end users. -=item b<$boolean = is_eod( )> +=item B<$boolean = is_eod( )> Does this ::Record object represent an EndOfData condition? If so, the DATA field is useless. Just wraps $command_id and $request_id.
Thanks, will fix in upcoming 0.20 release.
Fixed in 0.20, available on CPAN now. Full Changelog: --------------- 0.20 Nov 23, 2008 BUG: I think I fixed the build errors on Solaris, Win32 and Darwin in one fell swoop. Silly caching network stacks. { BUG: RT #39733: Wrong $field_datatypes for OT_DATATYPE_OHLC, Record.pm BUG: RT #39734: Minor typo in documentation for Record.pm BUG: RT #40364: Broken get_status() when ot_status_changed, opentick.pm BUG: RT #40573: Annoying Dumper() in Protocol.pm } -- thanks, A.L.! FIX: t/13-Output.t would fail on 5.6.2 due to scalar refs; skipped. DOC: Added Frequently Asked Questions list based on email questions.