Acme-CPANModulesBundle-Import-PerlDancerAdvent-2018

 view release on metacpan or  search on metacpan

devdata/http_advent.perldancer.org_2018_15  view on Meta::CPAN

<h2><a name="configuration"></a>CONFIGURATION</h2>

<p>To bring the above example live, we need to tune the configuration slightly as below.</p>
<pre class="prettyprint">plugins:
   Paginator:
      frame_size: 3
      page_size: 7</pre>

<h2><a name="real_hands_on"></a>REAL HANDS-ON</h2>

<p>Having seen the details, now let us try real example. I have got GitHub repository that I use to try new things related to Dancer2 i.e. <a href="https://github.com/manwar/Dancer2-Cookbook">Dancer2 Cookbook</a>. You should find a link "Books" showi...
<h3><a name="example_configuration"></a>Example Configuration</h3>

<pre class="prettyprint">plugins:
  Paginator:
    frame_size: 1
    page_size: 3</pre>

<h3><a name="action"></a>Action</h3>

<pre class="prettyprint">get '/books/:page' =&gt; sub {



( run in 0.316 second using v1.01-cache-2.11-cpan-e9199f4ba4c )