Alien::Web::ExtJS::V3 - Perl distribution for ExtJS 3.x sources
ExtJS v3.4.11 (GPL)
use Alien::Web::ExtJS::V3 '3.4.11'; my $dir = Alien::Web::ExtJS::V3->dir; print "ExtJS sources are installed in: $dir\n";
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 File::ShareDir) and made available via class method dir. This is useful for web apps that depend on ExtJS.
dir
This module extends Alien::Web which is where the following methods are defined.
Returns the ExtJS source directory as a Path::Class::Dir object.
Returns the raw ExtJS source directory.
Alien::Web
www.sencha.com
ExtJS 3.4.0 API Docs
Henry Van Styn <vanstyn@cpan.org>
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 http://www.sencha.com/license
To install Alien::Web::ExtJS::V3, copy and paste the appropriate command in to your terminal.
cpanm
cpanm Alien::Web::ExtJS::V3
CPAN shell
perl -MCPAN -e shell install Alien::Web::ExtJS::V3
For more information on module installation, please visit the detailed CPAN module installation guide.