It (sometimes) dumps core with: Attempt to free nonexistent shared string ''.
}
}
+BEGIN {
+ if ("$]" < 5.020) {
+ plan 'skip_all' => 'lexical subs unreliable on this perl';
+ }
+}
+
use feature 'lexical_subs';
no warnings 'experimental::lexical_subs';