File: 01use.t

package info (click to toggle)
libdbix-class-htmlwidget-perl 0.16-8
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 112 kB
  • sloc: perl: 69; makefile: 2
file content (6 lines) | stat: -rw-r--r-- 88 bytes parent folder | download | duplicates (6)
1
2
3
4
5
6
use strict;
use Test::More tests => 1;

BEGIN {
    use_ok 'DBIx::Class::HTMLWidget';
}