perl-Params-ValidationCompiler: update to 0.27.
This commit is contained in:
parent
03947243cd
commit
1edb27aeb0
1 changed files with 7 additions and 5 deletions
|
@ -1,16 +1,18 @@
|
|||
# Template build file for 'perl-Params-ValidationCompiler'.
|
||||
pkgname=perl-Params-ValidationCompiler
|
||||
version=0.26
|
||||
version=0.27
|
||||
revision=1
|
||||
noarch=yes
|
||||
wrksrc="${pkgname/perl-/}-${version}"
|
||||
build_style=perl-module
|
||||
hostmakedepends="perl"
|
||||
makedepends="${hostmakedepends}"
|
||||
depends="perl perl-Eval-Closure perl-Exception-Class"
|
||||
makedepends="perl perl-Eval-Closure perl-Exception-Class"
|
||||
depends="${makedepends}"
|
||||
checkdepends="perl-Specio perl-Test2-Suite perl-Test-Without-Module perl-Test2-Plugin-NoWarnings
|
||||
perl-Term-Table"
|
||||
short_desc="Build an optimized subroutine parameter validator once, use it forever"
|
||||
maintainer="newbluemoon <blaumolch@mailbox.org>"
|
||||
homepage="http://search.cpan.org/dist/Params-ValidationCompiler/"
|
||||
homepage="http://search.cpan.org/dist/Params-ValidationCompiler"
|
||||
license="Artistic-2.0, GPL-1"
|
||||
distfiles="${CPAN_SITE}/Params/${pkgname/perl-/}-$version.tar.gz"
|
||||
checksum=6a9ea4895c9288ae4a0a2f5f1309d0dea8ffc46d429263c8f59a83c126c75805
|
||||
checksum=50a99968359d430e34ea8a12e7f08a669ffd34a3dae4d8ea9ca076c1100af9b2
|
||||
|
|
Loading…
Reference in a new issue