Sieve-Generator 0.001 Latest
Kwalitee Issues
No Core Issues.
- 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.
- 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 |
|---|---|---|---|
| Sieve::Generator | generate Sieve email filter scripts | 0.001 | metacpan |
| Sieve::Generator::Lines | role for objects that render as lines of Sieve code | 0.001 | metacpan |
| Sieve::Generator::Lines::Block | a Sieve block (a brace-delimited sequence of statements) | 0.001 | metacpan |
| Sieve::Generator::Lines::Command | a single Sieve command statement | 0.001 | metacpan |
| Sieve::Generator::Lines::Comment | a Sieve comment line | 0.001 | metacpan |
| Sieve::Generator::Lines::Document | a sequence of Sieve lines forming a complete script or blank line | 0.001 | metacpan |
| Sieve::Generator::Lines::Heredoc | a Sieve multiline string (heredoc) | 0.001 | metacpan |
| Sieve::Generator::Lines::IfElse | a Sieve if/elsif/else conditional construct | 0.001 | metacpan |
| Sieve::Generator::Lines::Junction | a Sieve allof/anyof/noneof test | 0.001 | metacpan |
| Sieve::Generator::Lines::PrettyCommand | a Sieve command statement with arguments aligned across multiple lines | 0.001 | metacpan |
| Sieve::Generator::Sugar | constructor functions for building Sieve generator objects | 0.001 | metacpan |
| Sieve::Generator::Text | role for objects that render as inline Sieve text fragments | 0.001 | metacpan |
| Sieve::Generator::Text::Qstr | a Sieve quoted string | 0.001 | metacpan |
| Sieve::Generator::Text::QstrList | a Sieve string list (a bracketed list of quoted strings) | 0.001 | metacpan |
| Sieve::Generator::Text::Terms | a sequence of Sieve terms joined by spaces | 0.001 | metacpan |