Spreadsheet-Engine 0.06
Kwalitee Issues
- meta_yml_conforms_to_known_spec
-
Take a look at the META.yml Spec at https://metacpan.org/pod/CPAN::Meta::History::Meta_1_4 (for version 1.4) or https://metacpan.org/pod/CPAN::Meta::Spec (for version 2), and change your META.yml accordingly.
Error: Expected a map structure from string or file. (requires) [Validation: 1.3];License 'Artistic License 2.0' is invalid (license) [Validation: 1.3]
- 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.
- 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: Spreadsheet::Engine, Spreadsheet::Engine::Function::AVERAGE, Spreadsheet::Engine::Function::COUNT, Spreadsheet::Engine::Function::COUNTA, Spreadsheet::Engine::Function::COUNTBLANK, Spreadsheet::Engine::Function::LEN, Spreadsheet::Engine::Function::LOWER, Spreadsheet::Engine::Function::MAX, Spreadsheet::Engine::Function::MIN, Spreadsheet::Engine::Function::PRODUCT, Spreadsheet::Engine::Function::STDEV, Spreadsheet::Engine::Function::STDEVP, Spreadsheet::Engine::Function::SUM, Spreadsheet::Engine::Function::UPPER, Spreadsheet::Engine::Function::VAR, Spreadsheet::Engine::Function::VARP, Spreadsheet::Engine::Function::base, Spreadsheet::Engine::Function::counter, Spreadsheet::Engine::Function::series, Spreadsheet::Engine::Function::text, Spreadsheet::Engine::Functions, Spreadsheet::Engine::Sheet, Spreadsheet::Engine::Storage::SocialCalc
- 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 |
---|---|---|---|
Spreadsheet::Engine | Core calculation engine for a spreadsheet | 0.06 | metacpan |
Spreadsheet::Engine::Function::AVERAGE | Spreadsheet funtion AVERAGE() | metacpan | |
Spreadsheet::Engine::Function::COUNT | Spreadsheet funtion COUNT() | metacpan | |
Spreadsheet::Engine::Function::COUNTA | Spreadsheet funtion COUNTA() | metacpan | |
Spreadsheet::Engine::Function::COUNTBLANK | Spreadsheet funtion COUNTBLANK() | metacpan | |
Spreadsheet::Engine::Function::LEN | Spreadsheet funtion LEN() | metacpan | |
Spreadsheet::Engine::Function::LOWER | Spreadsheet funtion LOWER() | metacpan | |
Spreadsheet::Engine::Function::MAX | Spreadsheet funtion MAX() | metacpan | |
Spreadsheet::Engine::Function::MIN | Spreadsheet funtion MIN() | metacpan | |
Spreadsheet::Engine::Function::PRODUCT | Spreadsheet funtion PRODUCT() | metacpan | |
Spreadsheet::Engine::Function::STDEV | Spreadsheet funtion STDEV() | metacpan | |
Spreadsheet::Engine::Function::STDEVP | Spreadsheet funtion STDEVP() | metacpan | |
Spreadsheet::Engine::Function::SUM | Spreadsheet funtion SUM() | metacpan | |
Spreadsheet::Engine::Function::UPPER | Spreadsheet funtion UPPER() | metacpan | |
Spreadsheet::Engine::Function::VAR | Spreadsheet funtion VAR() | metacpan | |
Spreadsheet::Engine::Function::VARP | Spreadsheet funtion VARP() | metacpan | |
Spreadsheet::Engine::Function::base | base class for spreadsheet functions | metacpan | |
Spreadsheet::Engine::Function::counter | base class for counting functions | metacpan | |
Spreadsheet::Engine::Function::series | base class for series functions | metacpan | |
Spreadsheet::Engine::Function::text | base class for text functions | metacpan | |
Spreadsheet::Engine::Functions | Spreadsheet functions (SUM, MAX, etc) | metacpan | |
Spreadsheet::Engine::Sheet | Spreadsheet basics | metacpan | |
Spreadsheet::Engine::Storage::SocialCalc | load SocialCalc files | metacpan |