Skip Menu |

This queue is for tickets about the Tcl CPAN distribution.

Report information
The Basics
Id: 35347
Status: resolved
Priority: 0/
Queue: Tcl

People
Owner: Nobody in particular
Requestors: MJCARMAN [...] cpan.org
Cc:
AdminCc:

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



Subject: Tcl::Var tie()ing breaks after serialization
I have a Tkx application that uses a global hash %SESSION to save and restore settings between runs of the program. The hash contains widget values which are linked to the widgets via the -variable and -textvariable options. I use Storable to store and retrieve %SESSION. After being retrieved, the first attempt to use the data results in an error: "Can't find method FETCH via package Tcl::Var" Something about the freeze/thaw cycle seems to be breaking the tie.
what perl version? IMO this is more like Storable problem rather than Tcl::Var one, please provide us with more information on the matter, preferable with a code to reproduce; going to close the ticket in a week, sorry. regards,vadim :)
I assume this is no more of a problem; closing the ticket.