-
-
22 Sep 2006 18:19:33 UTC
- Distribution: HTML-Prototype
- Source (raw)
- Browse (raw)
- Changes
- How to Contribute
- Issues (5)
- Testers (2640 / 5 / 1)
- Kwalitee
Bus factor: 6- 15.37% Coverage
- License: perl_5
- Activity
24 month- Tools
- Download (49.25KB)
- MetaCPAN Explorer
- Permissions
- Subscribe to distribution
- Permalinks
- This version
- Latest version
- Dependencies
- Class::Accessor::Fast
- HTML::Tree
- and possibly others
- Reverse dependencies
- CPAN Testers List
- Dependency graph
NAME
HTML::Prototype::Effects - script.aculo.us effects library, embedded in perl
SYNOPSIS
our $effects= do { package HTML::Prototype::Effects; local $/; <DATA> };
DESCRIPTION
This is the script.aculo.us effects library embedded in a perl __DATA__ section, for easy inclusion in HTML::Prototype.
SEE ALSO
HTML::Prototype, Catalyst::Plugin::Prototype http://prototype.conio.net/
AUTHOR
Sebastian Riedel,
sri@oook.de
effects.js by Thomas Fuchs
LICENSE
This library is free software. You can redistribute it and/or modify it under the same terms as perl itself.
Module Install Instructions
To install HTML::Prototype, copy and paste the appropriate command in to your terminal.
cpanm HTML::Prototype
perl -MCPAN -e shell install HTML::Prototype
For more information on module installation, please visit the detailed CPAN module installation guide.