Hi all,

I've been investigating Dist::Zilla because it looks like it could be useful module. I have been through the docs but I must have missed something along the way.

Recently, Matt Trout gave a talk about most of us not being enough to contribute anything but dumb (obvious) questions to CPAN distributions. So here's mine:

How do I create My::Awesome::App from scratch?

With Module::Starter it would go something like:

module-starter --module My::Awesome::App

I assumed the Dist::Zilla equivalent would be:

dzil new My::Awesome::App

But that appears to throw an error.

shell:~/Desktop/dist-zilla$ dzil new My::Awesome::App ARRAY(0x8bc4cbc) Can't call method "flatten" on an undefined value at /home/j1n3l0/Appl +ications/perl/5.10.0/lib/site_perl/5.10.0/Dist/Zilla/App.pm line 35.

So can anyone tell this dumbass exactly what he is missing =)


Smoothie, smoothie, hundre prosent naturlig!

In reply to Dist::Zilla ... I'm not good enough (obviously) by j1n3l0

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.