sealed v4.1.1_1 Deleted
Kwalitee Issues
- has_readme
-
Add a README to the distribution. It should contain a quick description of your module and how to install it.
- has_changelog
-
Add a Changelog (best named 'Changes') to the distribution. It should list at least major changes implemented in newer versions.
- has_tests
-
Add tests!
- no_generated_files
-
Remove the offending files/directories!
Error: pm_to_blib - no_mymeta_files
-
Update MANIFEST.SKIP to exclude MYMETA files. If you are lazy, add "#!install_default" in your MANIFEST.SKIP and update your ExtUtils::Manifest if necessary, then some of the most common files will be excluded.
- manifest_matches_dist
-
Run a proper command ("make manifest" or "./Build manifest", maybe with a force option), or use a distribution builder to generate the MANIFEST. Or update MANIFEST manually.
Error:- MANIFEST (54) does not match dist (52):
- Missing in Dist: sealed-v4.1.1/META.json, sealed-v4.1.1/META.yml
- 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: Dotiac::DTL::Reduced - 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_tests_in_t_dir
-
Add tests or move tests.pl to the t/ directory!
- 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: Dotiac::DTL::Reduced - 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:- Dotiac::DTL
- Dotiac::DTL::Addon
- Dotiac::DTL::Addon::markup
- Dotiac::DTL::Comment
- Dotiac::DTL::Compiled
- Dotiac::DTL::Core
- Dotiac::DTL::Filter
- Dotiac::DTL::Parser
- Dotiac::DTL::Reduced
- Dotiac::DTL::Tag
- Dotiac::DTL::Tag::autoescape
- Dotiac::DTL::Tag::block
- Dotiac::DTL::Tag::comment
- Dotiac::DTL::Tag::cycle
- Dotiac::DTL::Tag::debug
- Dotiac::DTL::Tag::extends
- Dotiac::DTL::Tag::filter
- Dotiac::DTL::Tag::firstof
- Dotiac::DTL::Tag::for
- Dotiac::DTL::Tag::if
- Dotiac::DTL::Tag::ifchanged
- Dotiac::DTL::Tag::ifequal
- Dotiac::DTL::Tag::ifnotequal
- Dotiac::DTL::Tag::include
- Dotiac::DTL::Tag::load
- Dotiac::DTL::Tag::now
- Dotiac::DTL::Tag::regroup
- Dotiac::DTL::Tag::spaceless
- Dotiac::DTL::Tag::ssi
- Dotiac::DTL::Tag::templatetag
- Dotiac::DTL::Tag::url
- Dotiac::DTL::Tag::widthratio
- Dotiac::DTL::Tag::with
- Dotiac::DTL::Template
- Dotiac::DTL::Value
- Dotiac::DTL::Variable
- consistent_version
-
Split the distribution, or fix the version numbers to make them consistent (use the highest version number to avoid version downgrade).
Error: 0.2,0.8,0.9,4.001001
- 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_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 |
|---|---|---|---|
| Dotiac::DTL | Run Django Templates in Perl | 0.8 | metacpan |
| Dotiac::DTL::Addon | Manages Dotiac::DTL-addons. | 0.8 | metacpan |
| Dotiac::DTL::Addon::markup | 0.2 | metacpan | |
| Dotiac::DTL::Comment | Stores a Django template comment tag. | 0.8 | metacpan |
| Dotiac::DTL::Compiled | Stores a compiled Django template. | 0.8 | metacpan |
| Dotiac::DTL::Core | Common functions for Dotiac::DTL and Dotiac::DTL::Reduced | 0.9 | metacpan |
| Dotiac::DTL::Filter | Filters for variables | 0.8 | metacpan |
| Dotiac::DTL::Parser | The default Django/Dotiac parser | 0.8 | metacpan |
| Dotiac::DTL::Reduced | Dotiac::DTL without the parser. | 0.8 | metacpan |
| Dotiac::DTL::Tag | Terminates a template list | 0.8 | metacpan |
| Dotiac::DTL::Tag::autoescape | The {% autoescape [on/off] %} tag | 0.8 | metacpan |
| Dotiac::DTL::Tag::block | The {% block NAME %} tag | 0.8 | metacpan |
| Dotiac::DTL::Tag::comment | The {% comment %} tag | 0.8 | metacpan |
| Dotiac::DTL::Tag::cycle | The {% cycle CYCLENAME | VAR1 VAR2 VAR3 VAR4... [as CYCLENAME] %} tag | 0.8 | metacpan |
| Dotiac::DTL::Tag::debug | The {% debug %} tag | 0.8 | metacpan |
| Dotiac::DTL::Tag::extends | The {% extends FILE %} tag | 0.8 | metacpan |
| Dotiac::DTL::Tag::filter | The {% filter FILTER1[|FILTER2[|FILTER3[|...]]] %} tag | 0.8 | metacpan |
| Dotiac::DTL::Tag::firstof | The {% firstof VARIABLE1[|VARIABLE2[|VARIABLE3[|...]]] %} tag | 0.8 | metacpan |
| Dotiac::DTL::Tag::for | The {% for VARIABLE1[|VARIABLE2[|VARIABLE3[|...]]] in VARIABLE %} tag | 0.8 | metacpan |
| Dotiac::DTL::Tag::if | The {% if [not ]VARIABLE1[ or [not ]VARIABLE2[ or ..]]|[and [not ]VARIABLE2[ and ..]] %} tag | 0.8 | metacpan |
| Dotiac::DTL::Tag::ifchanged | The {% ifchanged [VARIABLE] %} tag | 0.8 | metacpan |
| Dotiac::DTL::Tag::ifequal | The {% ifequal VARIABLE1 VARIABLE2 %} tag | 0.8 | metacpan |
| Dotiac::DTL::Tag::ifnotequal | The {% ifnotequal VARIABLE1 VARIABLE2 %} tag | 0.8 | metacpan |
| Dotiac::DTL::Tag::include | The {% include FILE %} tag | 0.8 | metacpan |
| Dotiac::DTL::Tag::load | The {% load NAME %} tag | 0.8 | metacpan |
| Dotiac::DTL::Tag::now | The {% now FORMAT %} tag | 0.8 | metacpan |
| Dotiac::DTL::Tag::regroup | The {% regroup LIST by PROPERTY as NEWVARIABLE %} tag | 0.8 | metacpan |
| Dotiac::DTL::Tag::spaceless | The {% spaceless %} tag | 0.8 | metacpan |
| Dotiac::DTL::Tag::ssi | The {% ssi FILE [parsed] %} tag | 0.8 | metacpan |
| Dotiac::DTL::Tag::templatetag | The {% templatetag openblock|closeblock|openvariable|closevariable|openbrace|closebrace|opencomment|closecomment %} tag | 0.8 | metacpan |
| Dotiac::DTL::Tag::url | The {% url PATH,[PATH,[...],[PARAMETER=VALUE,[PARAMETER=VALUE,[..]]] [as VAR] %} tag | 0.8 | metacpan |
| Dotiac::DTL::Tag::widthratio | The {% widthratio CURRENTVALUE MAXVALUE CONSTANT %} tag | 0.8 | metacpan |
| Dotiac::DTL::Tag::with | The {% with VARIABLE as NEWVARIABLENAME %} tag | 0.8 | metacpan |
| Dotiac::DTL::Template | A Dotiac/Django template. | 0.8 | metacpan |
| Dotiac::DTL::Value | Saves Dotiac::DTL-value. | 0.8 | metacpan |
| Dotiac::DTL::Variable | Stores a Django template variable tag. | 0.8 | metacpan |
| sealed | 4.001001 | metacpan |
Other Files
| MANIFEST | metacpan |
| META.json | metacpan |
| META.yml | metacpan |
| Makefile.PL | metacpan |