Package perl-Text-Template: Information

    Binary package: perl-Text-Template
    Version: 1.45-alt1.1
    Architecture: noarch
    Build time:  Nov 24, 2010, 06:59 PM
    Source package: perl-Text-Template
    Category: Development/Perl
    Report package bug
    Home page: 

    License: GPL or Artistic
    Summary: Expand template text with embedded Perl
    Description: 
    This is a library for generating form letters, building HTML pages, or
    filling in templates generally.  A `template' is a piece of text that
    has little Perl programs embedded in it here and there.  When you `fill
    in' a template, you evaluate the little programs and replace them with
    their values.
    
    You can store a template in a file outside your program.  People can
    modify the template without modifying the program.  You can separate
    the formatting details from the main code, and put the formatting parts
    of the program into the template.  That prevents code bloat and encour-
    ages functional separation.

    Maintainer: Denis Smirnov

    List of contributors:
    Igor Vlasenko
    Denis Smirnov

    ACL:
    Denis Smirnov
    @cpan

    Last changed


    Nov. 22, 2010 Igor Vlasenko 1.45-alt1.1
    - repair after perl 5.12 upgrade using girar-nmu
    Feb. 5, 2009 Denis Smirnov 1.45-alt1
    - version update
    Jan. 9, 2004 Denis Smirnov 1.44-alt1
    - First build for Sisyphus.