1Sys::Info::Helper(3) User Contributed Perl Documentation Sys::Info::Helper(3)
2
3
4
6 Sys::Info::Driver::<%ID%>::Device - Base class for <%ID%> device
7 drivers
8
10 use base qw( Sys::Info::Driver::<%ID%>::Device );
11
13 This document describes version 0.7804 of "Sys::Info::Helper" released
14 on "21 January 2015".
15
16 Base class for <%ID%> device drivers.
17
19 Burak Gursoy <burak@cpan.org>.
20
22 Copyright 2006 - 2015 Burak Gursoy. All rights reserved.
23
25 This library is free software; you can redistribute it and/or modify it
26 under the same terms as Perl itself, either Perl version 5.16.2 or, at
27 your option, any later version of Perl 5 you may have available.
28
30 Sys::Info::Driver::<%ID%> - <%ID%> driver for Sys::Info
31
33 use Sys::Info::Driver::<%ID%>;
34
36 This is the main module in the "<%ID%"> driver collection.
37
39 Sys::Info::Driver::<%ID%>::Device::CPU - <%ID%> CPU Device Driver
40
42 -
43
45 Identifies the CPU.
46
48 identify
49 See identify in Sys::Info::Device::CPU.
50
51 load
52 See load in Sys::Info::Device::CPU.
53
54 bitness
55 See bitness in Sys::Info::Device::CPU.
56
58 Sys::Info, Sys::Info::Device::CPU.
59
61 Sys::Info::Driver::<%ID%>::OS - <%ID%> backend
62
64 -
65
67 -
68
70 Please see Sys::Info::OS for definitions of these methods and more.
71
72 build
73 domain_name
74 edition
75 fs
76 is_root
77 login_name
78 logon_server
79 meta
80 name
81 node_name
82 tick_count
83 tz
84 uptime
85 version
86 bitness
88 Sys::Info, Sys::Info::OS.
89
91 Sys::Info::Helper - Helps to create new Sys::Info drivers.
92
96 new
98 new_driver
100 Sys::Info.
101
102
103
104perl v5.28.0 2018-07-15 Sys::Info::Helper(3)