Skip Menu |

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

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

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

Bug Information
Severity: Normal
Broken in:
  • 0.01
  • 0.02
  • 0.03
  • 0.04
  • 0.05
  • 0.10
  • 0.11
  • 0.12
  • 0.15
Fixed in: 0.20



Subject: Wrong $field_datatypes for OT_DATATYPE_OHLC
--- Record.pm 2008-10-01 01:43:04.000000000 -0700 +++ Record.pm 2008-10-01 01:43:24.000000000 -0700 @@ -104,7 +104,8 @@ Price Size Side ), ], OTConstant( 'OT_DATATYPE_OHLC' ) => [ - qw( Open High Low Close Volume ), + qw( Datatype Timestamp + Open High Low Close Volume ), ], OTConstant( 'OT_DATATYPE_OHL_TODAY' ) => [ qw( Open High Low ),
Thank you for reporting this. I'll look into this and fix it for the upcoming 0.20 release.
Fixed in the 0.20 release, 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.