File: 01app.t

package info (click to toggle)
libhtml-formhandler-model-dbic-perl 0.29-4
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 640 kB
  • sloc: perl: 1,873; sql: 259; makefile: 14
file content (10 lines) | stat: -rw-r--r-- 210 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
use Test::More tests => 2;

use_ok( 'HTML::FormHandler::Model::DBIC' );

SKIP: {
   eval "use Template";
   skip "Template Toolkit not installed", 1 if $@;
   use_ok( 'HTML::FormHandler::Generator::DBIC' );
}