Spreadsheet-Simple 1.0.0 Latest
Kwalitee Issues
- has_changelog
-
Add a Changelog (best named 'Changes') to the distribution. It should list at least major changes implemented in newer versions.
- no_pod_errors
-
Remove the POD errors. You can check for POD errors automatically by including Test::Pod to your test suite.
Error: Spreadsheet-Simple-1.0.0/lib/Spreadsheet/Simple/Role/Reader.pm -- Around line 27: Unknown directive: =nethod
- 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.
- consistent_version
-
Split the distribution, or fix the version numbers to make them consistent (use the highest version number to avoid version downgrade).
Error: 0.01,1.0
- 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).
Modules
Name | Abstract | Version | View |
---|---|---|---|
Spreadsheet::Simple | Simple interface to spreadsheet files | 1.0 | metacpan |
Spreadsheet::Simple::Cell | a spreadsheet cell with a text value and an optional color | 1.0 | metacpan |
Spreadsheet::Simple::Document | 1.0 | metacpan | |
Spreadsheet::Simple::Reader::Excel | Reader class for *.xls files | 0.01 | metacpan |
Spreadsheet::Simple::Role::Reader | For classes that can read in spreadsheets and return documents. | 1.0 | metacpan |
Spreadsheet::Simple::Role::Writer | 1.0 | metacpan | |
Spreadsheet::Simple::Row | an object that represents a single row in a spreadsheet. | 1.0 | metacpan |
Spreadsheet::Simple::Sheet | An object that represents a single spreadsheet (or worksheet) | 1.0 | metacpan |
Spreadsheet::Simple::Types | Types and coercions for working with the Spreadsheet::Simple object model | 1.0 | metacpan |