The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

NAME

Sys::Info::Driver::<%ID%>::Device - Base class for <%ID%> device drivers

SYNOPSIS

    use base qw( Sys::Info::Driver::<%ID%>::Device );

DESCRIPTION

Base class for <%ID%> device drivers.

NAME

Sys::Info::Driver::<%ID%> - <%ID%> driver for Sys::Info

SYNOPSIS

    use Sys::Info::Driver::<%ID%>;

DESCRIPTION

This is the main module in the <%ID%> driver collection.

NAME

Sys::Info::Driver::<%ID%>::Device::CPU - <%ID%> CPU Device Driver

SYNOPSIS

-

DESCRIPTION

Identifies the CPU.

METHODS

identify

See identify in Sys::Info::Device::CPU.

load

See load in Sys::Info::Device::CPU.

bitness

See bitness in Sys::Info::Device::CPU.

SEE ALSO

Sys::Info, Sys::Info::Device::CPU.

NAME

Sys::Info::Driver::<%ID%>::OS - <%ID%> backend

SYNOPSIS

-

DESCRIPTION

-

METHODS

Please see Sys::Info::OS for definitions of these methods and more.

build

domain_name

edition

fs

is_root

login_name

logon_server

meta

name

node_name

tick_count

tz

uptime

version

bitness

SEE ALSO

Sys::Info, Sys::Info::OS.

NAME

Sys::Info::Helper

VERSION

version 0.7807

SYNOPSIS

DESCRIPTION

NAME

Sys::Info::Helper - Helps to create new Sys::Info drivers.

METHODS

new

FUNCTIONS

new_driver

SEE ALSO

Sys::Info.

AUTHOR

Burak Gursoy <burak@cpan.org>

COPYRIGHT AND LICENSE

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.