NexTrieve 0.41 Deleted
Kwalitee Issues
- no_pod_errors
- 
        Remove the POD errors. You can check for POD errors automatically by including Test::Pod to your test suite. Error: NexTrieve-0.41/lib/NexTrieve/DBI.pm -- Around line 227: Nested L<> are illegal. Pretending inner one is X<...> so can continue looking for other errors. Nested L<> are illegal. Pretending inner one is X<...> so can continue looking for other errors. Nested L<> are illegal. Pretending inner one is X<...> so can continue looking for other errors. NexTrieve-0.41/lib/NexTrieve/HTML.pm -- Around line 541: Nested L<> are illegal. Pretending inner one is X<...> so can continue looking for other errors. Nested L<> are illegal. Pretending inner one is X<...> so can continue looking for other errors. Nested L<> are illegal. Pretending inner one is X<...> so can continue looking for other errors. NexTrieve-0.41/lib/NexTrieve/Message.pm -- Around line 404: Nested L<> are illegal. Pretending inner one is X<...> so can continue looking for other errors. Nested L<> are illegal. Pretending inner one is X<...> so can continue looking for other errors. Nested L<> are illegal. Pretending inner one is X<...> so can continue looking for other errors. NexTrieve-0.41/lib/NexTrieve/PDF.pm -- Around line 410: Nested L<> are illegal. Pretending inner one is X<...> so can continue looking for other errors. Nested L<> are illegal. Pretending inner one is X<...> so can continue looking for other errors. Nested L<> are illegal. Pretending inner one is X<...> so can continue looking for other errors. NexTrieve-0.41/lib/NexTrieve/RFC822.pm -- Around line 673: Nested L<> are illegal. Pretending inner one is X<...> so can continue looking for other errors. Nested L<> are illegal. Pretending inner one is X<...> so can continue looking for other errors. Nested L<> are illegal. Pretending inner one is X<...> so can continue looking for other errors. 
- 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. 
- 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. 
- 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: NexTrieve, NexTrieve::Collection, NexTrieve::Collection::Index, NexTrieve::DBI, NexTrieve::Daemon, NexTrieve::Docseq, NexTrieve::Document, NexTrieve::HTML, NexTrieve::Hitlist, NexTrieve::Hitlist::Hit, NexTrieve::Index, NexTrieve::MIME, NexTrieve::Mbox, NexTrieve::Message, NexTrieve::Overview, NexTrieve::PDF, NexTrieve::Query, NexTrieve::Querylog, NexTrieve::RFC822, NexTrieve::Replay, NexTrieve::Resource, NexTrieve::Search, NexTrieve::Targz, NexTrieve::UTF8 
- 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. 
- 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 | 
|---|---|---|---|
| NexTrieve | Perl interface to NexTrieve search engine software | 0.41 | metacpan | 
| NexTrieve::Collection | handle a NexTrieve Collection | 0.41 | metacpan | 
| NexTrieve::Collection::Index | handle a NexTrieve Collection Index | 0.41 | metacpan | 
| NexTrieve::DBI | convert DBI statement handle to NexTrieve Document sequence | 0.41 | metacpan | 
| NexTrieve::Daemon | handle NexTrieve running as a daemon | 0.41 | metacpan | 
| NexTrieve::Docseq | handling a NexTrieve Document Sequence | 0.41 | metacpan | 
| NexTrieve::Document | create XML for indexing a single document | 0.41 | metacpan | 
| NexTrieve::HTML | convert HTML to NexTrieve Document objects | 0.41 | metacpan | 
| NexTrieve::Hitlist | handle the Hitlist specifications of NexTrieve | 0.41 | metacpan | 
| NexTrieve::Hitlist::Hit | handle the Hit specifications of NexTrieve | 0.41 | metacpan | 
| NexTrieve::Index | handle indexing with NexTrieve | 0.41 | metacpan | 
| NexTrieve::MIME | MIME-type conversions for documents | 0.41 | metacpan | 
| NexTrieve::Mbox | convert Unix mailbox to NexTrieve Document sequence | 0.41 | metacpan | 
| NexTrieve::Message | convert Mail::Message object(s) to document(s) | 0.41 | metacpan | 
| NexTrieve::Overview | an overview of NexTrieve and its Perl support | 0.41 | metacpan | 
| NexTrieve::PDF | convert PDF-file(s) to NexTrieve Document objects | 0.41 | metacpan | 
| NexTrieve::Query | handle the Query specifications of NexTrieve | 0.41 | metacpan | 
| NexTrieve::Querylog | handle NexTrieve as a querylog | 0.41 | metacpan | 
| NexTrieve::RFC822 | convert RFC822 to NexTrieve Document objects | 0.41 | metacpan | 
| NexTrieve::Replay | replay Querylog objects against Search objects | 0.41 | metacpan | 
| NexTrieve::Resource | handle the resource specifications of NexTrieve | 0.41 | metacpan | 
| NexTrieve::Search | handle searching with NexTrieve | 0.41 | metacpan | 
| NexTrieve::Targz | create and maintain Targz archives | 0.41 | metacpan | 
| NexTrieve::UTF8 | change encoding to UTF-8 | 0.41 | metacpan |