Skip Menu |

This queue is for tickets about the Frontier-RPC CPAN distribution.

Report information
The Basics
Id: 62887
Status: new
Priority: 0/
Queue: Frontier-RPC

People
Owner: Nobody in particular
Requestors: peter [...] vereshagin.org
Cc:
AdminCc:

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



RTorrent returns scalars in the <i8> nutshell, which is not recognized by Frontier::Client. Here is the patch: === --- RPC2.pm.orig 2002-08-03 05:48:06.000000000 +0500 +++ RPC2.pm 2010-11-10 13:06:22.000000000 +0300 @@ -30,6 +30,7 @@ 'double' => 1, 'int' => 1, 'i4' => 1, + 'i8' => 1, 'string' => 1, ); ===