File: load.t

package info (click to toggle)
libtest-spelling-perl 0.15-1
  • links: PTS, VCS
  • area: main
  • in suites: wheezy
  • size: 200 kB
  • sloc: perl: 1,504; makefile: 2
file content (5 lines) | stat: -rw-r--r-- 68 bytes parent folder | download | duplicates (2)
1
2
3
4
5
use Test::More tests=>1;

BEGIN {
    use_ok( 'Test::Spelling' );
}