File: pod_validity.t

package info (click to toggle)
libdbix-class-schema-loader-perl 0.07046-1
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 1,460 kB
  • ctags: 677
  • sloc: perl: 13,402; makefile: 4
file content (13 lines) | stat: -rw-r--r-- 303 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
11
12
13
use DBIx::Class::Schema::Loader::Optional::Dependencies
    -skip_all_without => 'test_pod';

use warnings;
use strict;

use Test::More;
use lib qw(t/lib);

# this has already been required but leave it here for CPANTS static analysis
require Test::Pod;

Test::Pod::all_pod_files_ok( 'lib', 'script' );