mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-08 07:56:16 -05:00
gnu: Add Class-Inspector.
* gnu/packages/perl.scm (perl-class-inspector): New variable.
This commit is contained in:
parent
3deac8c17b
commit
9afa15ffee
1 changed files with 19 additions and 0 deletions
|
@ -216,6 +216,25 @@ (define-public perl-class-data-inheritable
|
|||
subclasses and can be overriden.")
|
||||
(license (package-license perl))))
|
||||
|
||||
(define-public perl-class-inspector
|
||||
(package
|
||||
(name "perl-class-inspector")
|
||||
(version "1.28")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (string-append "mirror://cpan/authors/id/A/AD/ADAMK/"
|
||||
"Class-Inspector-" version ".tar.gz"))
|
||||
(sha256
|
||||
(base32
|
||||
"04iij8dbcgaim7g109frpyf7mh4ydsd8zh53r53chk0zxnivg91w"))))
|
||||
(build-system perl-build-system)
|
||||
(home-page "http://search.cpan.org/dist/Class-Inspector")
|
||||
(synopsis "Get information about a class and its structure")
|
||||
(description "Class::Inspector allows you to get information about a
|
||||
loaded class.")
|
||||
(license (package-license perl))))
|
||||
|
||||
(define-public perl-class-load
|
||||
(package
|
||||
(name "perl-class-load")
|
||||
|
|
Loading…
Reference in a new issue