# Alien-Web **Repository Path**: mirrors_gitpan/Alien-Web ## Basic Information - **Project Name**: Alien-Web - **Description**: Read-only release history for Alien-Web - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-10-20 - **Last Updated**: 2025-11-03 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README =head1 NAME Alien::Web - Base class/namespace for static web asset distributions on CPAN =head1 SYNOPSIS package Alien::Web::Something; use parent 'Alien::Web'; 1; =head1 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 L for a working example. =head1 METHODS =head2 dir Returns the distribution share directory as a L object. =head2 path Returns the raw distribution share directory (as returned by C). =head1 SEE ALSO =over 4 =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.