When I extract the META.yml from the generated archive, just to see what Test::Copyright would do:

$ perl -MTest::Copyright -MTest::More -wle'copyright_ok (); done_testi +ng' ok 1 - found CPAN::Meta file isa CPAN::Meta ok 2 - more than zero licenses ok 3 - Found a good license object ok 4 - more than zero recognised licenses ok 5 - found license file: README not ok 6 - Found license perl in file README # Failed test 'Found license perl in file README' # at /pro/lib/perl5/site_perl/5.12.2/Test/Copyright.pm line 208. Use of uninitialized value $holder in anonymous hash ({}) at /pro/lib/ +perl5/site_perl/5.12.2/Test/Copyright.pm line 267, <DATA> line 102. ok 7 - Found default copyright details ok 8 - final copyright year is uptodate Use of uninitialized value $holder in exists at /pro/lib/perl5/site_pe +rl/5.12.2/Test/Copyright.pm line 314. Use of uninitialized value $holder in hash element at /pro/lib/perl5/s +ite_perl/5.12.2/Test/Copyright.pm line 318. Use of uninitialized value $holder in exists at /pro/lib/perl5/site_pe +rl/5.12.2/Test/Copyright.pm line 314. Use of uninitialized value $holder in hash element at /pro/lib/perl5/s +ite_perl/5.12.2/Test/Copyright.pm line 318. ok 9 - File blib/lib/Text/CSV_XS.pm has copyright statement ok 10 - Copyright for blib/lib/Text/CSV_XS.pm is described centrally 1..10 # Looks like you failed 1 test of 10.

I think that this can all use a bit of cleanup.


Enjoy, Have FUN! H.Merijn

In reply to Re^2: RFC: Test::Copyright by Tux
in thread RFC: Test::Copyright by SilasTheMonk

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.