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

Search results for "Template::Declare"

Template::Declare - Perlish declarative templates River stage two • 11 direct dependents • 16 total dependents

"Template::Declare" is a pure-Perl declarative HTML/XUL/RDF/XML templating system. Yes. Another one. There are many others like it, but this one is ours. A few key features and buzzwords: * All templates are 100% pure Perl code * Simple declarative s...

ALEXMV/Template-Declare-0.47 - 17 Dec 2014 04:27:40 UTC - Search in distribution

Template::Declare::Anon - Deprecated Anonymous Template::Declare templates River stage zero No dependents

NUFFIN/Template-Declare-Anon-0.03 - 11 Dec 2008 15:47:52 UTC - Search in distribution

Tree::Template::Declare - easily build tree structures River stage zero No dependents

DAKKAR/Tree-Template-Declare-0.7 - 28 Mar 2015 12:48:42 UTC - Search in distribution

Tiffany::Template::Declare - Tiffany gateway for Template::Declare River stage one • 4 direct dependents • 6 total dependents

TOKUHIROM/Tiffany-1.01 - 04 Sep 2013 02:50:26 UTC - Search in distribution

Template::Declare::Catalyst - Template::Declare subclass for Catalyst River stage zero No dependents

This subclass of Template::Declare adds extra functionality for use in Catalyst with Catalyst::View::TD....

DWHEELER/Catalyst-View-TD-0.12 - 14 Nov 2009 17:23:02 UTC - Search in distribution

Template::Declare::Bricolage - Perlish XML Generation for Bricolage's SOAP API River stage zero No dependents

It can be a lot of work generating XML for passing to the Bricolage SOAP interface. After experimenting with a number of XML-generating libraries, I got fed up and created this module to simplify things. It's a very simple subclass of Template::Decla...

DWHEELER/Template-Declare-Bricolage-0.01 - 09 Jun 2009 22:23:14 UTC - Search in distribution

Catalyst::View::Template::Declare - Use Template::Declare with Catalyst River stage one • 1 direct dependent • 2 total dependents

Make a view: package MyApp::View::TD; use base 'Catalyst::View::Template::Declare'; 1; Make a template: package MyApp::View::TD::Root; use Template::Declare::Tags; template foo => sub { my ($self, $c) = @_; html { head { title { $c->stash->{title} } ...

JROCKWAY/Catalyst-View-Template-Declare-0.04 - 07 Aug 2008 17:41:15 UTC - Search in distribution

Jifty::View::Declare::Handler - The Jifty view handler for Template::Declare River stage two • 33 direct dependents • 33 total dependents

ALEXMV/Jifty-1.50430 - 30 Apr 2015 20:48:27 UTC - Search in distribution

Dancer::Template::TemplateDeclare - Template::Declare wrapper for Dancer River stage zero No dependents

This class is an interface between Dancer's template engine abstraction layer and the Template::Declare templating system. In order to use this engine, set the template to 'TemplateDeclare' in the configuration file: template: TemplateDeclare...

YANICK/Dancer-Template-TemplateDeclare-0.3.2 - 24 Jul 2012 23:16:46 UTC - Search in distribution

tt - Preprocess Perl code with Template Toolkit and Module::Compile. River stage zero No dependents

This module uses Module::Compile to help you generate Perl code without using BEGIN/eval tricks and reducing readability, but without having to repeat yourself either....

NUFFIN/Module-Compile-TT-0.02 - 17 Sep 2007 01:49:08 UTC - Search in distribution

Beam::Make - Recipes to declare and resolve dependencies between things River stage zero No dependents

"Beam::Make" allows an author to describe how to build some thing (a file, some data in a database, an image, a container, etc...) and the relationships between things. This is similar to the classic "make" program used to build some software package...

PREACTION/Beam-Make-0.003 - 17 May 2020 21:35:11 UTC - Search in distribution

libev - a high performance full-featured event loop written in C River stage two • 70 direct dependents • 86 total dependents

MLEHMANN/EV-4.34 - 08 Oct 2023 21:47:52 UTC - Search in distribution

h2xs - convert .h C header files to Perl extensions River stage five • 11292 direct dependents • 32664 total dependents

*h2xs* builds a Perl extension from C header files. The extension will include functions which can be used to retrieve the value of any #define statement which was in the C header files. The *module_name* will be used for the name of the extension. I...

RJBS/perl-5.36.0 - 28 May 2022 00:26:10 UTC - Search in distribution

OX - the hardest working two letters in Perl River stage one • 2 direct dependents • 2 total dependents

OX is a web application framework based on Bread::Board, Path::Router, and PSGI. Bread::Board lets you build your application from a collection of normal Moose objects, organized together in a "container", which allows components to easily interopera...

DOY/OX-0.14 - 03 Apr 2014 15:30:33 UTC - Search in distribution

Tkx - Yet another Tk interface River stage two • 8 direct dependents • 10 total dependents

The "Tkx" module provides yet another Tk interface for Perl. Tk is a GUI toolkit tied to the Tcl language, and "Tkx" provides a bridge to Tcl that allows Tk based applications to be written in Perl. The main idea behind Tkx is that it is a very thin ...

CAC/Tkx-1.10 - 06 Feb 2021 09:34:49 UTC - Search in distribution

pft River stage zero No dependents

The pft-edit(1) command allows to conveniently edit a text entry in a *PFT* site. It takes care of creating a header for the new entries, to position files correctly within your *PFT* filesystem tree, and to maintain the filesystem location consisten...

DACAV/App-PFT-v1.4.1 - 25 Jul 2019 20:39:05 UTC - Search in distribution

perldl - Simple shell for PDL (see also pdl2) River stage three • 93 direct dependents • 101 total dependents

The program perldl is a simple shell (written in perl) for interactive use of PDL. It consists of a command-line interface that supports immediate interpretation of perl commands and expressions. Perl expressions, including PDL constructs, can be ent...

ETJ/PDL-2.089 - 11 May 2024 23:59:45 UTC - Search in distribution

Cfn - An object model for CloudFormation documents River stage one • 1 direct dependent • 2 total dependents

This module helps parse, manipulate, validate and generate CloudFormation documents in JSON and YAML formats (see stability section for more information on YAML). It creates an object model of a CloudFormation template so you can work with the docume...

JLMARTIN/Cfn-0.14 - 07 May 2021 09:10:03 UTC - Search in distribution

pidl - An IDL compiler written in Perl River stage zero No dependents

pidl is an IDL compiler written in Perl that aims to be somewhat compatible with the midl compiler. IDL is short for "Interface Definition Language". pidl can generate stubs for DCE/RPC server code, DCE/RPC client code and ethereal dissectors for DCE...

CTRLSOFT/Parse-Pidl-0.02 - 29 Dec 2005 14:10:44 UTC - Search in distribution

Apache::ASP - Active Server Pages for Apache with mod_perl River stage one • 2 direct dependents • 2 total dependents

Apache::ASP provides an Active Server Pages port to the Apache Web Server with Perl scripting only, and enables developing of dynamic web applications with session management and embedded Perl code. There are also many powerful extensions, including ...

CHAMAS/Apache-ASP-2.63 - 15 Mar 2018 05:28:37 UTC - Search in distribution
222 results (0.2 seconds)