# Alien-Web-ExtJS-V3 **Repository Path**: mirrors_gitpan/Alien-Web-ExtJS-V3 ## Basic Information - **Project Name**: Alien-Web-ExtJS-V3 - **Description**: Read-only release history for Alien-Web-ExtJS-V3 - **Primary Language**: Unknown - **License**: GPL-3.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-10-20 - **Last Updated**: 2025-09-06 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README =head1 NAME Alien::Web::ExtJS::V3 - Perl distribution for ExtJS 3.x sources =head1 VERSION ExtJS v3.4.11 (GPL) =head1 SYNOPSIS use Alien::Web::ExtJS::V3 '3.4.11'; my $dir = Alien::Web::ExtJS::V3->dir; print "ExtJS sources are installed in: $dir\n"; =head1 DESCRIPTION This module contains ExtJS 3.x sources 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 depend on ExtJS. =head1 METHODS This module extends L which is where the following methods are defined. =head2 dir Returns the ExtJS source directory as a L object. =head2 path Returns the raw ExtJS 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. Ext JS is Copyright (c) 2006-2013, Sencha Inc. All rights reserved. See L