SEARCH
NEW RPMS
DIRECTORIES
ABOUT
FAQ
VARIOUS
BLOG

 
 

perl-Mojolicious-Plugin-TemplateToolkit rpm build for : OpenSuSE. For other distributions click perl-Mojolicious-Plugin-TemplateToolkit.

Name : perl-Mojolicious-Plugin-TemplateToolkit
Version : 0.006 Vendor : obs://build_opensuse_org/devel:languages:perl
Release : lp154.1.1 Date : 2023-01-27 18:27:22
Group : Unspecified Source RPM : perl-Mojolicious-Plugin-TemplateToolkit-0.006-lp154.1.1.src.rpm
Size : 0.03 MB
Packager : https://www_suse_com/
Summary : Template Toolkit renderer plugin for
Description :
Mojolicious::Plugin::TemplateToolkit is a renderer for \'tt2\' or \'Template
Toolkit\' templates. See Template and Template::Manual for details on the
\'Template Toolkit\' format, and Mojolicious::Guides::Rendering for general
information on rendering in Mojolicious.

Along with template files, inline and data section templates can be
rendered in the standard Mojolicious fashion. Template files and data
sections will be retrieved using Mojolicious::Renderer via
Template::Provider::Mojo for both direct rendering and directives such as
\'INCLUDE\'. This means that instead of specifying INCLUDE_PATH, you should
set Mojolicious::Renderer/\"paths\" to the appropriate paths.

$app->renderer->paths([\'/path/to/templates\']);
push AATT{$app->renderer->paths}, \'/path/to/more/templates\';

Mojolicious stash values will be exposed directly as variables in the
templates, and the current controller object will be available as \'c\' or
\'self\', similar to Mojolicious::Plugin::EPRenderer.

Helper methods can be called on the controller object as normal, as well as
on a proxy object available as \'h\'. The proxy object was previously needed
for efficiency as the controller object used \'AUTOLOAD\' to call helper
methods, but since Mojolicious 8.04 the controller object uses a more
efficient mechanism and the proxy object is no longer needed. See
Mojolicious::Plugin::DefaultHelpers and Mojolicious::Plugin::TagHelpers for
a list of all built-in helper methods.

Accessing helper methods directly as variables, rather than via the
controller or proxy object, is deprecated and may be removed in a future
release.

$c->stash(description => \'template engine\');
$c->stash(engines => [qw(Template::Toolkit Text::Template)]);

[% FOREACH engine IN engines %]
[% engine %] is a [% description %].
[% END %]

[% c.link_to(\'Template Toolkit\', \'http://www.template-toolkit.org\') %]

[% c.param(\'foo\') %]

RPM found in directory: /packages/linux-pbone/ftp5.gwdg.de/pub/opensuse/repositories/devel:/languages:/perl:/CPAN-M/15.4/noarch

Content of RPM  Provides Requires

Download
ftp.icm.edu.pl  perl-Mojolicious-Plugin-TemplateToolkit-0.006-lp154.1.1.noarch.rpm
     

Provides :
perl(Mojolicious::Plugin::TemplateToolkit)
perl(Template::Provider::Mojo)
perl-Mojolicious-Plugin-TemplateToolkit

Requires :
perl(:MODULE_COMPAT_5.26.1)
perl(Class::Method::Modifiers)
perl(Mojolicious) >= 6.51
perl(Template) >= 2.26
perl(Template::Provider) >= 2.94
perl(parent)
rpmlib(CompressedFileNames) <= 3.0.4-1
rpmlib(FileDigests) <= 4.6.0-1
rpmlib(PayloadFilesHavePrefix) <= 4.0-1
rpmlib(PayloadIsXz) <= 5.2-1


Content of RPM :
/usr/lib/perl5/vendor_perl/5.26.1/Mojolicious
/usr/lib/perl5/vendor_perl/5.26.1/Mojolicious/Plugin
/usr/lib/perl5/vendor_perl/5.26.1/Mojolicious/Plugin/TemplateToolkit.pm
/usr/lib/perl5/vendor_perl/5.26.1/Template
/usr/lib/perl5/vendor_perl/5.26.1/Template/Provider
/usr/lib/perl5/vendor_perl/5.26.1/Template/Provider/Mojo.pm
/usr/share/doc/packages/perl-Mojolicious-Plugin-TemplateToolkit
/usr/share/doc/packages/perl-Mojolicious-Plugin-TemplateToolkit/CONTRIBUTING.md
/usr/share/doc/packages/perl-Mojolicious-Plugin-TemplateToolkit/Changes
/usr/share/doc/packages/perl-Mojolicious-Plugin-TemplateToolkit/README
/usr/share/doc/packages/perl-Mojolicious-Plugin-TemplateToolkit/prereqs.yml
/usr/share/licenses/perl-Mojolicious-Plugin-TemplateToolkit
/usr/share/licenses/perl-Mojolicious-Plugin-TemplateToolkit/LICENSE
/usr/share/man/man3/Mojolicious::Plugin::TemplateToolkit.3pm.gz
/usr/share/man/man3/Template::Provider::Mojo.3pm.gz

 
ICM