The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.
Revision history for Tie-RefHash

1.40      2020-10-10 20:38:32Z
  - switch from "use vars" to "our", raising minimum perl to 5.6
  - tooling improvements

1.39      2011-02-25
  - Add LICENSE section to the documentation
  - Fix detection of threaded perl builds in the tests
  - Fix STORABLE_freeze when no plain keys are added

1.38      2008-01-16
  - Skip threaded.t in more situations where it's borked

1.37      2007-05-07
  - Don't break without Scalar::Util

1.36      2007-05-07
  - Don't use thread cloning registry unless Scalar::Util::weaken is available
  - Warn when threads are enabled but Scalar::Util::weaken is missing
  - Likewise warn during Makefile.PL
  - Add weaken() as a predicate to the test

1.35_01   2006-11-22
  - http://public.activestate.com/cgi-bin/perlbrowse?patch=28185

1.35      2006-10-25
  - Set INSTALLDIRS => 'perl', as suggested in
    http://rt.cpan.org/Ticket/Display.html?id=22582

1.34      2006-05-11
        - Add support for Storable
        - Add support for reblessing, through refadd (plus compat)

1.33      2006-05-07
        - Fork from bleadperl