From Code to Community: Sponsoring The Perl and Raku Conference 2025 Learn more

#
# This file is part of CatalystX-ExtJS
#
# This software is Copyright (c) 2011 by Moritz Onken.
#
# This is free software, licensed under:
#
# The (three-clause) BSD License
#
BEGIN {
$CatalystX::Action::ExtJS::Direct::VERSION = '2.0.0'; # TRIAL
}
# ABSTRACT: Placeholder
use Moose;
extends qw(Catalyst::Action);
1;
__END__
=pod
=head1 NAME
CatalystX::Action::ExtJS::Direct - Placeholder
=head1 VERSION
version 2.0.0
=head1 AUTHOR
Moritz Onken <onken@netcubed.de>
=head1 COPYRIGHT AND LICENSE
This software is Copyright (c) 2011 by Moritz Onken.
This is free software, licensed under:
The (three-clause) BSD License
=cut