Scrapar 0.0.1 Latest
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: License 'Perl' is invalid (license) [Validation: 1.4];Missing mandatory field, 'abstract' (abstract) [Validation: 1.4]
- has_changelog
-
Add a Changelog (best named 'Changes') to the distribution. It should list at least major changes implemented in newer versions.
- no_generated_files
-
Remove the offending files/directories!
Error: Makefile
- 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: Scrapar::Var
- main_module_version_matches_dist_version
-
Make sure that the main module name and version are the same of the distribution.
- 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: Scrapar::Extractor::_base, Scrapar::Logger, Scrapar::Var
- no_unauthorized_packages
-
Ask the owner of the distribution (the one who released it first, or the one who is designated in x_authority) to give you a (co-)maintainer's permission.
Error:
- HTML::Element
- WWW::Mechanize::Cached
- 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_separate_license_file
-
This is not a critical issue. Currently mainly informative for the CPANTS authors. It might be removed later.
Modules
Name | Abstract | Version | View |
---|---|---|---|
Scrapar::Backend::_base | The base class for building backends | metacpan | |
Scrapar::DataHandler::LinebylineSQL | Generates lines of SQL inserts to STDOUT | metacpan | |
Scrapar::DataHandler::STDOUT | Outputs data to STDOUT | metacpan | |
Scrapar::DataHandler::_base | The base class for buildling data handlers | metacpan | |
Scrapar::DataHandler::_fromsub | metacpan | ||
Scrapar::Extractor::HTMLQuery | HTML::Query extractor for Scrapar | metacpan | |
Scrapar::Extractor::LinkExtor | Link extractor | metacpan | |
Scrapar::Extractor::RSS | RSS extractor | metacpan | |
Scrapar::Extractor::TableExtract | Table extractor | metacpan | |
Scrapar::Extractor::_base | The base class for building extractors | metacpan | |
Scrapar::Extractor::_fromsub | metacpan | ||
Scrapar::HTMLQuery | metacpan | ||
Scrapar::Logger | metacpan | ||
Scrapar::Mechanize | 1.33 | metacpan | |
Scrapar::PArray | metacpan | ||
Scrapar::Util | Some utility functions/methods | metacpan | |
Scrapar::Var | metacpan | ||
Scrapar::XMLQuery | metacpan |