# Alien-Web-HalBrowser **Repository Path**: mirrors_gitpan/Alien-Web-HalBrowser ## Basic Information - **Project Name**: Alien-Web-HalBrowser - **Description**: No description available - **Primary Language**: Unknown - **License**: MIT - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-10-20 - **Last Updated**: 2024-06-28 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README =head1 NAME Alien::Web::HalBrowser - Perl distribution for hal-browser sources =head1 VERSION Source code from github.com/mikekelly/hal-browser as of Oct 9, 2014 (commit 407296022) =head1 SYNOPSIS use Alien::Web::HalBrowser; my $dir = Alien::Web::HalBrowser->dir; print "hal-browser sources are installed in: $dir\n"; =head1 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 L) and made available via class method C. This is useful for web apps that use the hal-browser sources. =head1 METHODS This module extends L which is where the following methods are defined. =head2 dir Returns the hal-browser source directory as a L object. =head2 path Returns the raw hal-browser source directory. =head1 SEE ALSO =over 4 =item * L =item * L =item * L =back =head1 AUTHOR Henry Van Styn =head1 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 L