1Regexp::Pattern::Perl(3U)ser Contributed Perl DocumentatiRoengexp::Pattern::Perl(3)
2
3
4
6 Regexp::Pattern::Perl - Regexp patterns related to Perl
7
9 This document describes version 0.007 of Regexp::Pattern::Perl (from
10 Perl distribution Regexp-Pattern-Perl), released on 2022-07-30.
11
13 Regexp::Pattern is a convention for organizing reusable regex patterns.
14
17 Please visit the project's homepage at
18 <https://metacpan.org/release/Regexp-Pattern-Perl>.
19
21 Source repository is at
22 <https://github.com/perlancar/perl-Regexp-Pattern-Perl>.
23
25 Regexp::Pattern::CPAN
26
27 Regexp::Pattern
28
29 Some utilities related to Regexp::Pattern: App::RegexpPatternUtils,
30 rpgrep from App::rpgrep.
31
33 perlancar <perlancar@cpan.org>
34
36 To contribute, you can send patches by email/via RT, or send pull
37 requests on GitHub.
38
39 Most of the time, you don't need to build the distribution yourself.
40 You can simply modify the code, then test via:
41
42 % prove -l
43
44 If you want to build the distribution (e.g. to try to install it
45 locally on your system), you can install Dist::Zilla,
46 Dist::Zilla::PluginBundle::Author::PERLANCAR, and sometimes one or two
47 other Dist::Zilla plugin and/or Pod::Weaver::Plugin. Any additional
48 steps required beyond that are considered a bug and can be reported to
49 me.
50
52 This software is copyright (c) 2022, 2020 by perlancar
53 <perlancar@cpan.org>.
54
55 This is free software; you can redistribute it and/or modify it under
56 the same terms as the Perl 5 programming language system itself.
57
59 Please report any bugs or feature requests on the bugtracker website
60 <https://rt.cpan.org/Public/Dist/Display.html?Name=Regexp-Pattern-Perl>
61
62 When submitting a bug or request, please include a test-file or a patch
63 to an existing test-file that illustrates the bug or desired feature.
64
65
66
67perl v5.38.0 2023-07-21 Regexp::Pattern::Perl(3)