guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

01/01: gnu: Escape @ in the perl-importer package description.


From: Christopher Baines
Subject: 01/01: gnu: Escape @ in the perl-importer package description.
Date: Tue, 29 Aug 2017 15:19:48 -0400 (EDT)

cbaines pushed a commit to branch master
in repository guix.

commit 02654c47b2439bc42be744ac6c9a53b6c593d6f6
Author: Christopher Baines <address@hidden>
Date:   Tue Aug 29 20:15:46 2017 +0100

    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 @.
---
 gnu/packages/perl.scm | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gnu/packages/perl.scm b/gnu/packages/perl.scm
index 93fc405..3967ef8 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))))
 



reply via email to

[Prev in Thread] Current Thread [Next in Thread]