Kwalitee Issues

has_human_readable_license

Add a section called "LICENSE" to the documentation, or add a file named LICENSE to the distribution.

has_license_in_source_file

Add =head1 LICENSE and the text of the license to the main module in your code.

use_strict

Add 'use strict' (or its equivalents) to all modules, or convince us that your favorite module is well-known enough and people can easily see the modules are strictly written.

Error: TL::Form

no_pod_errors

Remove the POD errors. You can check for POD errors automatically by including Test::Pod to your test suite.

Error: TL-0.10_01/ext/TL-HtmlFilter/HtmlFilter.pm -- Around line 598: Non-ASCII character seen before =encoding in 'HTMLのパースと書き換え'. Assuming UTF-8 TL-0.10_01/ext/TL-SMIME/SMIME.pm -- Around line 180: Non-ASCII character seen before =encoding in 'S/MIMEの署名、検証、暗号化、復号化'. Assuming UTF-8

meta_yml_declares_perl_version

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.

has_meta_json

Add a META.json to the distribution. Your buildtool should be able to autogenerate it.

proper_libs

Move your *.pm files in a directory named 'lib'. The directory structure should look like 'lib/Your/Module.pm' for a module named 'Your::Module'. If you need to provide additional files, e.g. for testing, that should not be considered for Kwalitee, then you should look at the 'provides' map in META.yml to limit the files scanned; or use the 'no_index' map to exclude parts of the distribution.

Error: ext/TL-HtmlFilter/HtmlFilter.pm, ext/TL-SMIME/SMIME.pm

meta_yml_has_license

Define the license if you are using in Build.PL. If you are using MakeMaker (Makefile.PL) you should upgrade to ExtUtils::MakeMaker version 6.31.

has_known_license_in_source_file

Add =head1 LICENSE and/or the proper text of the well-known license to the main module in your code.

use_warnings

Add 'use warnings' (or its equivalents) to all modules, or convince us that your favorite module is well-known enough and people can easily see the modules warn when something bad happens.

Error: TL::Form

consistent_version

Split the distribution, or fix the version numbers to make them consistent (use the highest version number to avoid version downgrade).

Error: 0.06,0.10_01

meta_yml_has_provides

Add all modules contained in this distribution to the META.yml field 'provides'. Module::Build or Dist::Zilla::Plugin::MetaProvides do this automatically for you.

meta_yml_has_repository_resource

Add a 'repository' resource to the META.yml via 'meta_add' accessor (for Module::Build) or META_ADD parameter (for ExtUtils::MakeMaker).

has_separate_license_file

This is not a critical issue. Currently mainly informative for the CPANTS authors. It might be removed later.

Modules

Name Abstract Version View
TL Tripletail, Framework for Japanese Web Application 0.10_01 metacpan
TL::CSV parse and generation of CSV (ja) metacpan
TL::CharConv The internal class (ja) metacpan
TL::Cookie An original cookie is managed (ja) metacpan
TL::DB DBI (ja) metacpan
TL::DateTime Date and time (ja) metacpan
TL::DateTime::JPHoliday Holiday of Japan (ja) metacpan
TL::Debug Class for TL debug (ja) metacpan
TL::Debug::Watch Internal class for $TL->watch (ja) metacpan
TL::Error Internal class (ja) metacpan
TL::FileSentinel Watch of update of file (ja) metacpan
TL::Filter CGI output filter (ja) metacpan
TL::Filter::Binary This filter doesn't change the content (ja) metacpan
TL::Filter::CSV output filter for CSV (ja) metacpan
TL::Filter::HTML Output filter for HTML (ja) metacpan
TL::Filter::HeaderOnly Only the header is output. (ja) metacpan
TL::Filter::MemCached Filter used when MemCached (ja) metacpan
TL::Filter::MobileHTML output filter for MobileHTML of Japan (ja) metacpan
TL::Filter::Redirect output filter for Redirect (ja) metacpan
TL::Filter::SEO output filter for SEO (ja) metacpan
TL::Filter::TEXT output filter for TEXT (ja) metacpan
TL::Form Form class (ja) metacpan
TL::HtmlFilter HTMLのパースと書き換え metacpan
TL::HtmlMail HTMLMail create (ja) metacpan
TL::Ini The configuration file is treated (ja) metacpan
TL::InputFilter CGI parameter is read (ja) metacpan
TL::InputFilter::HTML input filter for HTML (ja) metacpan
TL::InputFilter::MobileHTML metacpan
TL::InputFilter::SEO input filter for SEO (ja) metacpan
TL::Mail Mail making/reading (ja) metacpan
TL::MemCached The MemCached is used (ja) metacpan
TL::MemorySentinel Watch of update of memory (ja) metacpan
TL::Pager Paging class (ja) metacpan
TL::RawCookie A general cookie is managed. (ja) metacpan
TL::SMIME S/MIMEの署名、検証、暗号化、復号化 0.06 metacpan
TL::Sendmail Mail is transmitted. (ja) metacpan
TL::Sendmail::Esmtp Mail Sending that uses Forcast esmtp (ja) metacpan
TL::Sendmail::MailQueue Mail Sending that uses tripletail original (ja) metacpan
TL::Sendmail::Smtp Mail Sending that uses SMTP (ja) metacpan
TL::Session Session class (ja) metacpan
TL::TagCheck Check on tag of HTML (ja) metacpan
TL::Template Template class (ja) metacpan
TL::Template::Node Template node object (ja) metacpan
TL::Validator Batch processing of verification of value (ja) metacpan
TL::Validator::Filter TL::Validator filter I/F (ja) metacpan
TL::Validator::FilterFactory TL::Validator internal class (ja) metacpan
TL::Value Verification and conversion of value (ja) metacpan

Provides

Name File View
CustomFilter sample/advanced/CustomFilter.pm metacpan
TL::CSV::Parser lib/TL/CSV.pm metacpan
TL::DB::Dbh lib/TL/DB.pm metacpan
TL::DB::SQL_TYPES lib/TL/DB.pm metacpan
TL::DB::STH lib/TL/DB.pm metacpan
TL::Debug::Watch::Array lib/TL/Debug/Watch.pm metacpan
TL::Debug::Watch::Hash lib/TL/Debug/Watch.pm metacpan
TL::Debug::Watch::Scalar lib/TL/Debug/Watch.pm metacpan
TL::Error::Frame lib/TL/Error.pm metacpan
TL::HtmlFilter::Comment ext/TL-HtmlFilter/HtmlFilter.pm metacpan
TL::HtmlFilter::Context ext/TL-HtmlFilter/HtmlFilter.pm metacpan
TL::HtmlFilter::Element ext/TL-HtmlFilter/HtmlFilter.pm metacpan
TL::HtmlFilter::ElementBase ext/TL-HtmlFilter/HtmlFilter.pm metacpan
TL::HtmlFilter::Text ext/TL-HtmlFilter/HtmlFilter.pm metacpan
TL::Symbol lib/TL.pm metacpan
TL::TagCheck::TagInfo lib/TL/TagCheck.pm metacpan
TL::Validator::Filter::CharLen lib/TL/Validator/Filter.pm metacpan
TL::Validator::Filter::Email lib/TL/Validator/Filter.pm metacpan
TL::Validator::Filter::Enum lib/TL/Validator/Filter.pm metacpan
TL::Validator::Filter::ExistentDay lib/TL/Validator/Filter.pm metacpan
TL::Validator::Filter::Gif lib/TL/Validator/Filter.pm metacpan
TL::Validator::Filter::Hira lib/TL/Validator/Filter.pm metacpan
TL::Validator::Filter::HtmlTag lib/TL/Validator/Filter.pm metacpan
TL::Validator::Filter::HttpUrl lib/TL/Validator/Filter.pm metacpan
TL::Validator::Filter::HttpsUrl lib/TL/Validator/Filter.pm metacpan
TL::Validator::Filter::Integer lib/TL/Validator/Filter.pm metacpan
TL::Validator::Filter::Jpeg lib/TL/Validator/Filter.pm metacpan
TL::Validator::Filter::Kata lib/TL/Validator/Filter.pm metacpan
TL::Validator::Filter::Len lib/TL/Validator/Filter.pm metacpan
TL::Validator::Filter::MobileEmail lib/TL/Validator/Filter.pm metacpan
TL::Validator::Filter::NotEmpty lib/TL/Validator/Filter.pm metacpan
TL::Validator::Filter::NotWhitespace lib/TL/Validator/Filter.pm metacpan
TL::Validator::Filter::Or lib/TL/Validator/Filter.pm metacpan
TL::Validator::Filter::Password lib/TL/Validator/Filter.pm metacpan
TL::Validator::Filter::Png lib/TL/Validator/Filter.pm metacpan
TL::Validator::Filter::Portable lib/TL/Validator/Filter.pm metacpan
TL::Validator::Filter::PrintableAscii lib/TL/Validator/Filter.pm metacpan
TL::Validator::Filter::Real lib/TL/Validator/Filter.pm metacpan
TL::Validator::Filter::RegExp lib/TL/Validator/Filter.pm metacpan
TL::Validator::Filter::SjisLen lib/TL/Validator/Filter.pm metacpan
TL::Validator::Filter::TelNumber lib/TL/Validator/Filter.pm metacpan
TL::Validator::Filter::TrailingSlash lib/TL/Validator/Filter.pm metacpan
TL::Validator::Filter::Wide lib/TL/Validator/Filter.pm metacpan
TL::Validator::Filter::ZipCode lib/TL/Validator/Filter.pm metacpan

Other Files

Changes metacpan
MANIFEST metacpan
META.yml metacpan
Makefile.PL metacpan
README metacpan
doc/Makefile.PL metacpan
ext/Makefile.PL metacpan
ext/TL-HtmlFilter/Makefile.PL metacpan
ext/TL-SMIME/Makefile.PL metacpan