Skip Menu |

This queue is for tickets about the Tangence CPAN distribution.

Report information
The Basics
Id: 83637
Status: resolved
Priority: 0/
Queue: Tangence

People
Owner: Nobody in particular
Requestors: leonerd-cpan [...] leonerd.org.uk
Cc:
AdminCc:

Bug Information
Severity: Critical
Broken in: 0.17
Fixed in: 0.18



Subject: Void-returning method calls crash the client
Almost-certainly due to 0.17's new Meta logic that replaces the older introspection hash. Unrecognised type signature at /home/leo/lib/perl5/Tangence/ObjectProxy.pm line 259 Empty string. Comes from the line: 258 if( $type == MSG_RESULT ) { 259 my $result = $mdef->ret ? $message->unpack_typed( $mdef->ret ) 260 : undef; 261 $on_result->( $result ); 262 } -- Paul Evans
Fixed in next version, 0.18 -- Paul Evans
Fixed in 0.18. -- Paul Evans