| Alien::Prototype::Window - installing and finding Prototype Window Class |
Alien::Prototype::Window - installing and finding Prototype Window Class
use Alien::Prototype::Window; ... $version = Alien::Prototype::Window->version(); $path = Alien::Prototype::Window->path(); ... Alien::Prototype::Window->install( $my_destination_directory );
Please see Alien for the manifesto of the Alien namespace.
version()
Return the Prototype Window Class version number.
Not to be confused with the Alien::Prototype::Window version number
(which is the version number of the Perl wrapper).
path()
Returns the path to the available copy of Prototype Window Class.
to_blib()
Returns a hash containing paths to the soure files to be copied, and their relative destinations.
files()
Returns the lsit of files that are installed by Alien::Prototype::Window.
install($destdir)
Installs the Prototype Window Class into the given $destdir. Throws a
fatal exception on errors.
Graham TerMarsch (cpan@howlingfrog.com)
Copyright (C) 2007, Graham TerMarsch. All rights reserved.
This is free software; you can redistribute it and/or modify it under the same terms as Perl itself.
http://prototype-window.xilinus.com/, the Alien::scriptaculous manpage, Alien.
| Alien::Prototype::Window - installing and finding Prototype Window Class |