Subject: | Perl 5.8, 5.10 support |
To get it to work on 5.8/5.10 I was trying to adjust the is_regexpref function, and cribbing off of Data::Dumper:
https://metacpan.org/source/SMUELLER/Data-Dumper-2.154/Dumper.xs#L481
https://metacpan.org/source/SMUELLER/Data-Dumper-2.154/Dumper.xs#L564
And I was able to get it to compile and pass all the non-regexp tests, tut either my logic was flawed or I was misreading the code. SvOBJECT(SvRV(ref)) was not returning true for me.
Looks like Perl 5.6 support should also be possible, though that will matter to others more than me :)