
Alien::scriptaculous - installing and finding script.aculo.us

use Alien::scriptaculous; ... $version = Alien::scriptaculous->version(); $path = Alien::scriptaculous->path(); ... Alien::scriptaculous->install( $my_destination_directory );

Please see Alien for the manifesto of the Alien namespace.

Returns the script.aculo.us version number.
Not to be confused with the Alien::scriptaculous version number (which is the version number of the Perl wrapper).
Returns the path to the available copy of script.aculo.us.
Returns a hash containing paths to the source files to be copied, and their relative destinations.
Returns the list of files that are installed by Alien::scriptaculous.
Installs the script.aculo.us Javascript libraries into the given $destdir. Throws a fatal exception on errors.

Graham TerMarsch (cpan@howlingfrog.com)

Copyright (C) 2006, Graham TerMarsch. All rights reserved.
This is free software; you can redistribute it and/or modify it under the same terms as Perl itself.
