fd1e2be Update to 0.203

Authored and Committed by pghmcfc 7 years ago
    Update to 0.203
    
    - 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
    
        
file modified
+18 -3
file modified
+1 -1