=head1 NAME StableTV - replace parts of mythtv with stable components =head1 SYNOPSIS use StableTV; =head1 DESCRIPTION =cut package StableTV; use Fcntl (); BEGIN { $VERSION = '0.01'; @ISA = qw(Exporter); require XSLoader; XSLoader::load __PACKAGE__, $VERSION; require Exporter; } =back =head1 AUTHORS Marc Lehmann , http://home.schmorp.de/ =cut 1