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 @@ for a given module is comprehensive.")
 | 
				
			||||||
    (build-system perl-build-system)
 | 
					    (build-system perl-build-system)
 | 
				
			||||||
    (home-page "http://search.cpan.org/dist/Pod-Simple/")
 | 
					    (home-page "http://search.cpan.org/dist/Pod-Simple/")
 | 
				
			||||||
    (synopsis "Parsing library for text in Pod format")
 | 
					    (synopsis "Parsing library for text in Pod format")
 | 
				
			||||||
    (description "Pod::Simple is a Perl library for parsing text in
 | 
					    (description "@code{Pod::Simple} is a Perl library for parsing text in
 | 
				
			||||||
the Pod (plain old documentation) markup language that is typically
 | 
					the @dfn{Pod} (plain old documentation) markup language that is typically
 | 
				
			||||||
used for writing documentation for Perl and for Perl modules.")
 | 
					used for writing documentation for Perl and for Perl modules.")
 | 
				
			||||||
    (license (package-license perl))))
 | 
					    (license (package-license perl))))
 | 
				
			||||||
 | 
					
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Reference in a new issue