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: PMLTQ::ParserError

prereq_matches_use

List all used modules in META.yml requires

Error:

  • HTTP::Request
  • LWP::UserAgent
  • UNIVERSAL::DOES
  • URI
  • version

no_pod_errors

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

Error: PMLTQ-0.8.2/lib/PMLTQ/CGI.pm -- Around line 2948: You forgot a '=back' before '=head1'

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.

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: PMLTQ::ParserError

Modules

Name Abstract Version View
PMLTQ Query engine and query language for trees in PML format v0.8.2 metacpan
PMLTQ::BtredEvaluator Pure perl evaluator of PML-TQ queries based on headless implementation of TrEd called Btred v0.8.2 metacpan
PMLTQ::CGI [DEPRECATED] This is html fronted for SQLEvaluator and is currently being replaced by PMLTQ::Server v0.8.2 metacpan
PMLTQ::Common Helper functions mainly for PML manipulations v0.8.2 metacpan
PMLTQ::Grammar Provides L<Parse::RecDescent> grammar for parsing PML-TQ queries v0.8.2 metacpan
PMLTQ::NG2PMLTQ [DEPRECATED] Conversion functions from NetGraph to PML-TQ v0.8.2 metacpan
PMLTQ::PML2BASE Convert from PML to SQL v0.8.2 metacpan
PMLTQ::ParserError Wrapper for parsing error v0.8.2 metacpan
PMLTQ::Planner Optimalizing search trees for BtredEvaluator v0.8.2 metacpan
PMLTQ::Relation Base class for all Relations standard or user defined v0.8.2 metacpan
PMLTQ::Relation::AncestorIterator Iterates over ancestor nodes v0.8.2 metacpan
PMLTQ::Relation::AncestorIteratorWithBoundedDepth Iterates over ancestor nodes to given bound v0.8.2 metacpan
PMLTQ::Relation::ChildnodeIterator Iterates over child nodes v0.8.2 metacpan
PMLTQ::Relation::CurrentFileIterator Iterates nodes of TredMacro::CurrentFile() v0.8.2 metacpan
PMLTQ::Relation::CurrentFilelistIterator Iterates over files of given file list (calling TredMacro::NextFile()) v0.8.2 metacpan
PMLTQ::Relation::CurrentFilelistTreesIterator Iterates over trees in files of given file list (calling TredMacro::NextFile()) v0.8.2 metacpan
PMLTQ::Relation::CurrentTreeIterator Iterates over nodes of current tree v0.8.2 metacpan
PMLTQ::Relation::DepthFirstFollowsIterator Iterates tree using depth first search calling $node->previous v0.8.2 metacpan
PMLTQ::Relation::DepthFirstPrecedesIterator Iterates tree using depth first search calling $node->following v0.8.2 metacpan
PMLTQ::Relation::DepthFirstRangeIterator Iterates tree using depth first search in given boundaries v0.8.2 metacpan
PMLTQ::Relation::DescendantIterator Iterates over descendant nodes v0.8.2 metacpan
PMLTQ::Relation::DescendantIteratorWithBoundedDepth Iterates over descendant nodes in given boundaries v0.8.2 metacpan
PMLTQ::Relation::FSFileIterator Iterates nodes of given fsfile v0.8.2 metacpan
PMLTQ::Relation::Iterator Base Iterator class v0.8.2 metacpan
PMLTQ::Relation::MemberIterator Iterates over member nodes of given list v0.8.2 metacpan
PMLTQ::Relation::OptionalIterator Creates optional interator branch v0.8.2 metacpan
PMLTQ::Relation::OrderIterator Interates nodes based on their order v0.8.2 metacpan
PMLTQ::Relation::PMLREFIterator Iterates over PML reference v0.8.2 metacpan
PMLTQ::Relation::ParentIterator Evaluates condition on the parent of start node v0.8.2 metacpan
PMLTQ::Relation::SameTreeIterator Evaluates condition on nodes of current tree v0.8.2 metacpan
PMLTQ::Relation::SiblingIterator Iterates over siblings given node v0.8.2 metacpan
PMLTQ::Relation::SiblingIteratorWithDistance Iterates over siblings given node with boudaries v0.8.2 metacpan
PMLTQ::Relation::SimpleListIterator Base class for all iterators that iterates on a list of nodes v0.8.2 metacpan
PMLTQ::Relation::TransitiveIterator Iterates over nodes that are transitive v0.8.2 metacpan
PMLTQ::Relation::TreeIterator Evaluates condition on the whole tree of given node v0.8.2 metacpan
PMLTQ::Relation::TreexFileIterator Same as L<PMLTQ::Relation::FileIterator> but for Treex files v0.8.2 metacpan
PMLTQ::Relation::TreexFilelistIterator Same as L<PMLTQ::Relation::FileListIterator> but for Treex files v0.8.2 metacpan
PMLTQ::SQLEvaluator SQL evaluator of PML-TQ queries which can use PostreSQL or Oracle as a backend v0.8.2 metacpan
PMLTQ::TypeMapper Helper methods for PML::Schema, relations and PML::Node types v0.8.2 metacpan

Other Files

Build.PL metacpan
Changes metacpan
MANIFEST metacpan
META.json metacpan
META.yml metacpan
README metacpan
README.mkdn metacpan