mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
Merge branch 'master' into core-updates
This commit is contained in:
commit
0bab3af078
39 changed files with 731 additions and 619 deletions
|
@ -1930,7 +1930,7 @@ each stack frame.")
|
|||
(define-public perl-devel-symdump
|
||||
(package
|
||||
(name "perl-devel-symdump")
|
||||
(version "2.14")
|
||||
(version "2.17")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
|
@ -1938,7 +1938,7 @@ each stack frame.")
|
|||
"Devel-Symdump-" version ".tar.gz"))
|
||||
(sha256
|
||||
(base32
|
||||
"1phyyxgxsymgzbjd524zlaavvay6vjw34af5zn9153qffqign54v"))))
|
||||
"0qkfjk7bm7jwn9d9qaldg298zvkqh2f19fgvfh5j1rp66mwzql1c"))))
|
||||
(build-system perl-build-system)
|
||||
(home-page "http://search.cpan.org/dist/Devel-Symdump")
|
||||
(synopsis "Dump symbol names or the symbol table")
|
||||
|
@ -5732,7 +5732,7 @@ a minimum of effort.")
|
|||
`(("perl-test-tester" ,perl-test-tester)
|
||||
("perl-data-dump" ,perl-data-dump)))
|
||||
(home-page "http://search.cpan.org/dist/Test-Trap")
|
||||
(synopsis "Trap exit codes, exceptions, output, etc.")
|
||||
(synopsis "Trap exit codes, exceptions, output, and so on")
|
||||
(description "This module is primarily (but not exclusively) for use in
|
||||
test scripts: A block eval configurable and extensible but by default trapping
|
||||
STDOUT, STDERR, warnings, exceptions, would-be exit codes, and return values
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue