Hi there,

I'm making my way through the new edition of Intermediate Perl and arrived at a point where I could benefit from your insight. When using module-starter to create a module with ExtUtils::Makemaker, it works just fine. However, when using Module::Build, I get a warning that MYMETA files could not be created. Module::Build version is 0.4003, Module::Starter version is 1.60, and I have tried this on a Mac OSX Lion with Perl5.12, and on a RHEL5 with Perl5.16. Below is the code and output.

many thanks

$ module-starter --mb --module=Animal --author="name" --email=email -- +verbose Created Animal Created Animal/lib Created Animal/lib/Animal.pm Created Animal/t Created Animal/t/pod-coverage.t Created Animal/t/pod.t Created Animal/t/manifest.t Created Animal/t/boilerplate.t Created Animal/t/00-load.t Created Animal/ignore.txt Created Animal/Build.PL Created Animal/Changes Created Animal/README Added to MANIFEST: Build.PL Added to MANIFEST: Changes Added to MANIFEST: ignore.txt Added to MANIFEST: lib/Animal.pm Added to MANIFEST: MANIFEST Added to MANIFEST: README Added to MANIFEST: t/00-load.t Added to MANIFEST: t/boilerplate.t Added to MANIFEST: t/manifest.t Added to MANIFEST: t/pod-coverage.t Added to MANIFEST: t/pod.t Created Animal/MANIFEST Created starter directories and files $ cd Animal/ $ perl Build.PL Could not get valid metadata. Error is: Invalid metadata structure. Er +rors: License 'Artistic_2_0' is invalid (license) [Validation: 1.4] at /usr/local/lib/perl5/site_perl/5.16.0/Module/Build/Base.pm line 45 +71. Could not create MYMETA files Creating new 'Build' script for 'Animal' version '0.01'

In reply to Module::Build - could not create MYMETA files by abualiga

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.