|
Alien::Prototype - installing and finding Prototype JS library |
Alien::Prototype - installing and finding Prototype JS library
use Alien::Prototype; ... $version = Alien::Prototype->version(); $path = Alien::Prototype->path(); ... Alien::Prototype->install( $my_destination_directory );
Please see the Alien manpage for the manifesto of the Alien namespace.
version()Not to be confused with the Alien::Prototype version number (which is
the version number of the Perl wrapper).
path()install($destdir) Parameter: $destdir - Destination directory$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://www.prototypejs.org/, the Alien manpage.
|
Alien::Prototype - installing and finding Prototype JS library |