From e5496e3ffa1cec35578c4b286920f7faf08a9ff5 Mon Sep 17 00:00:00 2001 From: Justin Davis Date: Wed, 15 Aug 2012 18:03:06 -0400 Subject: Updates the perl-anyevent mod. Increment the stupid epoch. Ensure the pkgver is zero padded. Prepend environment var exports to the check func to ensure more tests are run. --- mods/perl-anyevent | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/mods/perl-anyevent b/mods/perl-anyevent index 54da4c3..7e45b03 100644 --- a/mods/perl-anyevent +++ b/mods/perl-anyevent @@ -1,4 +1,8 @@ set optdepends {"perl-net-ssleay: TLS/SSL connections with AnyEvent::Handle" "perl-json-xs: send or receive JSON with AnyEvent::Handle"} lappend depends perl-ev>=4.00 perl-guard>=1.02 perl-async-interrupt>=1.0 -set epoch 3 +set epoch 4 +set pkgver [format "%.02f" $pkgver] +fprepend check { + export PERL_ANYEVENT_LOOP_TESTS=1 PERL_ANYEVENT_NEW_TESTS=1 +} -- cgit v1.2.3-24-g4f1b