This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Fix bug with (??{$overload}) regexp caching
[perl5.git] / t / re / uniprops.t
1 use strict;
2 use warnings;
3
4 # This is just a wrapper for a generated file.  Assumes being run from 't'
5 # directory
6
7 do '../lib/unicore/TestProp.pl';
8
9 0