| Sys-Info-Driver-BSD documentation | Contained in the Sys-Info-Driver-BSD distribution. |
Sys::Info::Driver::BSD::Device - Base class for BSD device drivers
use base qw( Sys::Info::Driver::BSD::Device );
This document describes version 0.73 of Sys::Info::Driver::BSD::Device
released on 14 January 2010.
Base class for BSD device drivers.
None.
Burak Gursoy <burak@cpan.org>.
Copyright 2009 - 2010 Burak Gursoy. All rights reserved.
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__