summaryrefslogtreecommitdiff
path: root/t
diff options
context:
space:
mode:
authorToby Inkster <mail@tobyinkster.co.uk>2013-07-16 15:17:46 +0100
committerToby Inkster <mail@tobyinkster.co.uk>2013-07-16 15:17:46 +0100
commit63bc5fd26a0c0a4358245728d24c2e7a669f83f9 (patch)
treed5952c98c1970191329d08310f367dcfd123bfb3 /t
parentc9c307d72b843e71d287bfa0df3f1cf481392663 (diff)
deps
Diffstat (limited to 't')
-rw-r--r--t/06handlesvia.t2
1 files changed, 1 insertions, 1 deletions
diff --git a/t/06handlesvia.t b/t/06handlesvia.t
index cc13686..e536cc0 100644
--- a/t/06handlesvia.t
+++ b/t/06handlesvia.t
@@ -19,7 +19,7 @@ use strict;
use warnings;
use Test::More;
-use Test::Requires "MooX::HandlesVia";
+use Test::Requires { "MooX::HandlesVia" => "0.001004" };
{
package Local::ThingyContainer;