Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
2014-01-30 | Set 'bytes' encoding for t/specs/content.tgz | Chisel | 1 | -0/+4 | |
iAs per: https://github.com/rjbs/Dist-Zilla/issues/270 | |||||
2014-01-30 | Wrap enum values in arrayref (franckcuny/net-http-spore#30) | Chisel | 1 | -1/+1 | |
2014-01-08 | Use Class::Load::load_class instead of Class::MOP::load_class | Chisel | 1 | -2/+3 | |
This should resolve franckcuny/net-http-spore/#32 No new deps need to be specified as the dist uses [AutoPrereqs] | |||||
2014-01-08 | Use Class::Load::load_class instead of Class::MOP::load_class | Chisel | 1 | -2/+3 | |
This should resolve franckcuny/net-http-spore/#32 No new deps need to be specified as the dist uses [AutoPrereqs] | |||||
2014-01-08 | Wrap enum values in arrayref (franckcuny/net-http-spore#30) | Chisel | 1 | -1/+1 | |
2013-08-14 | Re-wrap some documentation. | Olaf Alders | 1 | -11/+20 | |
2013-08-14 | Fixes typos. | Olaf Alders | 1 | -2/+2 | |
2013-06-25 | Fixing attribute name typo | Steve Huff | 2 | -2/+5 | |
Also adding a test case | |||||
2013-04-19 | v0.06 | Ash Berlin | 1 | -0/+2 | |
- 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 | |||||
2013-04-19 | The order of dxil plugins matters - we want to commit *after* the changes ↵ | Ash Berlin | 1 | -9/+3 | |
file has been updated Also don't need to specify TestRelease, ConfirmRelease and UploadToCPAN as they are in the Basic bundle already | |||||
2013-04-19 | Allow _add_methods and _attach_spec_to_class to be subclassed. | Ash Berlin | 2 | -8/+10 | |
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. | |||||
2013-04-19 | Don't test pod coverage on release | Ash Berlin | 1 | -1/+0 | |
It's currently failing and I don't care enough to tweak the plugin to stop it complaining about all the implementation roles etc. | |||||
2013-04-19 | Automatically work out next version from git tags | Ash Berlin | 1 | -1/+3 | |
2013-04-19 | use NextRelease plugin to automatically update version in Changes file on ↵ | Ash Berlin | 1 | -0/+2 | |
release | |||||
2013-04-19 | Add myself to authors section | Ash Berlin | 1 | -0/+1 | |
2013-04-19 | make sure authentication default on method is lazy | Brian Phillips | 2 | -0/+3 | |
if it's not marked lazy, the predicate has no value (as it's always set at object creation time) | |||||
2013-04-19 | clean up types | Brian Phillips | 4 | -51/+59 | |
- Split out type declarations into separate class - Use namespaced types instead of global types (via MooseX::Types) - use declared types where possible, instead of quoted type names (i.e. isa => Str, instead of isa => 'Str') - Allow "authentication" attribute to coerce from a JSON::is_bool() value (instead of expecting it to be a 1 or a 0 all the time) | |||||
2013-04-18 | support for anonymous middlewares | Brian Phillips | 4 | -2/+74 | |
2013-04-18 | Changes entry for adding PATCH support (Closes #13) | Ash Berlin | 1 | -0/+1 | |
2013-04-18 | Clarifies that new_from_string expects a string in JSON format. | Olaf Alders | 1 | -1/+4 | |
2013-04-18 | Fix random test failure in perl v5.17.6. Closes #19 | Ash Berlin | 2 | -0/+5 | |
2012-11-25 | Prepare a new release | Franck Cuny | 3 | -3/+13 | |
2012-11-25 | DZ: fix MetaResources | Olivier Mengué | 1 | -3/+5 | |
2012-11-25 | Use $args{name} outside of subref to avoid memory leak. | Michael Reddick | 1 | -1/+2 | |
2012-11-25 | Let Dist::Zilla handle the version number. | Franck Cuny | 1 | -2/+0 | |
2012-02-06 | Fix an error string, add a crude test | Andreas Marienborg | 2 | -3/+11 | |
2012-02-06 | Support PATCH method (that github uses) | Andreas Marienborg | 1 | -2/+2 | |
2012-01-02 | use eq and ne instead of a regex | franck cuny | 1 | -2/+2 | |
2012-01-02 | use eq and ne instead of a regex | franck cuny | 1 | -2/+2 | |
2011-12-08 | pod fix | Brian Cassidy | 1 | -1/+1 | |
2011-12-08 | confess when we are unable to fetch a spec via LWP | Brian Cassidy | 1 | -0/+4 | |
2011-12-08 | remove unused var; simplify conditions | Brian Cassidy | 1 | -7/+2 | |
2011-12-08 | fix warnings in test | Brian Cassidy | 1 | -3/+3 | |
2011-07-26 | update POD for some middlewares | franck cuny | 4 | -14/+31 | |
Signed-off-by: franck cuny <franck@lumberjaph.net> | |||||
2011-07-26 | fix broken POD | franck cuny | 1 | -1/+2 | |
Signed-off-by: franck cuny <franck@lumberjaph.net> | |||||
2011-07-26 | update changes | franck cuny | 1 | -1/+2 | |
Signed-off-by: franck cuny <franck@lumberjaph.net> | |||||
2011-07-26 | remove Try::Tiny and YAML::Syck from test | franck cuny | 1 | -3/+0 | |
Signed-off-by: franck cuny <franck@lumberjaph.net> | |||||
2011-07-26 | add new middleware: DoNotTrack | franck cuny | 2 | -0/+46 | |
Signed-off-by: franck cuny <franck@lumberjaph.net> | |||||
2011-07-26 | add some changes | franck cuny | 1 | -2/+4 | |
Signed-off-by: franck cuny <franck@lumberjaph.net> | |||||
2011-07-26 | update debug | franck cuny | 1 | -1/+1 | |
Signed-off-by: franck cuny <franck@lumberjaph.net> | |||||
2011-07-26 | fix wrong test | franck cuny | 1 | -1/+1 | |
Signed-off-by: franck cuny <franck@lumberjaph.net> | |||||
2011-07-26 | scheme is stored in spore.url_scheme not spore.scheme | franck cuny | 1 | -2/+2 | |
Signed-off-by: franck cuny <franck@lumberjaph.net> | |||||
2011-07-26 | add tests for oauth | franck cuny | 1 | -23/+72 | |
Signed-off-by: franck cuny <franck@lumberjaph.net> | |||||
2011-07-26 | fix test for port and schene | franck cuny | 1 | -2/+7 | |
Signed-off-by: franck cuny <franck@lumberjaph.net> | |||||
2011-07-26 | tests for oauth | franck cuny | 1 | -8/+20 | |
Signed-off-by: franck cuny <franck@lumberjaph.net> | |||||
2011-07-26 | working OAuth middleware | franck cuny | 1 | -32/+203 | |
Signed-off-by: franck cuny <franck@lumberjaph.net> | |||||
2011-07-26 | fix bug with trace set to 0 | franck cuny | 1 | -2/+11 | |
Signed-off-by: franck cuny <franck@lumberjaph.net> | |||||
2011-07-26 | debug string if defined | franck cuny | 1 | -2/+6 | |
Signed-off-by: franck cuny <franck@lumberjaph.net> | |||||
2011-07-26 | add query_string to debug | franck cuny | 1 |