Sys::Info::Driver::BSD::Device - Base class for BSD device drivers


Sys-Info-Driver-BSD documentation Contained in the Sys-Info-Driver-BSD distribution.

Index


Code Index:

NAME

Top

Sys::Info::Driver::BSD::Device - Base class for BSD device drivers

SYNOPSIS

Top

    use base qw( Sys::Info::Driver::BSD::Device );

DESCRIPTION

Top

This document describes version 0.73 of Sys::Info::Driver::BSD::Device released on 14 January 2010.

Base class for BSD device drivers.

METHODS

Top

None.

AUTHOR

Top

Burak Gursoy <burak@cpan.org>.

COPYRIGHT

Top

LICENSE

Top

This library is free software; you can redistribute it and/or modify it under the same terms as Perl itself, either Perl version 5.8.8 or, at your option, any later version of Perl 5 you may have available.


Sys-Info-Driver-BSD documentation Contained in the Sys-Info-Driver-BSD distribution.

package Sys::Info::Driver::BSD::Device;
use strict;
use warnings;
use vars qw( $VERSION );

$VERSION = '0.73';

1;

__END__