Subject: | Missing license text |
Current Text-ParseWords is missing a license text. Only the Makefile.PL defines license as `perl':
'LICENSE' => 'perl',
It would be good to add more verbose license into README or standalone LICENSE or COPYING file, e.g.:
=head1 COPYRIGHT
This library is free software; you may redistribute and/or modify it
under the same terms as Perl itself.
-- Petr