summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--Changes4
-rw-r--r--t/spore-method/base.t1
2 files changed, 5 insertions, 0 deletions
diff --git a/Changes b/Changes
index e221a08..761f0b7 100644
--- a/Changes
+++ b/Changes
@@ -1,3 +1,7 @@
+{{$NEXT}}
+ - Fix random test failure in t/spore-method/base.t related to random hash
+ ordering in perl 5.17.6+ (#19)
+
0.05 Sun Nov 25 11:40:24 2012
- Fix a memory leak in Net::HTTP::Spore::Meta::Method (michaelr)
- Fix meta information in the dist.ini file (dolmen)
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";