GD::Icons::Config - Config module for GD::Icons
my $obj = GD::Icons::Config->new; my $config_ref = $obj->config;
OR
my $obj = GD::Icons::Config->new('config_file.txt'); my $config_ref = $obj->config;
This module provides config information for GD::Icons::Config.
This module is not intended to be used directly. Please refer to GD::Icons documentation for details.
The default values can be obtained by:
perl -MGD::Icons::Config -e GD::Icons::Config::list
Payan Canaran <pcanaran@cpan.org>
Version 0.04
Copyright (c) 2006-2007 Cold Spring Harbor Laboratory
This program is free software; you can redistribute it and/or modify it under the same terms as Perl itself. See DISCLAIMER.txt for disclaimers of warranty.