Subject: | No LICENSE documented and no LICENSE or ABSTRACT in META.{yml,json} |
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