Sisyphus repository
Last update: 1 october 2023 | SRPMs: 18631 | Visits: 37863347
en ru br
ALT Linux repos
S:2.97-alt1
5.0: 2.8-alt1
4.1: 2.8-alt1
4.0: 2.8-alt1
3.0: 2.6-alt2.1

Group :: Development/Perl
RPM: perl-HTML-Template

 Main   Changelog   Spec   Patches   Sources   Download   Gear   Bugs and FR  Repocop 

%define module HTML-Template

Name: perl-%module
Version: 2.6
Release: alt2.1

Packager: Yuri N. Sedunov <aris at altlinux.ru>

Summary: Perl module to use HTML Template
Group: Development/Perl
License: GPL or Artistic
Source: http://www.cpan.org/modules/by-module/HTML/%module-%version.tar.bz2

BuildArch: noarch

PreReq: perl-Storable >= 1.0.14

# Automatically added by buildreq on Wed Nov 06 2002

BuildRequires: perl-devel

%description
This module attempts make using HTML templates simple and natural. It
extends standard HTML with a few new HTML-esque tags - <TMPL_VAR>,
<TMPL_LOOP>, <TMPL_INCLUDE>, <TMPL_IF> and <TMPL_ELSE>.  The file
written with HTML and these new tags is called a template.  It is
usually saved separate from your script - possibly even created by
someone else!  Using this module you fill in the values for the
variables, loops and branches declared in the template.  This allows
you to seperate design - the HTML - from the data, which you generate
in the Perl script.

%prep
%setup -q -n %module-%version

%build
%perl_vendor_build

%install
%perl_vendor_install

%files
%doc README Changes FAQ ANNOUNCE scripts templates
%perl_vendor_privlib/HTML*
%perl_vendor_man3dir/*

%changelog

Full changelog you can see here

 
design & coding: Vladimir Lettiev aka crux © 2004-2005, Andrew Avramenko aka liks © 2007-2008
current maintainer: Michael Shigorin