Personally, I think that this (Seekers of Perl Wisdom) is as good a place as any to discuss the "why" of some modules. Probably the reason that we don't see more questions of this type is that module authors in the main make a fair attempt at explaining what their modules do in the POD. It wasn't always thus and still isn't universally, particularly for the more specific modules which assume a certain level of domain knowledge. That's understandable.

As for the specific case of App::unbelievable the author has a section entitled "Why?" in the POD and again in the README. It's sparse (and the module is only about a month old, so more may come) but it gives the gist. In essence, if you are familiar with Dancer2 and want to use it to maintain what will be a static site then this module (among others) purports to help you do that.


In reply to Re: Where to go to discuss a Perl module, as in "Why do I want to use this?" by hippo
in thread Where to go to discuss a Perl module, as in "Why do I want to use this?" by davebaker

Title:
Use:  <p> text here (a paragraph) </p>
and:  <code> code here </code>
to format your post, it's "PerlMonks-approved HTML":



  • Posts are HTML formatted. Put <p> </p> tags around your paragraphs. Put <code> </code> tags around your code and data!
  • Titles consisting of a single word are discouraged, and in most cases are disallowed outright.
  • Read Where should I post X? if you're not absolutely sure you're posting in the right place.
  • Please read these before you post! —
  • Posts may use any of the Perl Monks Approved HTML tags:
    a, abbr, b, big, blockquote, br, caption, center, col, colgroup, dd, del, details, div, dl, dt, em, font, h1, h2, h3, h4, h5, h6, hr, i, ins, li, ol, p, pre, readmore, small, span, spoiler, strike, strong, sub, summary, sup, table, tbody, td, tfoot, th, thead, tr, tt, u, ul, wbr
  • You may need to use entities for some characters, as follows. (Exception: Within code tags, you can put the characters literally.)
            For:     Use:
    & &amp;
    < &lt;
    > &gt;
    [ &#91;
    ] &#93;
  • Link using PerlMonks shortcuts! What shortcuts can I use for linking?
  • See Writeup Formatting Tips and other pages linked from there for more info.