diff options
Diffstat (limited to 'gnu/packages/xml.scm')
-rw-r--r-- | gnu/packages/xml.scm | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/gnu/packages/xml.scm b/gnu/packages/xml.scm index 5bbd1dd64e..57a0694301 100644 --- a/gnu/packages/xml.scm +++ b/gnu/packages/xml.scm @@ -636,10 +636,9 @@ corresponding to an @code{XML::Parser} event.") (license license:perl-license) (synopsis "Perl modules for working with XML") (description - "libxml-perl is a collection of smaller Perl modules, scripts, and -documents for working with XML in Perl. libxml-perl software works in -combination with @code{XML::Parser}, PerlSAX, @code{XML::DOM}, -@code{XML::Grove}, and others.") + "A collection of smaller Perl modules, scripts, and documents for working +with XML in Perl. libxml-perl software works in combination with +@code{XML::Parser}, PerlSAX, @code{XML::DOM}, @code{XML::Grove}, and others.") (home-page "https://metacpan.org/release/libxml-perl"))) (define-public perl-xml-libxml |