App-PerlWatcher-Engine 0.14-TRIAL Deleted
Kwalitee Issues
No Core Issues.
- 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.
- 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_security_doc
-
Add SECURITY(.pod|md). See Software::Security::Policy.
- security_doc_contains_contact
-
Add SECURITY(.pod|md) and add a contact address. See Software::Security::Policy.
- has_contributing_doc
-
Add CONTRIBUTING(.pod|md). See https://docs.github.com/en/communities/setting-up-your-project-for-healthy-contributions/setting-guidelines-for-repository-contributors.
Modules
Name | Abstract | Version | View |
---|---|---|---|
App::PerlWatcher::Backend | The base role to which provides event loop (AnyEvent, PE, Gtk, KDE etc.) | 0.14 | metacpan |
App::PerlWatcher::Engine | Creates Watchers and lets them notify Frontend with their's Statuses | 0.14 | metacpan |
App::PerlWatcher::EventItem | Used to store event items (file lines, rss news headers and so on). | 0.14 | metacpan |
App::PerlWatcher::Frontend | The base role to which will be notified of updated watcher statuses. | 0.14 | metacpan |
App::PerlWatcher::Level | Represents severity with corresponding metrics e.g. level_info < level_alert | 0.14 | metacpan |
App::PerlWatcher::Levels | Creates constants pool for all available levels for application | 0.14 | metacpan |
App::PerlWatcher::Openable | The base role to to allow item to be openable in system browser | 0.14 | metacpan |
App::PerlWatcher::Shelf | Used to stash (store) statuses for further detection weather they has been changed. | 0.14 | metacpan |
App::PerlWatcher::Status | Represents the result of single watcher poll | 0.14 | metacpan |
App::PerlWatcher::Util::Bootstrap | Collection of various helper-methods to boostrap PerlWatcher | 0.14 | metacpan |
App::PerlWatcher::Util::Storable | Used to freeze/thaw PerlWatcher status (watcher memories and shelf of statuses) | 0.14 | metacpan |
App::PerlWatcher::Watcher | Observes some external source of events and emits the result of polling them | 0.14 | metacpan |
App::PerlWatcher::Watcher::FileTail | Watches for changes file and outputs new added lines (a-la 'tail -f') | 0.14 | metacpan |
App::PerlWatcher::Watcher::HTTP | The base role for watching external events via HTTP | 0.14 | metacpan |
App::PerlWatcher::Watcher::HTTPSimple | The simple HTTP watcher, where actual http responce body is been processed by closure | 0.14 | metacpan |
App::PerlWatcher::Watcher::Ping | Watches for host availablity via pingig it. Currently only TCP-port ping. | 0.14 | metacpan |
App::PerlWatcher::Watcher::Rss | Watches RSS feed and returns last news headers as clickable Eventitems. | 0.14 | metacpan |
App::PerlWatcher::Watcher::Weather | Weather watches based around api.yr.no. Currenlty monitors only temperature and does no any notifications / level alerts. | 0.14 | metacpan |
App::PerlWatcher::WatcherMemory | Represents watcher memory, which can be persisted (detached) from Watcher | 0.14 | metacpan |