mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-24 21:38:07 -05:00
gnu: perl-pod-simple: Mark up description.
* gnu/packages/perl.scm (perl-pod-simple)[description]: Use @code and @dfn.
This commit is contained in:
parent
427d5677c0
commit
a36a917dac
1 changed files with 2 additions and 2 deletions
|
@ -6456,8 +6456,8 @@ (define-public perl-pod-simple
|
|||
(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))))
|
||||
|
||||
|
|
Loading…
Reference in a new issue