Revision history for experimentals 0.013 Sun Feb 15 22:07:54 2015 Initial release. 0.014 Wed Jul 22 10:36:44 2015 First public release 0.015 Thu Jul 23 07:16:50 2015 Fixed version number in example, so code will run before 2213. (Thanks, Graham! ;-) 0.016 Tue Nov 24 09:57:09 2015 Pod nit denitted. Added 'use strict' (forgot perl doesn't auto-strict under 'use 5.10') Removed testing for lexical $_ under 5.23+ (thanks Slaven!) 0.017 Sat Jun 25 09:44:05 2016 Updated documentation to reflect changes in Perl 5.24 Removed testing for lexical subs under 5.25+ (thanks Slaven!) 0.018 Sat Jul 16 04:54:29 2022 Automatically apply the utf8 pragma if the experimental 'extra_paired_delimiters' feature will be activated (because that feature is useless without utf8). 0.019 Sat Jul 16 05:04:46 2022 Documented auto-utf8 behaviour. 0.020 Tue Jul 4 15:53:22 2023 - Removed deprecation warnings for all use of smartmatching and given/when under Perl 5.38 and 5.40 0.021 Mon Sep 30 20:16:54 2024 - Rearranged tests and removed issue with smartmatching post-5.40 (Thanks, Andreas)