libhtml-format-perl 2.11-1 source package in Ubuntu
Changelog
libhtml-format-perl (2.11-1) unstable; urgency=low [ Ansgar Burchardt ] * debian/control: Convert Vcs-* fields to Git. [ Salvatore Bonaccorso ] * debian/copyright: Replace DEP5 Format-Specification URL from svn.debian.org to anonscm.debian.org URL. * Change Vcs-Git to canonical URI (git://anonscm.debian.org) * Change search.cpan.org based URIs to metacpan.org based URIs [ gregor herrmann ] * Swap order of alternative (build) dependencies after the perl 5.14 transition. [ Axel Beckert ] * debian/copyright: migrate pre-1.0 format to 1.0 using "cme fix dpkg-copyright" [ Angel Abad ] * mass updated Angel Abad's email address * Imported Upstream version 2.11 * debian/control: Build depends on debhelper (>= 9.20120312) * Bump Standards-Version to 3.9.5 (no changes) * debian/copyright: Update years. -- Angel Abad <email address hidden> Fri, 01 Nov 2013 11:01:57 +0100
Upload details
- Uploaded by:
- Debian Perl Group
- Uploaded to:
- Sid
- Original maintainer:
- Debian Perl Group
- Architectures:
- all
- Section:
- perl
- Urgency:
- Low Urgency
See full publishing history Publishing
Series | Published | Component | Section | |
---|---|---|---|---|
Trusty | release | main | perl |
Downloads
File | Size | SHA-256 Checksum |
---|---|---|
libhtml-format-perl_2.11-1.dsc | 1.7 KiB | 16a7e9ac756b0a5e6fec95688cebf7b74bfcb26665a41295e1588b56c854153c |
libhtml-format-perl_2.11.orig.tar.gz | 47.6 KiB | 44a3af6b9d0184bb4cc300624352760e4435c3d802521742f42dd228e44d4a95 |
libhtml-format-perl_2.11-1.debian.tar.gz | 3.4 KiB | 50b5d66ddcab14c7e14ea5ae7462800ae8613923fba5403653ddb5f7ff5bf3eb |
Available diffs
- diff from 2.10-1 to 2.11-1 (21.1 KiB)
No changes file available.
Binary packages built by this source
- libhtml-format-perl: module for transforming HTML into various formats
HTML::Formatter is a base class for various formatters, which are modules
that traverse an HTML syntax tree and produce various output file formats.
There are currently three formatter classes included:
.
* HTML::FormatText for converting to plain human-readable text
* HTML::FormatPS for converting to PostScript
* HTML::FormatRTF for converting to Microsoft's Rich Text Format (RTF)