Deprecated.
NAME
Alien::Lightbox - (DEPRECATED) installing and finding Lightbox JS
SYNOPSIS
use Alien::Lightbox;
...
$version = Alien::Lightbox->version();
$path = Alien::Lightbox->path();
...
Alien::Lightbox->install( $my_destination_directory );
DESCRIPTION
DEPRECATED - DO NOT USE.
Please see Alien for the manifesto of the Alien namespace.
METHODS
- version()
-
Returns the Lightbox version number.
Not to be confused with the
Alien::Lightbox
version number (which is the version number of the Perl wrapper). - path()
-
Returns the path to the available copy of Lightbox.
- 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::Lightbox.
- install($destdir)
-
Installs the Lightbox into the given
$destdir
. Throws a fatal exception on errors.
AUTHOR
Graham TerMarsch (cpan@howlingfrog.com)
LICENSE
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.
SEE ALSO
http://www.huddletogether.com/projects/lightbox2/, Alien::scriptaculous, Alien.