<html xmlns:v="urn:schemas-microsoft-com:vml" xmlns:o="urn:schemas-microsoft-com:office:office" xmlns:w="urn:schemas-microsoft-com:office:word" xmlns:m="http://schemas.microsoft.com/office/2004/12/omml" xmlns="http://www.w3.org/TR/REC-html40">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<meta name="Generator" content="Microsoft Word 15 (filtered medium)">
<style><!--
/* Font Definitions */
@font-face
        {font-family:"Cambria Math";
        panose-1:2 4 5 3 5 4 6 3 2 4;}
@font-face
        {font-family:Calibri;
        panose-1:2 15 5 2 2 2 4 3 2 4;}
/* Style Definitions */
p.MsoNormal, li.MsoNormal, div.MsoNormal
        {margin:0cm;
        margin-bottom:.0001pt;
        font-size:12.0pt;
        font-family:"Times New Roman",serif;
        color:black;}
a:link, span.MsoHyperlink
        {mso-style-priority:99;
        color:#0563C1;
        text-decoration:underline;}
a:visited, span.MsoHyperlinkFollowed
        {mso-style-priority:99;
        color:#954F72;
        text-decoration:underline;}
p.msonormal0, li.msonormal0, div.msonormal0
        {mso-style-name:msonormal;
        mso-margin-top-alt:auto;
        margin-right:0cm;
        mso-margin-bottom-alt:auto;
        margin-left:0cm;
        font-size:12.0pt;
        font-family:"Times New Roman",serif;
        color:black;}
span.EmailStyle18
        {mso-style-type:personal-reply;
        font-family:"Calibri",sans-serif;
        color:#1F497D;}
.MsoChpDefault
        {mso-style-type:export-only;
        font-size:10.0pt;}
@page WordSection1
        {size:612.0pt 792.0pt;
        margin:72.0pt 72.0pt 72.0pt 72.0pt;}
div.WordSection1
        {page:WordSection1;}
--></style><!--[if gte mso 9]><xml>
<o:shapedefaults v:ext="edit" spidmax="1026" />
</xml><![endif]--><!--[if gte mso 9]><xml>
<o:shapelayout v:ext="edit">
<o:idmap v:ext="edit" data="1" />
</o:shapelayout></xml><![endif]-->
</head>
<body bgcolor="white" lang="EN-GB" link="#0563C1" vlink="#954F72">
<div class="WordSection1">
<p class="MsoNormal"><span style="font-size:11.0pt;font-family:"Calibri",sans-serif;color:#1F497D;mso-fareast-language:EN-US">Very nice!<o:p></o:p></span></p>
<p class="MsoNormal"><span style="font-size:11.0pt;font-family:"Calibri",sans-serif;color:#1F497D;mso-fareast-language:EN-US"><o:p> </o:p></span></p>
<div style="border:none;border-left:solid blue 1.5pt;padding:0cm 0cm 0cm 4.0pt">
<div>
<div style="border:none;border-top:solid #E1E1E1 1.0pt;padding:3.0pt 0cm 0cm 0cm">
<p class="MsoNormal"><b><span lang="EN-US" style="font-size:11.0pt;font-family:"Calibri",sans-serif;color:windowtext">From:</span></b><span lang="EN-US" style="font-size:11.0pt;font-family:"Calibri",sans-serif;color:windowtext"> dancer-users [mailto:dancer-users-bounces@dancer.pm]
<b>On Behalf Of </b>Russell Jenkins<br>
<b>Sent:</b> 27 October 2015 12:36<br>
<b>To:</b> dancer-users@dancer.pm<br>
<b>Subject:</b> [dancer-users] Dancer2::Plugin::SendAs<o:p></o:p></span></p>
</div>
</div>
<p class="MsoNormal"><o:p> </o:p></p>
<p class="MsoNormal" style="margin-bottom:12.0pt">Fellow Dancers,<br>
<br>
At the Dancer conference in Vienna last week, Dancer2::Plugin::SendAs was developed<br>
and released. This plugin makes it easy to return either serialized content or HTML<br>
from a route. Here's the synopsis:<br>
<br>
  use Dancer2;<br>
  use Dancer2::Plugin::SendAs;<br>
 <br>
  set serializer => 'YAML';<br>
  set template => 'template_toolkit';<br>
 <br>
  # returns HTML content, though YAML serializer is configured<br>
  get '/html' => sub {<br>
      send_as html => template 'foo';<br>
  };<br>
 <br>
  # returns JSON content, even with YAML serializer configured<br>
  get '/json/**' => sub {<br>
      send_as json => splat;  # JSON, not YAML!<br>
  };<br>
<br>
<br>
Sawyer and I briefly discussed if this should be core functionality during the conference.<br>
We decided to release it as a plugin and review moving it to core if other Dancers find<br>
this functionality useful.<br>
<br>
Grab it from CPAN and give it a workout [1]. If send_as solves an issue for your apps or<br>
makes your code simpler, let us know (responding here if fine). If there is enough [2]<br>
feedback that this is generally useful, we'll make it core functionality.<br>
<br>
Happy dancing!<br>
  Russell.<br>
<br>
[1] I'm doing some post-conference travel, so haven't used it in anger myself yet.<br>
[2] Don't ask me to quantify "enough" ;)<br>
<br>
<br>
<o:p></o:p></p>
</div>
</div>
</body>
</html>