OpenBSD ports

The textproc/p5-Template-Plugin-Class port

p5-Template-Plugin-Class-0.14p0 – template extension for calling class methods

Description

Template::Plugin::Class allows you to call class methods
on arbitrary classes.  One use for this is in Class::DBI
style applications, where you may do something like this:

  [% USE cd = Class('Music::CD') %]
  [% FOREACH disc = cd.retrieve_all %]
  [% disc.artist %] - [% disc.title %]
  [% END %]

WWW: https://metacpan.org/release/Template-Plugin-Class
Categories:
perl5 textproc

Library dependencies

Build dependencies

Run dependencies