This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Move the tests for split /\s/ and Unicode from split.t to split_unicode.t
authorNicholas Clark <nick@ccl4.org>
Sun, 6 Mar 2011 20:36:33 +0000 (20:36 +0000)
committerNicholas Clark <nick@ccl4.org>
Sun, 6 Mar 2011 20:39:57 +0000 (20:39 +0000)
commitab08a362aba1ac5dacd58ee13d77e9faf693e7e3
tree3770e4d445100444347e8d34edbfe3f3919ff8cb
parentcedc31d0900eea3a62ab0e324927251011d4b832
Move the tests for split /\s/ and Unicode from split.t to split_unicode.t

Skip split_unicode.t under minitest, as it uses charnames, which uses
File::Spec, which may not be available.

[Experimentation reveals that git blame by default won't attribute lines past
this commit, unless --find-copies-harder is used. The alternative approach,
copy t/op/split.t as t/op/split_unicode.t as 1 commit, then prune both, fares
no better - by default git blame can't attribute through that *either*.
Again, --find-copies-harder works. Hence, do the partition as this one commit,
as it is simpler, and all other things are equal]
MANIFEST
t/op/split.t
t/op/split_unicode.t [new file with mode: 0644]