NAME
Task::WebGUI - Install WebGUI dependencies
VERSION
version 1.101150
DESCRIPTION
This Task bundles up all WebGUI prerequisites (currently targeting the WebGUI8 development branch).
The preferred way of installing WebGUI is via the WRE (see http://getwebgui.com) however you may find this module useful in some circumstances (especially on dev servers).
Even if you don't find it useful, we find the following CPAN Testers reports that are generated by the existence of this module useful!
Thanks CPAN Testers!
Image::Magick
If Image::Magick fails to install, you may need to download it from http://www.imagemagick.org and install it manually:
tar xvfz ImageMagick.tar.gz
cd ImageMagick-*
./configure
make && make check && sudo make install
cd PerlMagick
perl Makefile.PL
make test && make install
SEE ALSO
AUTHOR
Patrick Donelan <pat@patspam.com>
COPYRIGHT AND LICENSE
This software is copyright (c) 2010 by Patrick Donelan.
This is free software; you can redistribute it and/or modify it under the same terms as the Perl 5 programming language system itself.