Alien-Web-ExtJS-V3
view release on metacpan or search on metacpan
lib/Alien/Web/ExtJS/V3.pm view on Meta::CPAN
package Alien::Web::ExtJS::V3;
use parent 'Alien::Web';
use strict;
use warnings;
# ABSTRACT: Perl distribution for static ExtJS 3.x sources
our $VERSION = '3.4.11';
1;
__END__
=pod
=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<File::ShareDir>) and made
available via class method C<dir>. This is useful for web apps that depend on ExtJS.
=head1 METHODS
This module extends L<Alien::Web> which is where the following methods are defined.
=head2 dir
Returns the ExtJS source directory as a L<Path::Class::Dir> object.
=head2 path
Returns the raw ExtJS source directory.
=head1 SEE ALSO
=over 4
=item * L<Alien::Web>
=item * L<www.sencha.com|http://www.sencha.com>
=item * L<ExtJS 3.4.0 API Docs|http://dev.sencha.com/deploy/ext-3.4.0/docs/>
=back
=head1 AUTHOR
( run in 0.763 second using v1.01-cache-2.11-cpan-97f6503c9c8 )