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

NAME

Task::WebGUI - Install WebGUI dependencies

VERSION

version 1.101060

DESCRIPTION

Run the following to install all WebGUI dependencies:

 > cpanm Task::WebGUI

If Image::Magick fails to install, you may need to download 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

http://webgui.org

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.