| Alien::Prototype::Carousel - installing and finding Prototype Carousel component |
Alien::Prototype::Carousel - installing and finding Prototype Carousel component
use Alien::Prototype::Carousel; ... $version = Alien::Prototype::Carousel->version(); $path = Alien::Prototype::Carousel->path(); ... Alien::Prototype::Carousel->install( $my_destination_directory );
Please see Alien for the manifesto of the Alien namespace.
version()
Return the Prototype Carousel component version number.
Not to be confused with the Alien::Prototype::Carousel version number
(which is the version number of the Perl wrapper).
path()
Returns the path to the available copy of the Prototype Carousel component.
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::Prototype::Carousel.
install($destdir)
Installs the Prototype Carousel component 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-carousel.xilinus.com/, the Alien::scriptaculous manpage, Alien.
| Alien::Prototype::Carousel - installing and finding Prototype Carousel component |