summaryrefslogtreecommitdiff
path: root/MANIFEST
diff options
context:
space:
mode:
authorNicholas Clark <nick@ccl4.org>2011-03-06 20:36:33 +0000
committerNicholas Clark <nick@ccl4.org>2011-03-06 20:39:57 +0000
commitab08a362aba1ac5dacd58ee13d77e9faf693e7e3 (patch)
tree3770e4d445100444347e8d34edbfe3f3919ff8cb /MANIFEST
parentcedc31d0900eea3a62ab0e324927251011d4b832 (diff)
downloadperl-ab08a362aba1ac5dacd58ee13d77e9faf693e7e3.tar.gz
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]
Diffstat (limited to 'MANIFEST')
-rw-r--r--MANIFEST1
1 files changed, 1 insertions, 0 deletions
diff --git a/MANIFEST b/MANIFEST
index bc8dd0c54b..1bd14f5fdc 100644
--- a/MANIFEST
+++ b/MANIFEST
@@ -4950,6 +4950,7 @@ t/op/smartmatch.t See if the ~~ operator works
t/op/sort.t See if sort works
t/op/splice.t See if splice works
t/op/split.t See if split works
+t/op/split_unicode.t Test split /\s/ and Unicode
t/op/sprintf2.t See if sprintf works
t/op/sprintf.t See if sprintf works
t/op/srand.t See if srand works