Changes for version 0.02

  • Incompatible change: • is_weak_tie now returns false for a variable tied to undef, because the tie does not actually hold a weak reference; it holds no reference at all. • This module no longer works with perl versions earlier lier than 5.8. New features: • Added support for tying to a package (or anything else) • Added a ‘tied’  function that returns the actual scalar the tie uses. • Added fix_tie, as a work-around for perl bug #68192. Bug fixes: • Tying $@ no longer makes is_tied die. • weak_tie now returns the same scalar that holds the tie, the way ‘tie’ does.

Modules

Utility functions for fiddling with tied variables

Provides

to
in misc/dummy.pm