mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00: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:
parent
0e0d9bc91f
commit
47d36f34b2
1 changed files with 1 additions and 1 deletions
|
@ -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))))
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue