Template-Toolkit 2.00-beta5 Deleted
Kwalitee Issues
- has_meta_yml
-
Add a META.yml to the distribution. Your buildtool should be able to autogenerate it.
- has_proper_version
-
Remove all letters from the version number. If you want to mark a release as a developer release, use the scheme 'Module-1.00_01'
- prereq_matches_use
-
List all used modules in META.yml requires
Error:
- XML::DOM
- XML::RSS
- main_module_version_matches_dist_version
-
Make sure that the main module name and version are the same of the distribution.
- no_pod_errors
-
Remove the POD errors. You can check for POD errors automatically by including Test::Pod to your test suite.
Error: Template-Toolkit-2.00-beta5/lib/Template/Filters.pod -- Around line 177: You forgot a '=back' before '=head1' Template-Toolkit-2.00-beta5/lib/Template/Parser.pod -- Around line 445: =over without closing =back Template-Toolkit-2.00-beta5/lib/Template.pod -- Around line 3213: You forgot a '=back' before '=head2' Around line 5071: You forgot a '=back' before '=head1'
- 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: Template, Template::Base, Template::Config, Template::Constants, Template::Context, Template::Directive, Template::Document, Template::Exception, Template::Filters, Template::Grammar, Template::Iterator, Template::Parser, Template::Plugin, Template::Plugin::CGI, Template::Plugin::Datafile, Template::Plugin::Date, Template::Plugin::Format, Template::Plugin::Iterator, Template::Plugin::Table, Template::Plugin::URL, Template::Plugin::XML::DOM, Template::Plugin::XML::RSS, Template::Plugins, Template::Provider, Template::Service, Template::Stash, Template::Test
- 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:
- XML::DOM::Element
- no_invalid_versions
-
Fix the version numbers so that version::is_lax($version) returns true.
Error:
- lib/Template.pm: HASH(0x5609d4527450)
- consistent_version
-
Split the distribution, or fix the version numbers to make them consistent (use the highest version number to avoid version downgrade).
Error: 2.00,2.01,2.02,2.03,2.04
- 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 |
---|---|---|---|
Template | metacpan | ||
Template::Base | base class module implementing common functionality | 2.00 | metacpan |
Template::Config | factory module for loading and instantiating other toolkit modules | 2.00 | metacpan |
Template::Constants | defines constants for the Template Toolkit | 2.01 | metacpan |
Template::Context | runtime context in which templates are processed | 2.04 | metacpan |
Template::Directive | 2.03 | metacpan | |
Template::Document | a compiled template document | 2.02 | metacpan |
Template::Exception | exception handling class for the Template Toolkit | 2.00 | metacpan |
Template::Filters | post-processing filters for template blocks | 2.02 | metacpan |
Template::Grammar | 2.02 | metacpan | |
Template::Iterator | Base iterator class used by the FOREACH directive. | 2.00 | metacpan |
Template::Parser | LALR(1) parser for compiling template documents | 2.03 | metacpan |
Template::Plugin | base class for Template Toolkit plugins | 2.00 | metacpan |
Template::Plugin::CGI | simple Template Plugin interface to CGI.pm module | 2.00 | metacpan |
Template::Plugin::Datafile | plugin to construct records from a simple data file | 2.00 | metacpan |
Template::Plugin::Date | generate formatted date strings | 2.00 | metacpan |
Template::Plugin::Format | simple Template Plugin interface to create formatting function | 2.00 | metacpan |
Template::Plugin::Iterator | plugin to create Template::Iterator objects | 2.00 | metacpan |
Template::Plugin::Table | presents a data set as rows and columns | 2.01 | metacpan |
Template::Plugin::URL | constructs query URL's with parameters | 2.00 | metacpan |
Template::Plugin::XML::DOM | simple Template Toolkit plugin interfacing to the XML::DOM module | 2.01 | metacpan |
Template::Plugin::XML::RSS | Template Toolkit plugin to the XML::RSS module | 2.00 | metacpan |
Template::Plugins | provider module for loading and instantiating plugins | 2.01 | metacpan |
Template::Provider | repository for compiled templates, loaded from disk. | 2.01 | metacpan |
Template::Service | custom template processing service | 2.02 | metacpan |
Template::Stash | magical storage for template variables | 2.03 | metacpan |
Template::Test | module for automating test scripts for the Template Toolkit | 2.01 | metacpan |