mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-14 11:03:49 +02:00
17 lines
699 B
Bash
17 lines
699 B
Bash
# Template file for 'perl-Test-MockModule'
|
|
pkgname=perl-Test-MockModule
|
|
version=0.16
|
|
revision=1
|
|
noarch=yes
|
|
wrksrc="${pkgname/perl-/}-${version}"
|
|
build_style=perl-ModuleBuild
|
|
hostmakedepends="perl-Module-Build"
|
|
makedepends="perl-SUPER"
|
|
depends="perl-SUPER"
|
|
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-1.0-Perl, GPL-1.0-or-later"
|
|
homepage="https://metacpan.org/release/Test-MockModule"
|
|
distfiles="${CPAN_SITE}/Test/${pkgname/perl-/}-${version}.tar.gz"
|
|
checksum=89abbe009c5630bbc43f215ba524a2fd3e39f3e5c785d0bb9f8310dfa1ce0e85
|