summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDebian Perl Group <pkg-perl-maintainers@lists.alioth.debian.org>2022-11-21 18:34:23 +0100
committerÉtienne Mollier <emollier@debian.org>2022-11-21 18:34:23 +0100
commit97d271a5dbdc33c78288d9958fd77a8c72172664 (patch)
tree32f01a5800ba1e179e77aa4737efa67f33d08c7b
parentf666f7dcb33a07630f3368c0a1048e51ea24ff23 (diff)
fix typo caught by lintian.archive/debian/2.023-1
Forwarded: https://github.com/briandfoy/test-manifest/commit/d46f723f497c2fe329029789180927c083a7ebdc Last-Update: 2022-11-21 Last-Update: 2022-11-21 Gbp-Pq: Name typo.patch
-rw-r--r--lib/Test/Manifest.pm2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/Test/Manifest.pm b/lib/Test/Manifest.pm
index e0ab0a0..46ee397 100644
--- a/lib/Test/Manifest.pm
+++ b/lib/Test/Manifest.pm
@@ -90,7 +90,7 @@ before you call C<WriteMakefile>. To make it optional, load it in an eval:
=head2 Module::Build
-Overiding parts of C<Module::Build> is tricker if you want to use the
+Overriding parts of C<Module::Build> is tricker if you want to use the
subclassing mechanism and still make C<Test::Manifest> optional. If you
can load C<Test::Manifest> (version 2.00 or later), C<Test::Manifest> can
create the subclass for you.