- New upstream release 0.203
- Fix space/tab issue in Makefile
- Don't use DynamicPrereqs for unrelated Makefile.PL snippet
- Use of the Pure-Perl implementation can now be forced at runtime by setting
either $Ref::Util::IMPLEMENTATION or $ENV{PERL_REF_UTIL_IMPLEMENTATION} to
"XS"
- Fix is_*_formatref() error messages (GH#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
- New upstream release 0.200
- Reimplement in pure Perl, with a dynamic dependency on a new Ref::Util::XS
module that contains the fast XS implementation
- This release by ARC → update source URL
- Package is now noarch
- New upstream release 0.100
- Support situations in op-code implementation where the parameters do not
come as a list
- Fix memory leak in dangling op
- Support magic (tied variables)
- Rework op implementation
- Speed up by changing the top of the stack instead of POPing and PUSHing
- Update ppport.h file from Devel::PPPort and remove the copy of SVRXOK since
it's now available
- Add license in Pod
- Specify minimum version of perl (5.6.2)