Log-Fine 0.60 Deleted
Kwalitee Issues
- no_pod_errors
-
Remove the POD errors. You can check for POD errors automatically by including Test::Pod to your test suite.
Error: Log-Fine-0.60/lib/Log/Fine/Handle/Email/EmailSender.pm -- Around line 145: Expected text after =item, not a bullet
- 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.
- no_invalid_versions
-
Fix the version numbers so that version::is_lax($version) returns true.
Error:
- lib/Log/Fine/Formatter.pm: HASH(0x55a44039a9a8)
- lib/Log/Fine/Formatter/Basic.pm: HASH(0x55a440d689f0)
- lib/Log/Fine/Formatter/Detailed.pm: HASH(0x55a441862a18)
- lib/Log/Fine/Formatter/Syslog.pm: HASH(0x55a440d534b8)
- lib/Log/Fine/Formatter/Template.pm: HASH(0x55a44146aae0)
- lib/Log/Fine/Handle.pm: HASH(0x55a440d720a0)
- lib/Log/Fine/Handle/Console.pm: HASH(0x55a4417b5420)
- lib/Log/Fine/Handle/Email.pm: HASH(0x55a4417b5ff0)
- lib/Log/Fine/Handle/Email/EmailSender.pm: HASH(0x55a440654b38)
- lib/Log/Fine/Handle/Email/MIMELite.pm: HASH(0x55a4417e9e00)
- lib/Log/Fine/Handle/File.pm: HASH(0x55a441737090)
- lib/Log/Fine/Handle/File/Timestamp.pm: HASH(0x55a4403a68e8)
- lib/Log/Fine/Handle/String.pm: HASH(0x55a440d76998)
- lib/Log/Fine/Handle/Syslog.pm: HASH(0x55a4416c13a0)
- lib/Log/Fine/Levels.pm: HASH(0x55a440d7bca0)
- lib/Log/Fine/Levels/Java.pm: HASH(0x55a441737cd8)
- lib/Log/Fine/Levels/Syslog.pm: HASH(0x55a4417d57a0)
- lib/Log/Fine/Logger.pm: HASH(0x55a440658080)
- lib/Log/Fine/Utils.pm: HASH(0x55a440d6be40)
- 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.
Modules
Name | Abstract | Version | View |
---|---|---|---|
Log::Fine | Yet another logging framework | 0.60 | metacpan |
Log::Fine::Formatter | Log message formatting and sanitization | metacpan | |
Log::Fine::Formatter::Basic | Default logging formatter | metacpan | |
Log::Fine::Formatter::Detailed | Formatter for detailed logging | metacpan | |
Log::Fine::Formatter::Syslog | Formatter for Syslog formatting | metacpan | |
Log::Fine::Formatter::Template | Format log messages using template | metacpan | |
Log::Fine::Handle | Controls where to send logging output | metacpan | |
Log::Fine::Handle::Console | Output messages to C<STDERR> or C<STDOUT> | metacpan | |
Log::Fine::Handle::Email | Email log messages to one or more addresses | metacpan | |
Log::Fine::Handle::Email::EmailSender | Email log messages using Email::Sender | metacpan | |
Log::Fine::Handle::Email::MIMELite | Email log messages using MIME::Lite | metacpan | |
Log::Fine::Handle::File | Output log messages to a file | metacpan | |
Log::Fine::Handle::File::Timestamp | Output log messages to time-stamped files | metacpan | |
Log::Fine::Handle::String | formatted output | metacpan | |
Log::Fine::Handle::Syslog | Output log messages to syslog | metacpan | |
Log::Fine::Levels | Define variable logging levels | metacpan | |
Log::Fine::Levels::Java | Provides levels correlating to java.utils.logging | metacpan | |
Log::Fine::Levels::Syslog | Provides levels correlating to those provided by Syslog | metacpan | |
Log::Fine::Logger | Main logging object | metacpan | |
Log::Fine::Utils | Functional wrapper around Log::Fine | metacpan |