diff options
author | Ash Berlin <ash_github@firemirror.com> | 2013-04-19 15:59:13 +0100 |
---|---|---|
committer | Ash Berlin <ash_github@firemirror.com> | 2013-04-19 15:59:13 +0100 |
commit | 78479711994f5d2c0e3ca09d3a6fb3dea5e76731 (patch) | |
tree | 72dd740651b6797d23674b2b5491bdbe2a333297 | |
parent | The order of dxil plugins matters - we want to commit *after* the changes fil... (diff) | |
download | net-http-spore-78479711994f5d2c0e3ca09d3a6fb3dea5e76731.tar.gz |
v0.06
- Fix random test failure in t/spore-method/base.t related to random hash ordering in perl 5.17.6+ (#19) - Add support for PATCH HTTP method (#13, Andreas Marienborg) - Allow anonymous subs to be used as middleware (Brian Phillips) - Refactor internals of Net::HTTP::Spore building of specs to allow easier subclassing
-rw-r--r-- | Changes | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Changes b/Changes index 0e6c7bf..c2e7ff4 100644 --- a/Changes +++ b/Changes @@ -1,4 +1,6 @@ {{$NEXT}} + +0.06 Fri Apr 19 15:58::33 2013 - Fix random test failure in t/spore-method/base.t related to random hash ordering in perl 5.17.6+ (#19) - Add support for PATCH HTTP method (#13, Andreas Marienborg) |