gnu: Add Devel-GlobalDestruction.
* gnu/packages/perl.scm (perl-devel-globaldestruction): New variable.
This commit is contained in:
		
							parent
							
								
									81bffd455b
								
							
						
					
					
						commit
						70a9a4911a
					
				
					 1 changed files with 21 additions and 0 deletions
				
			
		|  | @ -291,6 +291,27 @@ CPAN::Meta object are present.") | ||||||
|      "Data::OptList provides a simple syntax for name/value option pairs.") |      "Data::OptList provides a simple syntax for name/value option pairs.") | ||||||
|     (license (package-license perl)))) |     (license (package-license perl)))) | ||||||
| 
 | 
 | ||||||
|  | (define-public perl-devel-globaldestruction | ||||||
|  |   (package | ||||||
|  |     (name "perl-devel-globaldestruction") | ||||||
|  |     (version "0.13") | ||||||
|  |     (source | ||||||
|  |      (origin | ||||||
|  |        (method url-fetch) | ||||||
|  |        (uri (string-append "mirror://cpan/authors/id/H/HA/HAARG/" | ||||||
|  |                            "Devel-GlobalDestruction-" version ".tar.gz")) | ||||||
|  |        (sha256 | ||||||
|  |         (base32 | ||||||
|  |          "0qn4iszgylnxjdkb6430f6a3ci7bcx9ih1az6bd5cbij1pf2965j")))) | ||||||
|  |     (build-system perl-build-system) | ||||||
|  |     (propagated-inputs | ||||||
|  |      `(("perl-sub-exporter-progressive" ,perl-sub-exporter-progressive))) | ||||||
|  |     (home-page "http://search.cpan.org/dist/Devel-GlobalDestruction") | ||||||
|  |     (synopsis "Provides equivalent of ${^GLOBAL_PHASE} eq 'DESTRUCT' for older perls") | ||||||
|  |     (description "Devel::GlobalDestruction provides a function returning the | ||||||
|  | equivalent of \"${^GLOBAL_PHASE} eq 'DESTRUCT'\" for older perls.") | ||||||
|  |     (license (package-license perl)))) | ||||||
|  | 
 | ||||||
| (define-public perl-digest-sha1 | (define-public perl-digest-sha1 | ||||||
|   (package |   (package | ||||||
|     (name "perl-digest-sha1") |     (name "perl-digest-sha1") | ||||||
|  |  | ||||||
		Reference in a new issue