—#
# 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
#
package
CatalystX::Action::ExtJS::Direct;
BEGIN {
$CatalystX::Action::ExtJS::Direct::VERSION
=
'2.0.0'
;
# TRIAL
}
# ABSTRACT: Placeholder
use
Moose;
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