summaryrefslogtreecommitdiff
path: root/gnu/packages/perl.scm
diff options
context:
space:
mode:
authorChristopher Baines <mail@cbaines.net>2017-08-29 20:15:46 +0100
committerChristopher Baines <mail@cbaines.net>2017-08-29 20:15:46 +0100
commit02654c47b2439bc42be744ac6c9a53b6c593d6f6 (patch)
tree77e9099c838bba2905eccf9e8c55179224bd28c4 /gnu/packages/perl.scm
parent69dcad33c883a9004111842643a295d94ffe9e60 (diff)
downloadguix-patches-02654c47b2439bc42be744ac6c9a53b6c593d6f6.tar
guix-patches-02654c47b2439bc42be744ac6c9a53b6c593d6f6.tar.gz
gnu: Escape @ in the perl-importer package description.
@EXPORT is interpreted as a texinfo command, therefore the @ needs escaping. This was causing a test failure in the guix-package.sh file. * gnu/packages/perl.scm (perl-importer)[description]: Escape @.
Diffstat (limited to 'gnu/packages/perl.scm')
-rw-r--r--gnu/packages/perl.scm2
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/packages/perl.scm b/gnu/packages/perl.scm
index 93fc4059d8..3967ef8b7d 100644
--- a/gnu/packages/perl.scm
+++ b/gnu/packages/perl.scm
@@ -3514,7 +3514,7 @@ that may contain multiple values per key, inspired by MultiDict of WebOb.")
consume exports. It is feature-compatible with Exporter, plus some much needed
extras. You can use this to import symbols from any exporter that follows
Exporters specification. The exporter modules themselves do not need to use or
-inherit from the Exporter module, they just need to set @EXPORT and/or other
+inherit from the Exporter module, they just need to set @@EXPORT and/or other
variables.")
(license (package-license perl))))