summary refs log tree commit diff
path: root/lib/Net/HTTP/Spore.pm (unfollow)
Commit message (Collapse)AuthorFilesLines
2014-01-30Set 'bytes' encoding for t/specs/content.tgzChisel1-0/+4
iAs per: https://github.com/rjbs/Dist-Zilla/issues/270
2014-01-30Wrap enum values in arrayref (franckcuny/net-http-spore#30)Chisel1-1/+1
2014-01-08Use Class::Load::load_class instead of Class::MOP::load_classChisel1-2/+3
This should resolve franckcuny/net-http-spore/#32 No new deps need to be specified as the dist uses [AutoPrereqs]
2014-01-08Use Class::Load::load_class instead of Class::MOP::load_classChisel1-2/+3
This should resolve franckcuny/net-http-spore/#32 No new deps need to be specified as the dist uses [AutoPrereqs]
2014-01-08Wrap enum values in arrayref (franckcuny/net-http-spore#30)Chisel1-1/+1
2013-08-14Re-wrap some documentation.Olaf Alders1-11/+20
2013-08-14Fixes typos.Olaf Alders1-2/+2
2013-06-25Fixing attribute name typoSteve Huff2-2/+5
Also adding a test case
2013-04-19v0.06Ash Berlin1-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-19The order of dxil plugins matters - we want to commit *after* the changes ↵Ash Berlin1-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-19Allow _add_methods and _attach_spec_to_class to be subclassed.Ash Berlin2-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-19Don't test pod coverage on releaseAsh Berlin1-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-19Automatically work out next version from git tagsAsh Berlin1-1/+3
2013-04-19use NextRelease plugin to automatically update version in Changes file on ↵Ash Berlin1-0/+2
release
2013-04-19Add myself to authors sectionAsh Berlin1-0/+1
2013-04-19make sure authentication default on method is lazyBrian Phillips2-0/+3
if it's not marked lazy, the predicate has no value (as it's always set at object creation time)
2013-04-19clean up typesBrian Phillips4-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-18support for anonymous middlewaresBrian Phillips4-2/+74
2013-04-18Changes entry for adding PATCH support (Closes #13)Ash Berlin1-0/+1
2013-04-18Clarifies that new_from_string expects a string in JSON format.Olaf Alders1-1/+4
2013-04-18Fix random test failure in perl v5.17.6. Closes #19Ash Berlin2-0/+5
2012-11-25Prepare a new releaseFranck Cuny3-3/+13
2012-11-25DZ: fix MetaResourcesOlivier Mengué1-3/+5
2012-11-25Use $args{name} outside of subref to avoid memory leak.Michael Reddick1-1/+2
2012-11-25Let Dist::Zilla handle the version number.Franck Cuny1-2/+0
2012-02-06Fix an error string, add a crude testAndreas Marienborg2-3/+11
2012-02-06Support PATCH method (that github uses)Andreas Marienborg1-2/+2
2012-01-02use eq and ne instead of a regexfranck cuny1-2/+2
2012-01-02use eq and ne instead of a regexfranck cuny1-2/+2
2011-12-08pod fixBrian Cassidy1-1/+1
2011-12-08confess when we are unable to fetch a spec via LWPBrian Cassidy1-0/+4
2011-12-08remove unused var; simplify conditionsBrian Cassidy1-7/+2
2011-12-08fix warnings in testBrian Cassidy1-3/+3
2011-07-26update POD for some middlewaresfranck cuny4-14/+31
Signed-off-by: franck cuny <franck@lumberjaph.net>
2011-07-26fix broken PODfranck cuny1-1/+2
Signed-off-by: franck cuny <franck@lumberjaph.net>
2011-07-26update changesfranck cuny1-1/+2
Signed-off-by: franck cuny <franck@lumberjaph.net>
2011-07-26remove Try::Tiny and YAML::Syck from testfranck cuny1-3/+0
Signed-off-by: franck cuny <franck@lumberjaph.net>
2011-07-26add new middleware: DoNotTrackfranck cuny2-0/+46
Signed-off-by: franck cuny <franck@lumberjaph.net>
2011-07-26add some changesfranck cuny1-2/+4
Signed-off-by: franck cuny <franck@lumberjaph.net>
2011-07-26update debugfranck cuny1-1/+1
Signed-off-by: franck cuny <franck@lumberjaph.net>
2011-07-26fix wrong testfranck cuny1-1/+1
Signed-off-by: franck cuny <franck@lumberjaph.net>
2011-07-26scheme is stored in spore.url_scheme not spore.schemefranck cuny1-2/+2
Signed-off-by: franck cuny <franck@lumberjaph.net>
2011-07-26add tests for oauthfranck cuny1-23/+72
Signed-off-by: franck cuny <franck@lumberjaph.net>
2011-07-26fix test for port and schenefranck cuny1-2/+7
Signed-off-by: franck cuny <franck@lumberjaph.net>
2011-07-26tests for oauthfranck cuny1-8/+20
Signed-off-by: franck cuny <franck@lumberjaph.net>
2011-07-26working OAuth middlewarefranck cuny1-32/+203
Signed-off-by: franck cuny <franck@lumberjaph.net>
2011-07-26fix bug with trace set to 0franck cuny1-2/+11
Signed-off-by: franck cuny <franck@lumberjaph.net>
2011-07-26debug string if definedfranck cuny1-2/+6
Signed-off-by: franck cuny <franck@lumberjaph.net>