NAME
Alien::Web::HalBrowser - Perl distribution for hal-browser sources
VERSION
Source code from github.com/mikekelly/hal-browser as of Oct 9, 2014 (commit 407296022)
SYNOPSIS
use Alien::Web::HalBrowser;
my $dir = Alien::Web::HalBrowser->dir;
print "hal-browser sources are installed in: $dir\n";
DESCRIPTION
This module contains the hal-browser sources from github.com/mikekelly/hal-browser packaged for distribution on CPAN. Upon installation, the source directory is installed into the system share dir (see File::ShareDir) and made available via class method dir
. This is useful for web apps that use the hal-browser sources.
METHODS
This module extends Alien::Web which is where the following methods are defined.
dir
Returns the hal-browser source directory as a Path::Class::Dir object.
path
Returns the raw hal-browser source directory.
SEE ALSO
AUTHOR
Henry Van Styn <vanstyn@cpan.org>
COPYRIGHT AND LICENSE
This software is copyright (c) 2014 by IntelliTree Solutions llc.
This is free software; you can redistribute it and/or modify it under the same terms as the Perl 5 programming language system itself.
The hal-browser is copyright (c) 2012 Mike Kelly, http://stateless.co/
See github.com/mikekelly/hal-browser/blob/master/MIT-LICENSE.txt