[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[bug#28177] [PATCH 05/12] gnu: Add perl-devel-cycle.
From: |
Christopher Baines |
Subject: |
[bug#28177] [PATCH 05/12] gnu: Add perl-devel-cycle. |
Date: |
Mon, 21 Aug 2017 19:08:25 +0100 |
* gnu/packages/perl.scm (perl-devel-cycle): New variable.
---
gnu/packages/perl.scm | 24 ++++++++++++++++++++++++
1 file changed, 24 insertions(+)
diff --git a/gnu/packages/perl.scm b/gnu/packages/perl.scm
index 9f135b4cc..03d77bb95 100644
--- a/gnu/packages/perl.scm
+++ b/gnu/packages/perl.scm
@@ -2253,6 +2253,30 @@ whether a compiler is available. It can test for a C99
compiler, or
you can tell it to compile a C source file with optional linker flags.")
(license (package-license perl))))
+(define-public perl-devel-cycle
+ (package
+ (name "perl-devel-cycle")
+ (version "1.12")
+ (source
+ (origin
+ (method url-fetch)
+ (uri (string-append
+ "mirror://cpan/authors/id/L/LD/LDS/Devel-Cycle-"
+ version
+ ".tar.gz"))
+ (sha256
+ (base32
+ "1hhb77kz3dys8yaik452j22cm3510zald2mpvfyv5clqv326aczx"))))
+ (build-system perl-build-system)
+ (home-page
+ "http://search.cpan.org/dist/Devel-Cycle")
+ (synopsis "Find memory cycles in objects")
+ (description
+ "@code{Devel::Cycle} This is a tool for finding circular references in
+objects and other types of references. Because of Perl's reference-count
+based memory management, circular references will cause memory leaks.")
+ (license (package-license perl))))
+
(define-public perl-devel-globaldestruction
(package
(name "perl-devel-globaldestruction")
--
2.14.1
- [bug#28177] [PATCH] Add ikiwiki and dependencies, Christopher Baines, 2017/08/21
- [bug#28177] [PATCH 01/12] gnu: Add discount., Christopher Baines, 2017/08/21
- [bug#28177] [PATCH 10/12] gnu: Add perl-yaml-libyaml., Christopher Baines, 2017/08/21
- [bug#28177] [PATCH 06/12] gnu: Add perl-test-memory-cycle., Christopher Baines, 2017/08/21
- [bug#28177] [PATCH 05/12] gnu: Add perl-devel-cycle.,
Christopher Baines <=
- [bug#28177] [PATCH 07/12] gnu: Add perl-test-notabs., Christopher Baines, 2017/08/21
- [bug#28177] [PATCH 08/12] gnu: Add perl-test-eol., Christopher Baines, 2017/08/21
- [bug#28177] [PATCH 11/12] gnu: Add perl-cgi-session., Christopher Baines, 2017/08/21
- [bug#28177] [PATCH 03/12] gnu: Add perl-test-cpan-meta-json., Christopher Baines, 2017/08/21
- [bug#28177] [PATCH 04/12] gnu: Add perl-test-cpan-meta., Christopher Baines, 2017/08/21
- [bug#28177] [PATCH 09/12] gnu: Add perl-html-scrubber., Christopher Baines, 2017/08/21
- [bug#28177] [PATCH 12/12] gnu: Add ikiwiki., Christopher Baines, 2017/08/21
- [bug#28177] [PATCH 02/12] gnu: Add perl-text-markdown-discount., Christopher Baines, 2017/08/21