17 Sep
2013
17 Sep
'13
7:11 a.m.
On Tue, Sep 03, 2013 at 01:26:01PM +0000, Tom Hukins wrote:
2. Allow the "body" argument to dancer_response() to take a hash reference as well as a string and make dancer_response() serialise the hash reference.
I've discovered it already does, despite the documentation saying "body" must contain a string.
Do my plans seem reasonable?
I assumed the silence meant "yes" and made a pull request: https://github.com/PerlDancer/Dancer/pull/962 Tom