The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.
Revision history for Perl extension Video::ZVBI

0.2.3 2007-Dec-02
	* Makefile.PL: use exit(0) instead of die when libzvbi is missing
	  to get an N/A test report instead of FAIL from CPAN testers
	* ZVBI.xs: Added interface to new DVB multiplexer in zvbi-0.2.26;
	  extended compatibility down to libzvbi 0.2.4 for compilation
	  against external libzvbi.h; fixed lib version checks for
	  compilation without -DUSE_DL_SYM
	* examples/search-ttx.pl: added work-around for bug in proxy-client
	  which prevented entering a search string
	* examples/browse-ttx.pl: made backwards compatible: use XPM format
	  export only if available in the export module
	* libzvbi_int.h: updated to libzvbi.h from release 0.2.26
	* test.pl: added output of library version number

0.2.2 2007-Nov-23
	* Makefile.PL: Abort if zvbi library is not found; added compile
	options USE_DL_SYM and USE_LIBZVBI_INT for ZVBI.xs; require
	Perl 5.7.1 because of UTF-8 support

	* ZVBI.xs: Compile against copy of libzvbi.h to avoid dependency
	on libzvbi-dev; load symbols of recent library versions dynamically
	from shared library to make the module independent of the library
	version; more syntax clean-ups

	* Meta.yml: Added (name changed to upper case in 0.2.3)

0.2.1 2007-Nov-19
	* ZVBI.xs: Compatibility fixes for older Perl versions;
	Syntax fixes; Bugfix in search callback function array

0.2.0 2007-Nov-18
	* : First official release (CPAN)