1TEST-REGEXP-PATTERN(1)User Contributed Perl DocumentationTEST-REGEXP-PATTERN(1)
2
3
4
6 test-regexp-pattern - Test Regexp::Pattern patterns in all modules of
7 your distro
8
10 This document describes version 0.010 of test-regexp-pattern (from Perl
11 distribution Test-Regexp-Pattern), released on 2022-07-24.
12
14 In your distro directory:
15
16 % test-regexp-pattern [options]
17
19 This script is a command-line interface for Test::Regexp::Pattern's
20 regexp_patterns_in_all_modules_ok() function.
21
23 • -E
24
25 This sets "test_examples" to 0.
26
28 Please visit the project's homepage at
29 <https://metacpan.org/release/Test-Regexp-Pattern>.
30
32 Source repository is at
33 <https://github.com/perlancar/perl-Test-Regexp-Pattern>.
34
36 Test::Regexp::Pattern
37
39 perlancar <perlancar@cpan.org>
40
42 To contribute, you can send patches by email/via RT, or send pull
43 requests on GitHub.
44
45 Most of the time, you don't need to build the distribution yourself.
46 You can simply modify the code, then test via:
47
48 % prove -l
49
50 If you want to build the distribution (e.g. to try to install it
51 locally on your system), you can install Dist::Zilla,
52 Dist::Zilla::PluginBundle::Author::PERLANCAR, and sometimes one or two
53 other Dist::Zilla plugin and/or Pod::Weaver::Plugin. Any additional
54 steps required beyond that are considered a bug and can be reported to
55 me.
56
58 This software is copyright (c) 2022, 2020, 2018 by perlancar
59 <perlancar@cpan.org>.
60
61 This is free software; you can redistribute it and/or modify it under
62 the same terms as the Perl 5 programming language system itself.
63
65 Please report any bugs or feature requests on the bugtracker website
66 <https://rt.cpan.org/Public/Dist/Display.html?Name=Test-Regexp-Pattern>
67
68 When submitting a bug or request, please include a test-file or a patch
69 to an existing test-file that illustrates the bug or desired feature.
70
71
72
73perl v5.38.0 2023-07-21 TEST-REGEXP-PATTERN(1)