parent
7ed2dccb52
commit
a9808ee53f
@ -0,0 +1,29 @@
|
||||
package NGCP::Panel::View::JSON;
|
||||
|
||||
use strict;
|
||||
use base '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;
|
@ -0,0 +1,8 @@
|
||||
use strict;
|
||||
use warnings;
|
||||
use Test::More;
|
||||
|
||||
|
||||
BEGIN { use_ok 'NGCP::Panel::View::JSON' }
|
||||
|
||||
done_testing();
|
Loading…
Reference in new issue