summaryrefslogtreecommitdiff
path: root/t
diff options
context:
space:
mode:
authorJarkko Hietaniemi <jhi@iki.fi>2003-08-25 16:40:51 +0000
committerJarkko Hietaniemi <jhi@iki.fi>2003-08-25 16:40:51 +0000
commit8dcad4ad254c975e9274db52a4cdf8cce524e3d6 (patch)
tree1aa5e8874eac9c36b940a4399673b7b0b17b42a3 /t
parent42600de6faf84a8f4debbc94cdbdd662da2c4393 (diff)
downloadperl-8dcad4ad254c975e9274db52a4cdf8cce524e3d6.tar.gz
pat.t -> charnames -> UCD -> Storable,
not good for static builds and minitest. p4raw-id: //depot/perl@20887
Diffstat (limited to 't')
-rwxr-xr-xt/op/pat.t5
1 files changed, 3 insertions, 2 deletions
diff --git a/t/op/pat.t b/t/op/pat.t
index 2c96fe2567..3e7291d8bc 100755
--- a/t/op/pat.t
+++ b/t/op/pat.t
@@ -1365,10 +1365,11 @@ print "ok 247\n";
print "ok 263\n";
}
-{
+SKIP: {
my $test = 264; # till 575
- use charnames ':full';
+ eval 'use charnames ":full"';
+ skip($@, 312) if $@ =~ /dynamic loading not available/;
# This is far from complete testing, there are dozens of character
# classes in Unicode. The mixing of literals and \N{...} is