libxml-filter-xslt-perl 0.03-10 source package in Ubuntu

Changelog

libxml-filter-xslt-perl (0.03-10) unstable; urgency=medium

  [ gregor herrmann ]
  * debian/watch: use uscan version 4.

  [ Debian Janitor ]
  * Bump debhelper from old 11 to 12.
  * Set debhelper-compat version in Build-Depends.
  * Bump debhelper from old 12 to 13.

 -- Jelmer Vernooij <email address hidden>  Tue, 13 Dec 2022 01:21:05 +0000

Upload details

Uploaded by:
Debian Perl Group
Uploaded to:
Sid
Original maintainer:
Debian Perl Group
Architectures:
all
Section:
perl
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Oracular release universe perl
Noble release universe perl
Mantic release universe perl
Lunar release universe perl

Builds

Lunar: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
libxml-filter-xslt-perl_0.03-10.dsc 2.2 KiB 9e350668ef831949d71deda4d845f5fbe4276b30865001d9ce62781fbb460733
libxml-filter-xslt-perl_0.03.orig.tar.gz 2.3 KiB 27894fde1a3e32e15f2297e010cd51fbfe3ceb396cecf8675b9fd04fcc6cb8c7
libxml-filter-xslt-perl_0.03-10.debian.tar.xz 3.8 KiB 10591596aa9ee857aecbe02270615be965548f72013f9b9bba26f7e95a8733d5

Available diffs

No changes file available.

Binary packages built by this source

libxml-filter-xslt-perl: Perl module for XSLT as a SAX Filter

 The XML::Filter::XSLT module implements XSLT as a SAX Filter. At the
 moment it only uses XML::LibXSLT as an XSLT transformer, but hopefully
 others will be supported in the future (it's written with that in mind).
 .
 The beauty is you can stick other things in the transformation chain
 if you want, or you can make the writer use XML::Handler::HTMLWriter
 if you want to write out valid HTML 4.0, or you can make the
 generator something like XML::Generator::DBI. The possibilities are
 endless.