ngcp-panel/lib/NGCP/Panel/View/JSON.pm

32 lines
396 B

package NGCP::Panel::View::JSON;
use strict;
use warnings;
use parent 'Catalyst::View::JSON';
=head1 NAME
NGCP::Panel::View::JSON - Catalyst JSON View
=head1 SYNOPSIS
See L<NGCP::Panel>
=head1 DESCRIPTION
Catalyst JSON View.
=head1 AUTHOR
Gerhard,,,
=head1 LICENSE
This library is free software, you can redistribute it and/or modify
it under the same terms as Perl itself.
=cut
1;