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

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

Change-Id: Iab36d7d2dc23d146114ab1aa65a845d19724e1eb
This commit is contained in:
Florian Pelz 2024-09-14 01:50:37 +02:00
parent a3d10e080b
commit c572cf81f4
No known key found for this signature in database
GPG key ID: 300888CB39C63817

View file

@ -10257,7 +10257,7 @@ return value is the sub.")
(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
+subroutines. Particularly useful for mocking in tests.")
subroutines. Particularly useful for mocking in tests.")
(license (package-license perl))))
(define-public perl-sub-quote