perl-Test-MockModule: update to 0.15.
Closes #14471. Signed-off-by: Enno Boland <gottox@voidlinux.eu>
This commit is contained in:
parent
75eb6c383a
commit
cbc564b681
1 changed files with 5 additions and 4 deletions
|
@ -1,16 +1,17 @@
|
|||
# Template file for 'perl-Test-MockModule'
|
||||
pkgname=perl-Test-MockModule
|
||||
version=0.13
|
||||
version=0.15
|
||||
revision=1
|
||||
wrksrc="${pkgname/perl-/}-${version}"
|
||||
build_style=perl-ModuleBuild
|
||||
hostmakedepends="perl perl-Module-Build"
|
||||
checkdepends="perl-Test-Pod perl-Test-Pod-Coverage"
|
||||
makedepends="perl perl-SUPER"
|
||||
depends="${makedepends}"
|
||||
checkdepends="perl-Test-Pod perl-Test-Pod-Coverage perl-Test-Warnings"
|
||||
short_desc="Test::MockModule - Override subroutines in a module for unit testing"
|
||||
maintainer="maxice8 <thinkabit.ukim@gmail.com>"
|
||||
license="Artistic, GPL-1"
|
||||
license="Artistic-1.0-Perl, GPL-1.0-or-later"
|
||||
homepage="http://search.cpan.org/dist/Test-MockModule"
|
||||
#changelog="http://cpansearch.perl.org/src/GFRANKS/Test-MockModule-${version}/Changes"
|
||||
distfiles="${CPAN_SITE}/Test/${pkgname/perl-/}-${version}.tar.gz"
|
||||
checksum=7473742a0d600eb11766752c79a966570755168105ee4d4e33d90466b7339053
|
||||
checksum=1697fedc6c9fedb19351d8e9abb5f9732c192004a21862f84e9cbdedcfb7a35b
|
||||
|
|
Loading…
Reference in a new issue