File: 01_base.t

package info (click to toggle)
libdancer-plugin-rest-perl 0.12-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 216 kB
  • sloc: perl: 228; xml: 123; makefile: 2
file content (7 lines) | stat: -rw-r--r-- 78 bytes parent folder | download
1
2
3
4
5
6
7
use Test2::V0;

use Dancer::Plugin::REST;

ok "module loaded";

done_testing;