NAME

Sieve::Generator::Lines::Block - a Sieve block (a brace-delimited sequence of statements)

VERSION

version 0.001

DESCRIPTION

A block is the brace-delimited body of a Sieve if, elsif, or else clause. It contains an ordered list of things -- commands, nested conditionals, comments, or plain strings -- each rendered on its own indented line.

PERL VERSION

This module is shipped with no promise about what version of perl it will require in the future. In practice, this tends to mean "you need a perl from the last three years," but you can't rely on that. If a new version of perl ship, this software may begin to require it for any reason, and there is no promise that patches will be accepted to lower the minimum required perl.

ATTRIBUTES

things

This attribute holds the list of things that make up the block body. Each may be an object doing either Sieve::Generator::Lines or Sieve::Generator::Text.

AUTHOR

Ricardo Signes <rjbs@semiotic.systems>

COPYRIGHT AND LICENSE

This software is copyright (c) 2026 by Ricardo SIGNES.

This is free software; you can redistribute it and/or modify it under the same terms as the Perl 5 programming language system itself.