Tk-Canvas-GradientColor

This is Tk::Canvas::GradientColor, a package to generate background gradient color 
in a canvas widget composite.
See the documentation for more informations.


INSTALLATION

To install this module, run the following commands:

	perl Makefile.PL
	make
	make test
	make install

Alternatively, to install with Module::Build, you can use the following commands:

	perl Build.PL
	./Build
	./Build test
	./Build install

DEPENDANCIES

    Tk::Canvas::GradientColor needs Tk installed
   
- On Debian, you can install Tk via CPAN or apt-get

  apt-get install perl-tk


SUPPORT AND DOCUMENTATION

After installing, you can find documentation for this module with the
perldoc command.

    perldoc Tk::Canvas::GradientColor


You can also look for information at:

    RT, CPAN's request tracker
        http://rt.cpan.org/NoAuth/Bugs.html?Dist=Tk-Canvas-GradientColor

    AnnoCPAN, Annotated CPAN documentation
        http://annocpan.org/dist/Tk-Canvas-GradientColor

    CPAN Ratings
        http://cpanratings.perl.org/d/Tk-Canvas-GradientColor

    Search CPAN
        http://search.cpan.org/dist/Tk-Canvas-GradientColor/


COPYRIGHT AND LICENCE

Copyright (C) 2014 Djibril Ousmanou

This program is free software; you can redistribute it and/or modify it
under the same terms as Perl itself.