This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Move t/re/re.t to ext/re/t/re_funcs_u.t, so that it is not part of minitest.
authorNicholas Clark <nick@ccl4.org>
Sun, 6 Mar 2011 18:59:52 +0000 (18:59 +0000)
committerNicholas Clark <nick@ccl4.org>
Sun, 6 Mar 2011 20:39:57 +0000 (20:39 +0000)
commitcedc31d0900eea3a62ab0e324927251011d4b832
tree597d3a8d443d2dd1d28f3aaed3d0942add51b6f9
parent563ff921d7b97889a3a611987ca6f2f250c5b876
Move t/re/re.t to ext/re/t/re_funcs_u.t, so that it is not part of minitest.

The test file is for functions in the re:: namespace implemented in
universal.c, but needs to load re, which isn't built for minitest. As none of
these functions are used as part of the core's build process, seems best to
move it with all the other tests related to the re extension.
MANIFEST
ext/re/t/re_funcs_u.t [moved from t/re/re.t with 95% similarity]