Skip Menu |

This queue is for tickets about the Text-TabularDisplay CPAN distribution.

Report information
The Basics
Id: 83593
Status: resolved
Priority: 0/
Queue: Text-TabularDisplay

People
Owner: darren [...] cpan.org
Requestors: KENTNL [...] cpan.org
Cc:
AdminCc:

Bug Information
Severity: Important
Broken in: 1.33
Fixed in: (no value)



Subject: No LICENSE documented and no LICENSE or ABSTRACT in META.{yml,json}

http://blogs.perl.org/users/kentnl_kent_fredric/2012/05/ensure-abstract-and-license-fields-in-your-meta.html

Additonally, there is no text anywhere I can find in this distribution that specifies the license it is released under, however, were I to assume the standard "perl 5" license, a simple fix would be:


Makefile.PL


    +  LICENSE => 'perl',
    + ABSTRACT => 'Display text in formatted table output ',


Thanks

Added in 1.34, coming soon.