ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/Linux-DVB/DVB.pm
(Generate patch)

Comparing Linux-DVB/DVB.pm (file contents):
Revision 1.2 by root, Wed Sep 8 19:47:30 2004 UTC vs.
Revision 1.3 by root, Thu Mar 3 17:27:40 2005 UTC

30package Linux::DVB; 30package Linux::DVB;
31 31
32use Fcntl (); 32use Fcntl ();
33 33
34BEGIN { 34BEGIN {
35 $VERSION = '0.1'; 35 $VERSION = '0.02';
36 @ISA = qw(Exporter); 36 @ISA = qw(Exporter);
37 37
38 require XSLoader; 38 require XSLoader;
39 XSLoader::load __PACKAGE__, $VERSION; 39 XSLoader::load __PACKAGE__, $VERSION;
40 40
174 174
1751; 1751;
176 176
177=head1 AUTHOR 177=head1 AUTHOR
178 178
179 Marc Lehmann <pcg@goof.com> 179 Marc Lehmann <schmorp@schmorp.de>
180 http://www.goof.com/pcg/marc/ 180 http://home.schmorp.de/
181 181
182=cut 182=cut
183 183

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines