Telegram-BotKit 0.01
Kwalitee Issues
This is not the latest release. The following issues may have already been fixed in the newer releases.
- main_module_version_matches_dist_version
-
Make sure that the main module name and version are the same of the distribution.
- 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.
- 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 |
---|---|---|---|
Telegram::BotKit::Keyboards | Easy creation of keyboards for Telegram bots | 0.01 | metacpan |
Telegram::BotKit::Polling | Implementation of Telegram getUpdates method (long polling). For easy testing your bot code locally | 0.01 | metacpan |
Telegram::BotKit::Screens | Implements navigation by screens JSON file. Used by Telegram::BotKit::Wizard | 0.01 | metacpan |
Telegram::BotKit::Sessions | Implements memory of Telegram::BotKit::Wizard state automat. Almost all methods has at least one argument = chat_id | 0.01 | metacpan |
Telegram::BotKit::UpdateParser | Module for parsing Telegram Update object. Resolve issue of getting text from inline or regular keyboard | 0.01 | metacpan |
Telegram::BotKit::Wizard | State automat for Telegram Bots | 0.01 | metacpan |