diff options
author | Sadie Powell <sadie@witchery.services> | 2023-12-17 13:46:34 +0000 |
---|---|---|
committer | Sadie Powell <sadie@witchery.services> | 2023-12-17 13:46:34 +0000 |
commit | eb0e5c89b2a1e59091001ffd0e54582c2ff04212 (patch) | |
tree | 6caad8512fd05dd74a890edf0e8658731b4e63c2 /data | |
parent | 84c2f8d3fc417e97ed336c48b8a5c4eea71b52aa (diff) |
Remove the m_regex_pcre module.
Users should migrate to m_regex_pcre2 instead.
Diffstat (limited to 'data')
-rw-r--r-- | data/modules.example.conf | 10 |
1 files changed, 1 insertions, 9 deletions
diff --git a/data/modules.example.conf b/data/modules.example.conf index f06789e41..6076c254a 100644 --- a/data/modules.example.conf +++ b/data/modules.example.conf @@ -401,18 +401,10 @@ module { name = "help" } } /* - * m_regex_pcre [EXTRA] - * - * Provides the regex engine regex/pcre, which uses version 1 of the Perl Compatible Regular - * Expressions library. This can not be loaded at the same time as the m_regex_pcre2 module. - */ -#module { name = "m_regex_pcre" } - -/* * m_regex_pcre2 [EXTRA] * * Provides the regex engine regex/pcre, which uses version 2 of the Perl Compatible Regular - * Expressions library. This can not be loaded at the same time as the m_regex_pcre module. + * Expressions library. #module { name = "m_regex_pcre2" } /* |