Libconf::Templates::XF86Config - Libconf low level template to handle XF86config or xorg.conf style config files
Libconf::Templates::XF86Config is a template that handles XF86Config and xorg.conf config files.
creates the template
my $template = new Libconf::Templates::XF86Config({ filename => '/etc/X11/xorg.conf' });
arguments
$options [type : HASH_REF] specifies the options to create the new template instance.
options
filename [type : STRING, default : ''] : the filename of the config file you want to work on. Can be read and written lately by using set_filename and get_filename.
See the Libconf::Templates manpage for the general list of methods you can call on this template.
There is no specific methods