guix-commits
[Top][All Lists]
Advanced

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

05/15: gnu: perl-pod-simple: Mark up description.


From: Tobias Geerinckx-Rice
Subject: 05/15: gnu: perl-pod-simple: Mark up description.
Date: Sat, 23 Dec 2017 17:58:42 -0500 (EST)

nckx pushed a commit to branch master
in repository guix.

commit a36a917dac88baeb5ec173d98a41412f1e5cccf2
Author: Tobias Geerinckx-Rice <address@hidden>
Date:   Sat Dec 23 18:06:17 2017 +0100

    gnu: perl-pod-simple: Mark up description.
    
    * gnu/packages/perl.scm (perl-pod-simple)[description]: Use @code and @dfn.
---
 gnu/packages/perl.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/perl.scm b/gnu/packages/perl.scm
index a383949..0fc6808 100644
--- a/gnu/packages/perl.scm
+++ b/gnu/packages/perl.scm
@@ -6456,8 +6456,8 @@ for a given module is comprehensive.")
     (build-system perl-build-system)
     (home-page "http://search.cpan.org/dist/Pod-Simple/";)
     (synopsis "Parsing library for text in Pod format")
-    (description "Pod::Simple is a Perl library for parsing text in
-the Pod (plain old documentation) markup language that is typically
+    (description "@code{Pod::Simple} is a Perl library for parsing text in
+the @dfn{Pod} (plain old documentation) markup language that is typically
 used for writing documentation for Perl and for Perl modules.")
     (license (package-license perl))))
 



reply via email to

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