The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.

NAME

Banal::Dist::Zilla::Role::Text::Template::Selfish - A role that gives you a 'fill_in_string' method with \$self included in the stash (as $o and $self).

VERSION

version 0.198

SYNOPSIS

In your dist.ini:

    [...]
    year=2018
    msg = May {{year}} bring you happiness.

DESCRIPTION

This is a practical utility role that gives you a 'fill_in_string' method with \$self (== $o) included in the stash stash.

WARNING

Please note that, although this module needs to be on CPAN for obvious reasons, it is really intended to be a collection of personal preferences, which are expected to be in great flux, at least for the time being.

Therefore, please do NOT base your own distributions on this one, since anything can change at any moment without prior notice, while I get accustomed to dzil myself and form those preferences in the first place... Absolutely nothing in this distribution is guaranteed to remain constant or be maintained at this point. Who knows, I may even give up on dzil altogether...

You have been warned.

SEE ALSO

SUPPORT

Bugs may be submitted through the RT bug tracker (or bug-Dist-Zilla-PluginBundle-Author-TABULO@rt.cpan.org).

AUTHOR

Tabulo <tabulo@cpan.org>

COPYRIGHT AND LICENSE

This software is copyright (c) 2018 by Tabulo.

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