File: load.t

package info (click to toggle)
libtest-pod-perl 1.44-1
  • links: PTS, VCS
  • area: main
  • in suites: wheezy
  • size: 164 kB
  • sloc: perl: 265; makefile: 2
file content (7 lines) | stat: -rw-r--r-- 74 bytes parent folder | download | duplicates (7)
1
2
3
4
5
6
7
#!perl -T

use Test::More tests=>1;

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