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

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_07

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_07 metacpan
TL::CSV CSV のパースと生成 metacpan
TL::CharConv 内部クラス metacpan
TL::Cookie 独自のクッキー管理を行う metacpan
TL::DB DBIのラッパ metacpan
TL::DateTime 日付と時刻 metacpan
TL::DateTime::JPHoliday 日本の祝日 metacpan
TL::Debug TL デバッグ用クラス metacpan
TL::Debug::Watch $TL->watch用内部クラス metacpan
TL::Error 内部クラス metacpan
TL::FileSentinel ファイルの更新の監視 metacpan
TL::Filter CGI出力加工 metacpan
TL::Filter::Binary 内容に変更を加えない出力フィルタ metacpan
TL::Filter::CSV CSV出力フィルタ metacpan
TL::Filter::HTML 通常HTML用出力フィルタ metacpan
TL::Filter::HeaderOnly ヘッダのみ出力 metacpan
TL::Filter::MemCached MemCachedを使用するときに使用するフィルタ metacpan
TL::Filter::MobileHTML 携帯電話向けHTML出力用フィルタ metacpan
TL::Filter::Redirect リダイレクトヘッダ出力 metacpan
TL::Filter::SEO SEO出力フィルタ metacpan
TL::Filter::TEXT テキスト出力フィルタ metacpan
TL::Form フォーム情報 metacpan
TL::HtmlFilter HTMLのパースと書き換え metacpan
TL::HtmlMail 指定されたURLからデータを取得し、HTMLメールを作成する。 metacpan
TL::Ini 設定ファイルを読み書きする metacpan
TL::InputFilter CGIクエリパラメータを読み取る metacpan
TL::InputFilter::HTML 通常HTML向けCGIクエリ読み取り metacpan
TL::InputFilter::MobileHTML 携帯電話向けHTML用CGIクエリ読み取り metacpan
TL::InputFilter::SEO SEO入力フィルタ metacpan
TL::Mail メール作成/読み込み metacpan
TL::MemCached キャッシュを扱う metacpan
TL::MemorySentinel メモリ使用状況の監視 metacpan
TL::Pager ページング処理 metacpan
TL::RawCookie 汎用的なクッキー管理を行う metacpan
TL::SMIME S/MIMEの署名、検証、暗号化、復号化 0.06 metacpan
TL::Sendmail メールの送信を行う metacpan
TL::Sendmail::Esmtp Forcast esmtpを使用するメール送信 metacpan
TL::Sendmail::MailQueue 独自のメールキューを使用するメール送信 metacpan
TL::Sendmail::Smtp SMTPメール送信 metacpan
TL::Session セッション metacpan
TL::TagCheck HTMLのタグのチェック metacpan
TL::Template テンプレート metacpan
TL::Template::Node Templateノードオブジェクト metacpan
TL::Validator 値の検証の一括処理 metacpan
TL::Validator::Filter TL::Validator フィルタ I/F metacpan
TL::Validator::FilterFactory TL::Validator 内部クラス metacpan
TL::Value 値の検証や変換 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