libsgml-parser-opensp-perl 0.994-2 source package in Ubuntu

Changelog

libsgml-parser-opensp-perl (0.994-2) unstable; urgency=low

  * Apply patch from Niko Tyni fixing FTBFS in directories with
    characters like '+', such as during binNMUs (Closes: #613199)
  * Update Standards-Version (no changes)
 -- Ubuntu Archive Auto-Sync <email address hidden>   Sat,  07 May 2011 11:02:06 +0000

Upload details

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

See full publishing history Publishing

Series Pocket Published Component Section

Downloads

File Size SHA-256 Checksum
libsgml-parser-opensp-perl_0.994.orig.tar.gz 34.8 KiB a7eb7ef74a9853d45296813cff608349e6a00c0fa8fe9c8f6ac3be58d636b3fe
libsgml-parser-opensp-perl_0.994-2.debian.tar.gz 2.7 KiB f96267edc35ebb4c44a51d9a9862565641157ae80bf7f3323c65b2818df817d1
libsgml-parser-opensp-perl_0.994-2.dsc 1.5 KiB 268f8f905ff076d7321879a7305445faba4d0449e54f30a94e601092f30a9b0a

Available diffs

View changes file

Binary packages built by this source

libsgml-parser-opensp-perl: OpenSP Parser of SGML documents

 SGML::Parser::OpenSP provides an interface to the OpenSP SGML parser. OpenSP
 and this module are event based. As the parser recognizes parts of the
 document (say the start or end of an element), then any handlers registered
 for that type of an event are called with suitable parameters.