summary refs log tree commit diff
path: root/t/spore (unfollow)
Commit message (Expand)AuthorFilesLines
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-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
2011-07-26fix broken PODfranck cuny1-1/+2
2011-07-26update changesfranck cuny1-1/+2
2011-07-26remove Try::Tiny and YAML::Syck from testfranck cuny1-3/+0
2011-07-26add new middleware: DoNotTrackfranck cuny2-0/+46
2011-07-26add some changesfranck cuny1-2/+4
2011-07-26update debugfranck cuny1-1/+1
2011-07-26fix wrong testfranck cuny1-1/+1
2011-07-26scheme is stored in spore.url_scheme not spore.schemefranck cuny1-2/+2
2011-07-26add tests for oauthfranck cuny1-23/+72
2011-07-26fix test for port and schenefranck cuny1-2/+7
2011-07-26tests for oauthfranck cuny1-8/+20
2011-07-26working OAuth middlewarefranck cuny1-32/+203
2011-07-26fix bug with trace set to 0franck cuny1-2/+11
2011-07-26debug string if definedfranck cuny1-2/+6
2011-07-26add query_string to debugfra