curl-sys 0.4.90+curl-8.21.0

Native bindings to the libcurl library
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
#!/usr/bin/env perl
# Copyright (C) Daniel Stenberg, <daniel@haxx.se>, et al.
#
# SPDX-License-Identifier: curl

use strict;
use warnings;

use File::Basename;

chdir dirname(__FILE__) . '/..';

exit system('scripts/badwords', ('scripts/badwords.txt',
    '**.md', 'projects/OS400/README.OS400', 'include', 'docs/examples')) >> 8;