mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: perl-test2-suite: Correct name.
* gnu/packages/perl-check.scm (perl-test2-bundle-extended): Rename to… (perl-test2-suite): …this. [name]: Adjust accordingly. (perl-test2-plugin-nowarnings)[propagated-inputs]: Use new name. * gnu/packages/perl.scm (perl-params-validationcompiler)[native-inputs]: Likewise.
This commit is contained in:
parent
0d49a4bbe1
commit
78b2034b5b
2 changed files with 5 additions and 5 deletions
|
@ -66,9 +66,9 @@ implementation as used in cperl. It does not store the mocked overrides
|
||||||
lexically, just dynamically.")
|
lexically, just dynamically.")
|
||||||
(license artistic2.0)))
|
(license artistic2.0)))
|
||||||
|
|
||||||
(define-public perl-test2-bundle-extended
|
(define-public perl-test2-suite
|
||||||
(package
|
(package
|
||||||
(name "perl-test2-bundle-extended")
|
(name "perl-test2-suite")
|
||||||
(version "0.000072")
|
(version "0.000072")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
|
@ -88,7 +88,7 @@ lexically, just dynamically.")
|
||||||
`(("perl-importer" ,perl-importer)
|
`(("perl-importer" ,perl-importer)
|
||||||
("perl-term-table" ,perl-term-table)
|
("perl-term-table" ,perl-term-table)
|
||||||
("perl-sub-info" ,perl-sub-info)))
|
("perl-sub-info" ,perl-sub-info)))
|
||||||
(home-page "https://metacpan.org/pod/Test2::Bundle::Extended")
|
(home-page "https://metacpan.org/pod/Test2-Suite")
|
||||||
(synopsis "Full set of tools for Test2::Suite")
|
(synopsis "Full set of tools for Test2::Suite")
|
||||||
(description "This package provides a rich set of tools, plugins, bundles,
|
(description "This package provides a rich set of tools, plugins, bundles,
|
||||||
etc built upon the Test2 testing library.")
|
etc built upon the Test2 testing library.")
|
||||||
|
@ -108,7 +108,7 @@ etc built upon the Test2 testing library.")
|
||||||
"002qk6qsm0l6r2kaxywvc38w0yf0mlavgywq8li076pn6kcw3242"))))
|
"002qk6qsm0l6r2kaxywvc38w0yf0mlavgywq8li076pn6kcw3242"))))
|
||||||
(build-system perl-build-system)
|
(build-system perl-build-system)
|
||||||
(propagated-inputs
|
(propagated-inputs
|
||||||
`(("perl-test2-bundle-extended" ,perl-test2-bundle-extended)))
|
`(("perl-test2-suite" ,perl-test2-suite)))
|
||||||
(home-page "https://metacpan.org/release/Test2-Plugin-NoWarnings")
|
(home-page "https://metacpan.org/release/Test2-Plugin-NoWarnings")
|
||||||
(synopsis "Fail if tests warn")
|
(synopsis "Fail if tests warn")
|
||||||
(description "Loading this plugin causes your tests to fail if there any
|
(description "Loading this plugin causes your tests to fail if there any
|
||||||
|
|
|
@ -7201,8 +7201,8 @@ function call parameters to an arbitrary level of specificity.")
|
||||||
(native-inputs
|
(native-inputs
|
||||||
;; For tests.
|
;; For tests.
|
||||||
`(("perl-test-without-module" ,perl-test-without-module)
|
`(("perl-test-without-module" ,perl-test-without-module)
|
||||||
("perl-test2-bundle-extended" ,perl-test2-bundle-extended)
|
|
||||||
("perl-test2-plugin-nowarnings" ,perl-test2-plugin-nowarnings)
|
("perl-test2-plugin-nowarnings" ,perl-test2-plugin-nowarnings)
|
||||||
|
("perl-test2-suite" ,perl-test2-suite)
|
||||||
("perl-type-tiny" ,perl-type-tiny)))
|
("perl-type-tiny" ,perl-type-tiny)))
|
||||||
(propagated-inputs
|
(propagated-inputs
|
||||||
`(("perl-eval-closure" ,perl-eval-closure)
|
`(("perl-eval-closure" ,perl-eval-closure)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue