gnu: perl-test-without-module: Update to 0.20.

* gnu/packages/perl-check.scm (perl-test-without-module): Update to 0.20.
master
Tobias Geerinckx-Rice 2018-06-04 09:01:12 +02:00
parent e40ab7382e
commit a1b16662bc
No known key found for this signature in database
GPG Key ID: 0DB0FF884F556D79
1 changed files with 2 additions and 2 deletions

View File

@ -1236,7 +1236,7 @@ plan, or not, and things will still Just Work.")
(define-public perl-test-without-module
(package
(name "perl-test-without-module")
(version "0.18")
(version "0.20")
(source
(origin
(method url-fetch)
@ -1244,7 +1244,7 @@ plan, or not, and things will still Just Work.")
"Test-Without-Module-" version ".tar.gz"))
(sha256
(base32
"0zwc2dk5srd02j4p049w77m89iw5nbff381rmhcbaz8x2w5kdhz2"))))
"0955ib9cz1naz7a2v6lx78kj29q7ihmdn51im6wd1im669yfp6lf"))))
(build-system perl-build-system)
(home-page "http://search.cpan.org/dist/Test-Without-Module/")
(synopsis "Test fallback behaviour in absence of modules")