From e8da774275822029d718b05ecaf05ab228072153 Mon Sep 17 00:00:00 2001 From: Ash Berlin Date: Thu, 18 Apr 2013 13:43:00 +0100 Subject: Fix random test failure in perl v5.17.6. Closes #19 --- t/spore-method/base.t | 1 + 1 file changed, 1 insertion(+) (limited to 't/spore-method/base.t') diff --git a/t/spore-method/base.t b/t/spore-method/base.t index 5f9c440..1ea5018 100644 --- a/t/spore-method/base.t +++ b/t/spore-method/base.t @@ -9,6 +9,7 @@ dies_ok { name => 'test_method', package_name => 'test::api', body => sub { 1 }, + path => '/path', ); } "missing some params"; -- cgit 1.4.1