From 59f99f8e8bf58e35b46a816453efc6b4e2505876 Mon Sep 17 00:00:00 2001 From: Pascal Rigaux Date: Sun, 16 Sep 2001 12:47:41 +0000 Subject: add special case for c::to_utf8 --- perl-install/verify_c | 1 + 1 file changed, 1 insertion(+) diff --git a/perl-install/verify_c b/perl-install/verify_c index 94fe0e174..b07355b2f 100755 --- a/perl-install/verify_c +++ b/perl-install/verify_c @@ -1,6 +1,7 @@ #!/usr/bin/perl -n /^#/ and next; +/c::to_utf8/ and next; /\bc::(\w+)/ and push @c, [ $1, $ARGV, $. ] ; eof && close ARGV; -- cgit v1.2.1