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


GD-Icons documentation  | view source Contained in the GD-Icons distribution.

Index


NAME

Top

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

SYNOPSIS

Top

 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

Top

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

USAGE

Top

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

Top

Payan Canaran <pcanaran@cpan.org>

BUGS

Top

VERSION

Top

Version 0.04

ACKNOWLEDGEMENTS

Top

COPYRIGHT & LICENSE

Top


GD-Icons documentation  | view source Contained in the GD-Icons distribution.