Kwalitee Issues

use_strict

Add 'use strict' (or its equivalents) to all modules, or convince us that your favorite module is well-known enough and people can easily see the modules are strictly written.

Error: Google::RestApi, Google::RestApi::Auth, Google::RestApi::Auth::OAuth2Client, Google::RestApi::Auth::ServiceAccount, Google::RestApi::DriveApi3, Google::RestApi::DriveApi3::File, Google::RestApi::SheetsApi4, Google::RestApi::SheetsApi4::Range, Google::RestApi::SheetsApi4::Range::All, Google::RestApi::SheetsApi4::Range::Cell, Google::RestApi::SheetsApi4::Range::Col, Google::RestApi::SheetsApi4::Range::Iterator, Google::RestApi::SheetsApi4::Range::Row, Google::RestApi::SheetsApi4::RangeGroup, Google::RestApi::SheetsApi4::RangeGroup::Iterator, Google::RestApi::SheetsApi4::RangeGroup::Tie, Google::RestApi::SheetsApi4::RangeGroup::Tie::Iterator, Google::RestApi::SheetsApi4::Request, Google::RestApi::SheetsApi4::Request::Spreadsheet, Google::RestApi::SheetsApi4::Request::Spreadsheet::Worksheet, Google::RestApi::SheetsApi4::Request::Spreadsheet::Worksheet::Range, Google::RestApi::SheetsApi4::Spreadsheet, Google::RestApi::SheetsApi4::Worksheet

no_pod_errors

Remove the POD errors. You can check for POD errors automatically by including Test::Pod to your test suite.

Error: Google-RestApi-1.1.0/lib/Google/RestApi/Auth/OAuth2Client.pm -- Around line 198: You can't have =items (as at line 212) unless the first thing after the =over is an =item

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.

proper_libs

Move your *.pm files in a directory named 'lib'. The directory structure should look like 'lib/Your/Module.pm' for a module named 'Your::Module'. If you need to provide additional files, e.g. for testing, that should not be considered for Kwalitee, then you should look at the 'provides' map in META.yml to limit the files scanned; or use the 'no_index' map to exclude parts of the distribution.

Error: tutorial/lib/Tutorial/Setup.pm, tutorial/lib/Tutorial/Utils.pm

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: Google::RestApi, Google::RestApi::Auth, Google::RestApi::Auth::OAuth2Client, Google::RestApi::Auth::ServiceAccount, Google::RestApi::DriveApi3, Google::RestApi::DriveApi3::File, Google::RestApi::SheetsApi4, Google::RestApi::SheetsApi4::Range, Google::RestApi::SheetsApi4::Range::All, Google::RestApi::SheetsApi4::Range::Cell, Google::RestApi::SheetsApi4::Range::Col, Google::RestApi::SheetsApi4::Range::Iterator, Google::RestApi::SheetsApi4::Range::Row, Google::RestApi::SheetsApi4::RangeGroup, Google::RestApi::SheetsApi4::RangeGroup::Iterator, Google::RestApi::SheetsApi4::RangeGroup::Tie, Google::RestApi::SheetsApi4::RangeGroup::Tie::Iterator, Google::RestApi::SheetsApi4::Request, Google::RestApi::SheetsApi4::Request::Spreadsheet, Google::RestApi::SheetsApi4::Request::Spreadsheet::Worksheet, Google::RestApi::SheetsApi4::Request::Spreadsheet::Worksheet::Range, Google::RestApi::SheetsApi4::Spreadsheet, Google::RestApi::SheetsApi4::Worksheet

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.

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
Google::RestApi Connection to Google REST APIs (currently Drive and Sheets). 1.001000 metacpan
Google::RestApi::Auth Base class for authorization for Google Rest APIs 1.001000 metacpan
Google::RestApi::Auth::OAuth2Client OAuth2 support for Google Rest APIs 1.001000 metacpan
Google::RestApi::Auth::ServiceAccount Service Account support for Google Rest APIs 1.001000 metacpan
Google::RestApi::DriveApi3 API to Google Drive API V3. 1.001000 metacpan
Google::RestApi::DriveApi3::File File object for Google Drive. 1.001000 metacpan
Google::RestApi::Setup 1.001000 metacpan
Google::RestApi::SheetsApi4 API to Google Sheets API V4. 1.001000 metacpan
Google::RestApi::SheetsApi4::Range Represents a range in a Worksheet. 1.001000 metacpan
Google::RestApi::SheetsApi4::Range::All Represents an the Range of an entire Worksheet. 1.001000 metacpan
Google::RestApi::SheetsApi4::Range::Cell Represents a cell within a Worksheet. 1.001000 metacpan
Google::RestApi::SheetsApi4::Range::Col Represents a column within a Worksheet. 1.001000 metacpan
Google::RestApi::SheetsApi4::Range::Iterator An iterator for an arbitrary Range. 1.001000 metacpan
Google::RestApi::SheetsApi4::Range::Row Represents a row within a Worksheet. 1.001000 metacpan
Google::RestApi::SheetsApi4::RangeGroup Represents a group of ranges in a Worksheet. 1.001000 metacpan
Google::RestApi::SheetsApi4::RangeGroup::Iterator An iterator for a group of Ranges. 1.001000 metacpan
Google::RestApi::SheetsApi4::RangeGroup::Tie Makes Ranges addressible via a hash key. 1.001000 metacpan
Google::RestApi::SheetsApi4::RangeGroup::Tie::Iterator An iterator for tied Ranges. 1.001000 metacpan
Google::RestApi::SheetsApi4::Request A base class to build Google API's batchRequest. 1.001000 metacpan
Google::RestApi::SheetsApi4::Request::Spreadsheet Build Google API's batchRequests for a Spreadsheet. 1.001000 metacpan
Google::RestApi::SheetsApi4::Request::Spreadsheet::Worksheet Build Google API's batchRequests for a Worksheet. 1.001000 metacpan
Google::RestApi::SheetsApi4::Request::Spreadsheet::Worksheet::Range Build Google API's batchRequests for a Range. 1.001000 metacpan
Google::RestApi::SheetsApi4::Spreadsheet Represents a Google Spreadsheet. 1.001000 metacpan
Google::RestApi::SheetsApi4::Types 1.001000 metacpan
Google::RestApi::SheetsApi4::Worksheet Represents a Worksheet within a Google Spreadsheet. 1.001000 metacpan
Google::RestApi::Types 1.001000 metacpan
Google::RestApi::Utils 1.001000 metacpan
Tutorial::Setup metacpan
Tutorial::Utils metacpan

Other Files

Changes metacpan
MANIFEST metacpan
META.json metacpan
META.yml metacpan
Makefile.PL metacpan
README.dist.txt metacpan
README.install.txt metacpan
README.md metacpan
cpanfile metacpan