gnu: perl-cpanel-json-xs: Move to (gnu packages perl).
* gnu/packages/web.scm (perl-cpanel-json-xs): Move this... * gnu/packages/perl.scm: To here.
This commit is contained in:
		
							parent
							
								
									869ff43afd
								
							
						
					
					
						commit
						31831e565d
					
				
					 2 changed files with 21 additions and 21 deletions
				
			
		| 
						 | 
				
			
			@ -861,6 +861,27 @@ the caller.")
 | 
			
		|||
CPAN::Meta object are present.")
 | 
			
		||||
    (license (package-license perl))))
 | 
			
		||||
 | 
			
		||||
(define-public perl-cpanel-json-xs
 | 
			
		||||
  (package
 | 
			
		||||
    (name "perl-cpanel-json-xs")
 | 
			
		||||
    (version "3.0114")
 | 
			
		||||
    (source
 | 
			
		||||
     (origin
 | 
			
		||||
       (method url-fetch)
 | 
			
		||||
       (uri (string-append "mirror://cpan/authors/id/R/RU/RURBAN/"
 | 
			
		||||
                           "Cpanel-JSON-XS-" version ".tar.gz"))
 | 
			
		||||
       (sha256
 | 
			
		||||
        (base32
 | 
			
		||||
         "0jhi1v0631x4d14a7cpfnpjqhs34zkygxjn1nwvvr927awx5jx71"))))
 | 
			
		||||
    (build-system perl-build-system)
 | 
			
		||||
    (propagated-inputs
 | 
			
		||||
     `(("perl-common-sense" ,perl-common-sense)))
 | 
			
		||||
    (home-page "http://search.cpan.org/dist/Cpanel-JSON-XS")
 | 
			
		||||
    (synopsis "JSON::XS for Cpanel")
 | 
			
		||||
    (description "This module converts Perl data structures to JSON and vice
 | 
			
		||||
versa.")
 | 
			
		||||
    (license (package-license perl))))
 | 
			
		||||
 | 
			
		||||
(define-public perl-data-dump
 | 
			
		||||
  (package
 | 
			
		||||
    (name "perl-data-dump")
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
| 
						 | 
				
			
			@ -913,27 +913,6 @@ parameter parsing, file upload, cookie handling and header generation.")
 | 
			
		|||
inputs, in a manner reminiscent of how PHP does.")
 | 
			
		||||
    (license l:bsd-2)))
 | 
			
		||||
 | 
			
		||||
(define-public perl-cpanel-json-xs
 | 
			
		||||
  (package
 | 
			
		||||
    (name "perl-cpanel-json-xs")
 | 
			
		||||
    (version "3.0114")
 | 
			
		||||
    (source
 | 
			
		||||
     (origin
 | 
			
		||||
       (method url-fetch)
 | 
			
		||||
       (uri (string-append "mirror://cpan/authors/id/R/RU/RURBAN/"
 | 
			
		||||
                           "Cpanel-JSON-XS-" version ".tar.gz"))
 | 
			
		||||
       (sha256
 | 
			
		||||
        (base32
 | 
			
		||||
         "0jhi1v0631x4d14a7cpfnpjqhs34zkygxjn1nwvvr927awx5jx71"))))
 | 
			
		||||
    (build-system perl-build-system)
 | 
			
		||||
    (propagated-inputs
 | 
			
		||||
     `(("perl-common-sense" ,perl-common-sense)))
 | 
			
		||||
    (home-page "http://search.cpan.org/dist/Cpanel-JSON-XS")
 | 
			
		||||
    (synopsis "JSON::XS for Cpanel")
 | 
			
		||||
    (description "This module converts Perl data structures to JSON and vice
 | 
			
		||||
versa.")
 | 
			
		||||
    (license (package-license perl))))
 | 
			
		||||
 | 
			
		||||
(define-public perl-encode-locale
 | 
			
		||||
  (package
 | 
			
		||||
    (name "perl-encode-locale")
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Reference in a new issue