Skip Menu |

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

Report information
The Basics
Id: 54494
Status: resolved
Priority: 0/
Queue: RPC-XML

People
Owner: rjray [...] blackperl.com
Requestors: mods [...] hank.org
Cc:
AdminCc:

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



Subject: Blessed references should be serializable
This latest version resulted in objects that normally stringify to generate errors now in this code: # If the user passed in an object that didn't pass one # of the above tests, we can't do anything with it: my $type = blessed $_; use Carp; Carp::confess "Un-convertable reference: $type, cannot use"; } Which is checking blessed. Previously, things like URI or Class::DBI objects would get turned into their string value. There's also a typo in reftype: sub to_file { my ($self, $file) = @_; my ($fh, $buf, $do_close, $count) = (undef, '', 0, 0); if (ref $file and retype($file) eq 'GLOB') { $fh = $file; } else
Fixed, will be in next release. -- """"""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""" Randy J. Ray Silicon Valley Scale Modelers: http://www.svsm.org rjray@blackperl.com randy.j.ray@gmail.com