The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

Changes for version 0.202 - 2017-05-14

  • Use of the Pure-Perl implementation can now be forced at runtime by setting either $Ref::Util::IMPLEMENTATION or $ENV{REF_UTIL_IMPLEMENTATION} to "XS"
  • Fix is_*_formatref() error messages (reported by tobyink, #38)
  • Speed enhancements for is_*_formatref() on 5.8+
  • Restore 5.6 and 5.8 compatibility
  • PP behaviour now matches XS for \v1.2.3 and \sub {}
  • Updated documentation to reflect the PP/XS split

Modules

Utility functions for checking references
pure-Perl version of Ref::Util