libstring-formatter-perl 0.102082-1 source package in Ubuntu

Changelog

libstring-formatter-perl (0.102082-1) unstable; urgency=low

  * New upstream release
  * Bump Debhelper compat level to 8.
  * debian/control: Bump versioned Build-Depends on debhelper to (>= 8).
  * Email change: Ansgar Burchardt -> <email address hidden>
  * Email change: Salvatore Bonaccorso -> <email address hidden>
  * debian/copyright: Update copyright years for debian/* packaging
    stanza.
 -- Ubuntu Archive Auto-Sync <email address hidden>   Sat,  30 Apr 2011 13:10:54 +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 universe perl

Builds

Oneiric: [FULLYBUILT] i386

Downloads

File Size SHA-256 Checksum
libstring-formatter-perl_0.102082.orig.tar.gz 17.2 KiB 93d787dd8f13832a3683d219e086eaf4eb6c5391e396bfcc364c414423b0051a
libstring-formatter-perl_0.102082-1.debian.tar.gz 2.6 KiB ec2e481880beb95fb7caf12d66b5fe7ea620156bc3ce6c0a0da52820989822d5
libstring-formatter-perl_0.102082-1.dsc 2.3 KiB d6f76c02a733a34a84dd8cf0b404c9e1c3319be6623487d20d5580377f2fa9b2

Available diffs

View changes file

Binary packages built by this source

libstring-formatter-perl: module to build sprintf-like formatting routines

 String::Formatter is a tool for building sprintf-like formatting routines. It
 supports named or positional formatting, custom conversions, fixed string
 interpolation, and simple width-matching out of the box. It is easy to alter
 its behavior to write new kinds of format string expanders. For most cases,
 it should be easy to build all sorts of formatters out of the options built
 into String::Formatter.