diff options
author | Ash Berlin <ash_github@firemirror.com> | 2013-04-19 14:48:57 +0100 |
---|---|---|
committer | Ash Berlin <ash_github@firemirror.com> | 2013-04-19 14:48:57 +0100 |
commit | 87e0a977e5b70ab22fba4eb7b309bd1c92ae8412 (patch) | |
tree | 4b972173b34b4e0651c79a232bc3a6ea9e8b75b3 /Changes | |
parent | Don't test pod coverage on release (diff) | |
download | net-http-spore-87e0a977e5b70ab22fba4eb7b309bd1c92ae8412.tar.gz |
Allow _add_methods and _attach_spec_to_class to be subclassed.
For instance I have plans to parse Google's discovery documents which have the right information but are in a different format to SPORE specs.
Diffstat (limited to '')
-rw-r--r-- | Changes | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Changes b/Changes index 3d27d03..0e6c7bf 100644 --- a/Changes +++ b/Changes @@ -3,6 +3,8 @@ 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 0.05 Sun Nov 25 11:40:24 2012 - Fix a memory leak in Net::HTTP::Spore::Meta::Method (michaelr) |