summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorperlancar (on netbook-dell-xps13) <perlancar@gmail.com>2020-01-04 07:07:05 +0700
committerperlancar (on netbook-dell-xps13) <perlancar@gmail.com>2020-01-04 07:07:05 +0700
commit9dbd6cc0e98b1b9fffa95bd9554c8bcfa4c3a66a (patch)
tree7e28ae5db0ace639bdd6088dddcd6121eebb4525
parentb0d7bd956cbe697b0e03be1b036477f5fd69a4fc (diff)
[doc] Update doc (DZP:Test::Regexp::Pattern does not exist, or I haven't written it; mention DZP:Regexp::Pattern instead which includes the functionality)
-rw-r--r--lib/Test/Regexp/Pattern.pm6
1 files changed, 3 insertions, 3 deletions
diff --git a/lib/Test/Regexp/Pattern.pm b/lib/Test/Regexp/Pattern.pm
index 21676e7..6d92e5e 100644
--- a/lib/Test/Regexp/Pattern.pm
+++ b/lib/Test/Regexp/Pattern.pm
@@ -278,8 +278,8 @@ This module performs various checks on a module's L<Regexp::Pattern> patterns.
It is recommended that you include something like C<release-regexp-pattern.t> in
your distribution if you add regexp patterns to your code. If you use
L<Dist::Zilla> to build your distribution, there is
-L<[Test::Regexp::Pattern]|Dist::Zilla::Plugin::Test::Regexp::Pattern> to make it
-easy to do so.
+L<[Regexp::Pattern]|Dist::Zilla::Plugin::Regexp::Pattern> which automatically
+adds a release test file for this during build.
=head1 FUNCTIONS
@@ -318,6 +318,6 @@ C<regexp_patterns_in_all_modules_ok()>.
L<Regexp::Pattern>
-L<Dist::Zilla::Plugin::Test::Regexp::Pattern>
+L<Dist::Zilla::Plugin::Regexp::Pattern>
=cut