diff options
| author | Ash Berlin <ash_github@firemirror.com> | 2013-04-18 13:43:00 +0100 |
|---|---|---|
| committer | Ash Berlin <ash_github@firemirror.com> | 2013-04-18 13:43:00 +0100 |
| commit | e8da774275822029d718b05ecaf05ab228072153 (patch) | |
| tree | 6e8d7883db492d009eba82cd529ad7ca50b48b6c /t/spore | |
| parent | Prepare a new release (diff) | |
| download | net-http-spore-e8da774275822029d718b05ecaf05ab228072153.tar.gz | |
Fix random test failure in perl v5.17.6. Closes #19
Diffstat (limited to '')
| -rw-r--r-- | t/spore-method/base.t | 1 |
1 files changed, 1 insertions, 0 deletions
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"; |
