File: test.pl

package info (click to toggle)
libclass-dbi-fromform-perl 0.04-2
  • links: PTS, VCS
  • area: main
  • in suites: lenny, squeeze
  • size: 52 kB
  • ctags: 9
  • sloc: perl: 59; makefile: 44
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' }