| Sys-Info-Driver-Unknown documentation | Contained in the Sys-Info-Driver-Unknown distribution. |
Sys::Info::Driver::Unknown::Device - Base class for Unknown device drivers
use base qw( Sys::Info::Driver::Unknown::Device );
This document describes version 0.78 of Sys::Info::Driver::Unknown::Device
released on 17 April 2011.
Base class for Unknown device drivers.
None.
Burak Gursoy <burak@cpan.org>.
Copyright 2006 - 2011 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.12.3 or, at your option, any later version of Perl 5 you may have available.
| Sys-Info-Driver-Unknown documentation | Contained in the Sys-Info-Driver-Unknown distribution. |
package Sys::Info::Driver::Unknown::Device; use strict; use warnings; use vars qw( $VERSION ); $VERSION = '0.78'; 1; __END__