-
-
24 Mar 2017 20:24:24 UTC
- Distribution: Alien-Web
- Module version: 1.1
- Source (raw)
- Browse (raw)
- Changes
- How to Contribute
- Repository
- Issues (1)
- Testers (3856 / 0 / 0)
- Kwalitee
Bus factor: 2- 87.50% Coverage
- License: perl_5
- Activity
24 month- Tools
- Download (9.15KB)
- MetaCPAN Explorer
- Permissions
- Subscribe to distribution
- Permalinks
- This version
- Latest version
NAME
Alien::Web - Base class/namespace for static web asset distributions on CPAN
SYNOPSIS
package Alien::Web::Something; use parent 'Alien::Web'; 1;
DESCRIPTION
This is the base class/namespace for distributing static web assets, such as JavaScript libraries, via CPAN using Perl's ShareDir functionality.
This class is very simple and exists mainly for the purposes of grouping and defining a common API for these distributions to follow. See Alien::Web::ExtJS::V3 for a working example.
METHODS
dir
Returns the distribution share directory as a Path::Class::Dir object.
path
Returns the raw distribution share directory (as returned by
File::ShareDir::dist_dir
).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.
Module Install Instructions
To install Alien::Web, copy and paste the appropriate command in to your terminal.
cpanm Alien::Web
perl -MCPAN -e shell install Alien::Web
For more information on module installation, please visit the detailed CPAN module installation guide.