libtext-template-perl 1.45-2 source package in Ubuntu

Changelog

libtext-template-perl (1.45-2) unstable; urgency=low

  [ Nathan Handler ]
  * debian/watch: Update to ignore development releases.

  [ Salvatore Bonaccorso ]
  * debian/control: Changed: Replace versioned (build-)dependency on
    perl (>= 5.6.0-{12,16}) with an unversioned dependency on perl (as
    permitted by Debian Policy 3.8.3).

  [ Ryan Niebur ]
  * Update ryan52's email address

  [ gregor herrmann ]
  * Fix "Slow memory leak in _scrubpkg": add patch from CPAN RT#22031; thanks
    to Dean Hamstead for the bug report (closes: #609528).
  * Switch to source format 3.0 (quilt).
  * Minimize debian/rules.
  * Install upstream README as changelog.
  * Add /me to Uploaders.
  * Set Standards-Version to 3.9.1 (no changes).
  * Refresh debian/copyright (formatting, license stanzas).
  * Add a patch to fix a spelling mistake.
 -- Ubuntu Archive Auto-Sync <email address hidden>   Sat,  30 Apr 2011 13:11:41 +0000

Upload details

Uploaded by:
Ubuntu Archive Auto-Sync
Uploaded to:
Oneiric
Original maintainer:
Debian Perl Group
Architectures:
all
Section:
perl
Urgency:
Low Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Precise release main perl

Builds

Oneiric: [FULLYBUILT] i386

Downloads

File Size SHA-256 Checksum
libtext-template-perl_1.45.orig.tar.gz 43.0 KiB 217e9de66e552b75001aa06318fea681d98cf438de2f03d8de581455ea47573c
libtext-template-perl_1.45-2.debian.tar.gz 3.4 KiB beba6a63f659843faab8fa4d6ad8dcb7f8b616e29007254bc7c7ee295f11f8d2
libtext-template-perl_1.45-2.dsc 2.0 KiB 951ad5e0d715c6aa33df8d4a2002a841e5e5ab54d6bfb4a61c2b19641645d0c8

Available diffs

View changes file

Binary packages built by this source

libtext-template-perl: perl module to process text templates

 Text::Template 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.