File: test.pl

package info (click to toggle)
libclass-dbi-fromform-perl 0.04-4
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 68 kB
  • sloc: perl: 59; makefile: 2
file content (4 lines) | stat: -rw-r--r-- 80 bytes parent folder | download | duplicates (5)
1
2
3
4
use strict;
use Test::More tests => 1;

BEGIN { use_ok 'Class::DBI::FromForm' }