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

NAME

Kwiki::Prototype - Will add the Prototype javascript library to a Kwiki installation. It serves no purpose but to allow other modules (mainly Web 2.0 modules) access to this javascript library without having to include it.

SYNOPSIS

If you are creating a Web 2.0 module add the following to your Makefile.PL.

        PREREQ_PM => {
                'Kwiki::Prototype' => 0,
        };

ACKNOWLEDGEMENTS

Sam Stephenson and all the developers of prototype.js. This is a mere wrapper to include prototype.js in Kwiki. Their magic is what makes it all possible.

AUTHOR

Eric Anderson, <eric at cordata.com>

COPYRIGHT & LICENSE

Copyright 2006 CorData, all rights reserved.

This program is free software; you can redistribute it and/or modify it under the same terms as Perl itself. See http://www.perl.com/perl/misc/Artistic.html