Lots of stuff here, hope it's useful! You write:
'PDL::Core' => '2.028',
but you should currently aim to depend on PDL not PDL::Core, at the version appropriate for your application. The version of PDL::Core is currently not updated on each release, only that of the PDL package itself, to ease the release process. This would look like (if your application needed a feature in the most recent release of PDL at the time of this writing):
'PDL' => '2.080',
Also, your distro metadata points at EUMM's repo, which I am 100% sure is not what you intend:
url => 'git://github.com/Perl-Toolchain-Gang/ExtUtils-MakeM +aker.git', web => 'https://github.com/Perl-Toolchain-Gang/ExtUtils-Mak +eMaker',
Other nits are that your GitHub repo has your Makefile, Makefile.old, various META files, which I am also 100% sure is not what you intend. I also doubt that your README_TO_INSTALL is very useful, and might be more so if it just recommended using a CPAN client, then running the application.

Finally, it looks like your lib/App/README.md would be far more useful at the top level :-)


In reply to Re: Should my project be uploaded to CPAN as a module or an Application? by etj
in thread Should my project be uploaded to CPAN as a module or an Application? by gllore

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.