File: 00-load.t

package info (click to toggle)
libvalidation-class-perl 7.900056-1
  • links: PTS, VCS
  • area: main
  • in suites: jessie, jessie-kfreebsd
  • size: 1,564 kB
  • ctags: 355
  • sloc: perl: 21,474; makefile: 2
file content (4 lines) | stat: -rw-r--r-- 80 bytes parent folder | download | duplicates (5)
1
2
3
4
use Test::More tests => 1;

# load module
BEGIN { use_ok('Validation::Class') }