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:
		
							parent
							
								
									4ab6a2f23d
								
							
						
					
					
						commit
						d7f99b3b76
					
				
					 1 changed files with 4 additions and 2 deletions
				
			
		| 
						 | 
					@ -156,8 +156,10 @@
 | 
				
			||||||
                                (files '("lib/perl5/site_perl")))))
 | 
					                                (files '("lib/perl5/site_perl")))))
 | 
				
			||||||
    (synopsis "Implementation of the Perl programming language")
 | 
					    (synopsis "Implementation of the Perl programming language")
 | 
				
			||||||
    (description
 | 
					    (description
 | 
				
			||||||
     "Perl 5 is a highly capable, feature-rich programming language with over
 | 
					     "Perl is a general-purpose programming language originally developed for
 | 
				
			||||||
24 years of development.")
 | 
					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/")
 | 
					    (home-page "http://www.perl.org/")
 | 
				
			||||||
    (license gpl1+)))                          ; or "Artistic"
 | 
					    (license gpl1+)))                          ; or "Artistic"
 | 
				
			||||||
 | 
					
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Reference in a new issue