1
0
mirror of https://git.savannah.gnu.org/git/guix.git synced 2026-04-29 13:31:16 +02:00

gnu: perl-sub-override: Fix typo in the description field.

* gnu/packages/perl.scm (perl-sub-override): Fix typo in the description
field.

Change-Id: I43abd6f035fe641c3f53ff3fe7d352c8d03c2a59
Signed-off-by: Florian Pelz <pelzflorian@pelzflorian.de>
This commit is contained in:
Rostislav Svoboda
2024-09-09 17:41:23 +02:00
committed by Florian Pelz
parent 0e0d9bc91f
commit 47d36f34b2

View File

@@ -10256,7 +10256,7 @@ return value is the sub.")
(build-system perl-build-system)
(home-page "https://metacpan.org/release/Sub-Override")
(synopsis "Perl extension to override a subroutine")
(description "A @code{Sub::Override}} module that makes it easy to override
(description "A @code{Sub::Override} module that makes it easy to override
+subroutines. Particularly useful for mocking in tests.")
(license (package-license perl))))