-
-
07 Dec 2014 00:20:56 UTC
- Distribution: Alien-Web-ExtJS-V3
- Module version: 3.4.11
- Source (raw)
- Browse (raw)
- Changes
- How to Contribute
- Repository
- Issues
- Testers (4017 / 0 / 0)
- Kwalitee
Bus factor: 2- % Coverage
- License: open_source
- Activity
24 month- Tools
- Download (11.82MB)
- MetaCPAN Explorer
- Permissions
- Subscribe to distribution
- Permalinks
- This version
- Latest version
and 1 contributors- Sencha Inc.
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
Module Install Instructions
To install Alien::Web::ExtJS::V3, copy and paste the appropriate command in to your terminal.
cpanm Alien::Web::ExtJS::V3
perl -MCPAN -e shell install Alien::Web::ExtJS::V3
For more information on module installation, please visit the detailed CPAN module installation guide.