gnu: Add perl-lexical-sealrequirehints.
* gnu/packages/perl.scm (perl-lexical-sealrequirehints): New public variable.
This commit is contained in:
		
							parent
							
								
									e13aa12f0f
								
							
						
					
					
						commit
						1b6f647fc4
					
				
					 1 changed files with 23 additions and 0 deletions
				
			
		| 
						 | 
				
			
			@ -4292,6 +4292,29 @@ either uses the first module it finds or throws an error.")
 | 
			
		|||
versa.")
 | 
			
		||||
    (license (package-license perl))))
 | 
			
		||||
 | 
			
		||||
(define-public perl-lexical-sealrequirehints
 | 
			
		||||
  (package
 | 
			
		||||
    (name "perl-lexical-sealrequirehints")
 | 
			
		||||
    (version "0.011")
 | 
			
		||||
    (source
 | 
			
		||||
     (origin
 | 
			
		||||
       (method url-fetch)
 | 
			
		||||
       (uri (string-append
 | 
			
		||||
             "mirror://cpan/authors/id/Z/ZE/ZEFRAM/Lexical-SealRequireHints-"
 | 
			
		||||
             version
 | 
			
		||||
             ".tar.gz"))
 | 
			
		||||
       (sha256
 | 
			
		||||
        (base32
 | 
			
		||||
         "0fh1arpr0hsj7skbn97yfvbk22pfcrpcvcfs15p5ss7g338qx4cy"))))
 | 
			
		||||
    (build-system perl-build-system)
 | 
			
		||||
    (native-inputs
 | 
			
		||||
     `(("perl-module-build" ,perl-module-build)))
 | 
			
		||||
    (home-page "http://search.cpan.org/dist/Lexical-SealRequireHints/")
 | 
			
		||||
    (synopsis "Prevent leakage of lexical hints")
 | 
			
		||||
    (description
 | 
			
		||||
     "Lexical::SealRequireHints prevents leakage of lexical hints")
 | 
			
		||||
    (license (package-license perl))))
 | 
			
		||||
 | 
			
		||||
(define-public perl-log-any
 | 
			
		||||
  (package
 | 
			
		||||
    (name "perl-log-any")
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Reference in a new issue