Add a to_hash_ref method
Status: Beta
Brought to you by:
kutterma
A to_hash_ref method would be incredibly useful for SOAP::WSDL::XSD::* objects - it would allow casting from one object to another by just saying
my $new = Type->new( $old->as_hash_ref );
Of course Type must hold a superset of the old hash refs attributes.
It would ease debugging too...
Logged In: YES
user_id=884175
Originator: NO
- fixed in 454