IO-Socket-IP
| Author/Maintainer | PEVANS |
|---|---|
| Version | |
| Release Date | 2013-04-25 |
| Kwalitee | 126.92 |
| Core Kwalitee | 100.00 |
| External Links |
Kwalitee Fails
| metric | remedy |
|---|---|
| metayml declares perl version |
This distribution does not declare the minimum perl version in META.yml. If you are using Build.PL define the {requires}{perl} = VERSION field. If you are using MakeMaker (Makefile.PL) you should upgrade ExtUtils::MakeMaker to 6.48 and use MIN_PERL_VERSION parameter. Perl::MinimumVersion can help you determine which version of Perl your module needs. |
| metric | remedy |
|---|---|
| has license in source file |
Does not have license information in any of its source files Add =head1 LICENSE and the text of the license to the main module in your code. |