Acme-CPANModulesBundle-Import-MojoliciousAdvent-2018

 view release on metacpan or  search on metacpan

devdata/https_mojolicious.io_blog_2018_12_07_openapi_  view on Meta::CPAN

<pre><code># The parameters that the HTTP method accepts
parameters:
  # The name of the parameter
  - name: q
    # The location to parse the parameter from
    in: query
    # Document what the parameter is. This example uses the YAML HEREDOC
    # syntax to make the description easier to read and write.
    description: |
      The query search term. If the search term contains a term with the
      tags `dist:` or `module:` results will be in expanded form, otherwise
      collapsed form.

      See also `collapsed`
    # The type of the value that the API accepts
    type: string
    # Define the attribute as required
    required: true
  # The rest of the parameters that the API accepts
  - name: from
    in: query

devdata/https_mojolicious.io_blog_2018_12_14_a-practical-example-of-mojo-dom_  view on Meta::CPAN

              </p>


                  <div class="bio cf">

                      <div class="gravatar">
                        <img alt="author image" src="/static/seigman.png">
                      </div>
                      <div class="about">
                        <h5>Chris Seigman (maschine)</h5>
                        <p>Chris has been using Perl to develop websites and other tools for more than 20 years, but mostly as a hobby.  Since discovering Mojolicious, his Perl skills have improved dramatically, and he has expanded beyond simple CGI ...

                      </div>

                  </div>

              <ul class="post-nav cf">
                  <li class="prev"><a href="/blog/2018/12/13/taking-on-roles/index.html" rel="prev"><strong>Previous Article</strong> Day 13: Taking on Roles</a></li>
                  <li class="next"><a href="/blog/2018/12/15/practical-web-content-munging/index.html" rel="next"><strong>Next Article</strong> Day 15: Practical Web Content Munging </a></li>
              </ul>



( run in 2.111 seconds using v1.01-cache-2.11-cpan-5b529ec07f3 )