diff options
author | Sam James <sam@gentoo.org> | 2023-09-27 06:28:18 +0100 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2023-09-27 06:28:18 +0100 |
commit | 2be63f3ff46248581cf1922f2992bfb52b2d11fb (patch) | |
tree | 29fe0fa4b21b3837f6facc90509381d46cb903f0 /eclass | |
parent | net-analyzer/wireshark: Stabilize 4.0.8 x86, #914788 (diff) | |
download | gentoo-2be63f3ff46248581cf1922f2992bfb52b2d11fb.tar.gz gentoo-2be63f3ff46248581cf1922f2992bfb52b2d11fb.tar.bz2 gentoo-2be63f3ff46248581cf1922f2992bfb52b2d11fb.zip |
perl-module.eclass: fix typo in comment
Fixes: ffa678b96f88ec7be12cd57237ead3849ac9c453
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'eclass')
-rw-r--r-- | eclass/perl-module.eclass | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/eclass/perl-module.eclass b/eclass/perl-module.eclass index c9b690992f22..32cd603c7be5 100644 --- a/eclass/perl-module.eclass +++ b/eclass/perl-module.eclass @@ -361,7 +361,7 @@ perl-module_src_test() { fi # See https://www.perlmonks.org/?node_id=1225311 - # * AUTOMATES_TESTING appears inappropriate for us, as it affects + # * AUTOMATED_TESTING appears inappropriate for us, as it affects # exit codes and might mask failures if configuration is wrong. # * EXTENDED_TESTING is something we could consider if we had # some way to opt-in to expensive tests. |