SMS-Handler 0.01 Latest
Kwalitee Issues
- has_meta_yml
-
Add a META.yml to the distribution. Your buildtool should be able to autogenerate it.
- has_changelog
-
Add a Changelog (best named 'Changes') to the distribution. It should list at least major changes implemented in newer versions.
- prereq_matches_use
-
List all used modules in META.yml requires
Error:
- Date::Parse
- HTML::Parser
- MIME::Parser
- MIME::WordDecoder
- Mail::Address
- Mail::Audit
- Net::SMPP
- Params::Validate
- Unicode::Map8
- no_pod_errors
-
Remove the POD errors. You can check for POD errors automatically by including Test::Pod to your test suite.
Error: SMS-Handler-0.01/lib/SMS/Handler/Blackhole.pm -- Around line 72: You forgot a '=back' before '=head2' Around line 86: Non-ASCII character seen before =encoding in 'Muñoz.'. Assuming CP1252 SMS-Handler-0.01/lib/SMS/Handler/Dispatcher.pm -- Around line 43: You can't have =items (as at line 47) unless the first thing after the =over is an =item Around line 240: Non-ASCII character seen before =encoding in 'Muñoz.'. Assuming CP1252 SMS-Handler-0.01/lib/SMS/Handler/Email.pm -- Around line 2093: You forgot a '=back' before '=head2' Around line 2195: =back without =over Around line 2211: Non-ASCII character seen before =encoding in 'Muñoz.'. Assuming CP1252 SMS-Handler-0.01/lib/SMS/Handler/Invoke.pm -- Around line 80: You forgot a '=back' before '=head2' Around line 95: Non-ASCII character seen before =encoding in 'Muñoz.'. Assuming CP1252 SMS-Handler-0.01/lib/SMS/Handler/Ping.pm -- Around line 214: You forgot a '=back' before '=head2' Around line 228: Non-ASCII character seen before =encoding in 'Muñoz.'. Assuming CP1252 SMS-Handler-0.01/lib/SMS/Handler/Utils.pm -- Around line 138: Non-ASCII character seen before =encoding in 'Muñoz.'. Assuming CP1252 SMS-Handler-0.01/lib/SMS/Handler.pm -- Around line 191: Non-ASCII character seen before =encoding in 'Muñoz.'. Assuming CP1252
- has_meta_json
-
Add a META.json to the distribution. Your buildtool should be able to autogenerate it.
- 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.
- test_prereq_matches_use
-
List all modules used in the test suite in META.yml test_requires
Error:
- Net::SMPP
- Queue::Dir
- no_invalid_versions
-
Fix the version numbers so that version::is_lax($version) returns true.
Error:
- lib/SMS/Handler/Blackhole.pm: HASH(0x5609d50537c0)
- lib/SMS/Handler/Dispatcher.pm: HASH(0x5609d5067158)
- lib/SMS/Handler/Email.pm: HASH(0x5609d5058968)
- lib/SMS/Handler/Invoke.pm: HASH(0x5609d5070be0)
- lib/SMS/Handler/Ping.pm: HASH(0x5609d5058458)
- lib/SMS/Handler/Utils.pm: HASH(0x5609d50de918)
- 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 |
---|---|---|---|
SMS::Handler | Base class for processing SMS messages in sms-agent | 0.01 | metacpan |
SMS::Handler::Blackhole | Collect any unhandled message | metacpan | |
SMS::Handler::Dispatcher | Helper class for dispatch - based SMS handlers | metacpan | |
SMS::Handler::Email | Process Email related commands | metacpan | |
SMS::Handler::Invoke | Invoke a user-supplied method on a SMA | metacpan | |
SMS::Handler::Ping | Simple test for SMS::Handler | metacpan | |
SMS::Handler::Utils | Utility functions used by some SMS::Handler modules | metacpan |