perl-Test-MockModule: make noarch

This commit is contained in:
maxice8 2018-06-11 16:47:24 -03:00 committed by Jürgen Buchmüller
parent dbd6e4be0e
commit 2d387e376d

View file

@ -1,12 +1,13 @@
# Template file for 'perl-Test-MockModule'
pkgname=perl-Test-MockModule
version=0.15
revision=1
revision=2
noarch=yes
wrksrc="${pkgname/perl-/}-${version}"
build_style=perl-ModuleBuild
hostmakedepends="perl perl-Module-Build"
makedepends="perl perl-SUPER"
depends="${makedepends}"
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>"