Sys::Info::Driver::<%ID%>::Device - Base class for <%ID%> device
drivers
use base qw( Sys::Info::Driver::<%ID%>::Device );
Base class for <%ID%> device drivers.
Sys::Info::Driver::<%ID%> - <%ID%> driver for Sys::Info
use Sys::Info::Driver::<%ID%>;
This is the main module in the "<%ID%">
driver collection.
Sys::Info::Driver::<%ID%>::Device::CPU - <%ID%> CPU Device Driver
See identify in Sys::Info::Device::CPU.
See load in Sys::Info::Device::CPU.
See bitness in Sys::Info::Device::CPU.
Sys::Info, Sys::Info::Device::CPU.
Sys::Info::Driver::<%ID%>::OS - <%ID%> backend
Please see Sys::Info::OS for definitions of these methods and more.
Sys::Info, Sys::Info::OS.
Sys::Info::Helper - Helps to create new Sys::Info drivers.
Burak Gursoy <burak@cpan.org>
This software is copyright (c) 2006 by Burak Gursoy.
This is free software; you can redistribute it and/or modify it
under the same terms as the Perl 5 programming language system itself.