Device-Firmata 0.56 Deleted
Kwalitee Issues
- extracts_nicely
-
Pack the distribution with a proper command such as "make dist" and "./Build dist", or use a distribution builder such as Dist::Zilla, Dist::Milla, Minilla.
Error: More than one top directories are found: Makefile.PL;Makefile;presentation;MANIFEST;Changes;dist.ini;license.txt;environment;MANIFEST.SKIP;ignore.txt;README;examples;lib - has_meta_yml
-
Add a META.yml to the distribution. Your buildtool should be able to autogenerate it.
- has_tests
-
Add tests!
- no_generated_files
-
Remove the offending files/directories!
Error: Makefile - 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.
- manifest_matches_dist
-
Run a proper command ("make manifest" or "./Build manifest", maybe with a force option), or use a distribution builder to generate the MANIFEST. Or update MANIFEST manually.
Error:- MANIFEST (68) does not match dist (79):
- Missing in MANIFEST: MANIFEST.SKIP, Makefile, dist.ini, examples/LiquidCrystal_I2C.pm, examples/encodetest.pl, examples/example-callbacks.pl, examples/example-i2c.pl, examples/example-onewire-alarms.pl, examples/example-onewire.pl, examples/example-tcpserver.pl, examples/example_DHT11.pl, examples/example_LCD_I2C.pl, examples/example_encoder.pl, examples/example_stepper.pl, lib/Device/Firmata/IO/NetIO.pm, lib/Device/Firmata/IO/SerialIO.pm, license.txt
- Missing in Dist: lib/Device/Firmata/IO.pm, t/00-load.t, t/boilerplate.t, t/manifest.t, t/pod-coverage.t, t/pod.t
- has_meta_json
-
Add a META.json to the distribution. Your buildtool should be able to autogenerate it.
- has_tests_in_t_dir
-
Add tests or move tests.pl to the t/ directory!
- 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: Device::Firmata::Base, Device::Firmata::Constants, Device::Firmata::Error, Device::Firmata::Language, Device::Firmata::Platform, Device::Firmata::Platform::Arduino
- has_separate_license_file
-
This is not a critical issue. Currently mainly informative for the CPANTS authors. It might be removed later.
- 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 |
|---|---|---|---|
| Device::Firmata | Perl interface to Firmata for the arduino platform. | 0.56 | metacpan |
| Device::Firmata::Base | Abstract baseclass for Device::Firmata modules | metacpan | |
| Device::Firmata::Constants | constants used in the Device::Firmata system | metacpan | |
| Device::Firmata::Error | Error handlers | metacpan | |
| Device::Firmata::Language | Localization | metacpan | |
| Device::Firmata::Platform | Platform specifics | metacpan | |
| Device::Firmata::Platform::Arduino | subclass for the arduino itself | metacpan | |
| Device::Firmata::Protocol | details of the actual firmata protocol | metacpan |
Other Files
| Changes | metacpan |
| MANIFEST | metacpan |
| Makefile.PL | metacpan |
| README | metacpan |
| dist.ini | metacpan |