davidkaufman / Alien-Web-ExtJS-V3

Perl distribution for static ExtJS 3.x sources

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

NAME

Alien::Web::ExtJS::V3 - Perl distribution for ExtJS 3.x sources

VERSION

ExtJS v3.4.11 (GPL)

SYNOPSIS

use Alien::Web::ExtJS::V3 '3.4.11';

my $dir = Alien::Web::ExtJS::V3->dir;
print "ExtJS sources are installed in: $dir\n";

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 File::ShareDir) and made available via class method dir. This is useful for web apps that depend on ExtJS.

METHODS

This module extends Alien::Web which is where the following methods are defined.

dir

Returns the ExtJS source directory as a Path::Class::Dir object.

path

Returns the raw ExtJS source directory.

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.

Ext JS is Copyright (c) 2006-2013, Sencha Inc. All rights reserved. See http://www.sencha.com/license

About

Perl distribution for static ExtJS 3.x sources


Languages

Language:JavaScript 94.4%Language:CSS 5.2%Language:PHP 0.4%Language:Perl 0.0%