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

NAME

GD::Icons::Config - Config module for GD::Icons

SYNOPSIS

 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;

DESCRIPTION

This module provides config information for GD::Icons::Config.

USAGE

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

AUTHOR

Payan Canaran <pcanaran@cpan.org>

BUGS

VERSION

Version 0.04

ACKNOWLEDGEMENTS

COPYRIGHT & LICENSE

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.