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

Text::Xslate::Bridge::Alloy - Template::Alloy virtual methods for Xslate

VERSION

This document describes Text::Xslate::Bridge::Alloy version 1.0000.

SYNOPSIS

    use Text::Xslate::Bridge::Alloy;

    my $xslate = Text::Xslate->new(
        function => { Text::Xslate::Bridge::Alloy->methods },
    );

    print $xslate->render_string('<: "foo".length() :>'); # => 3

DESCRIPTION

Text::Xslate::Bridge::Alloy provides Xslate with Template::Alloy virtual methods.

INTERFACE

Class methods

Text::Xslate::Bridge::Alloy->methods() -> %methods

DEPENDENCIES

Perl 5.8.1 or later.

BUGS

All complex software has bugs lurking in it, and this module is no exception. If you find a bug please either email me, or add the bug to cpan-RT.

SEE ALSO

Text::Xslate

Template::Alloy

AUTHOR

Goro Fuji (gfx) <gfuji(at)cpan.org>

LICENSE AND COPYRIGHT

Copyright (c) 2010, Goro Fuji (gfx). All rights reserved.

This library is free software; you can redistribute it and/or modify it under the same terms as Perl itself. See perlartistic for details.