The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.

NAME

Alien::scriptaculous - (DEPRECATED) installing and finding script.aculo.us

SYNOPSIS

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

DESCRIPTION

DEPRECATED - DO NOT USE

Please see Alien for the manifesto of the Alien namespace.

METHODS

version()

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).

path()

Returns the path to the available copy of script.aculo.us.

to_blib()

Returns a hash containing paths to the source files to be copied, and their relative destinations.

files()

Returns the list of files that are installed by Alien::scriptaculous.

install($destdir)

Installs the script.aculo.us Javascript libraries into the given $destdir. Throws a fatal exception on errors.

AUTHOR

Graham TerMarsch (cpan@howlingfrog.com)

LICENSE

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.

SEE ALSO

http://script.aculo.us/, Alien::Prototype, Alien.