gnu: perl: Improve description.

Fixes <https://bug.gnu.org/32650>.

* gnu/packages/perl.scm (perl)[description]: Use description from 'perlintro'.
This commit is contained in:
宋文武 2018-09-09 18:56:18 +08:00
parent 4ab6a2f23d
commit d7f99b3b76
No known key found for this signature in database
GPG Key ID: 26525665AE727D37
1 changed files with 4 additions and 2 deletions

View File

@ -156,8 +156,10 @@
(files '("lib/perl5/site_perl")))))
(synopsis "Implementation of the Perl programming language")
(description
"Perl 5 is a highly capable, feature-rich programming language with over
24 years of development.")
"Perl is a general-purpose programming language originally developed for
text manipulation and now used for a wide range of tasks including system
administration, web development, network programming, GUI development, and
more.")
(home-page "http://www.perl.org/")
(license gpl1+))) ; or "Artistic"