9 lines
120 B
Perl
9 lines
120 B
Perl
|
use Dancer2::Plugin::JsonApi::Registry;
|
||
|
|
||
|
use Test2::V0;
|
||
|
|
||
|
# we have to start somewhere
|
||
|
ok "it compiles!";
|
||
|
|
||
|
done_testing;
|