File: pod-coverage.t

package info (click to toggle)
libterm-choose-linefold-xs-perl 0.001-2
  • links: PTS, VCS
  • area: main
  • in suites: sid
  • size: 280 kB
  • sloc: ansic: 2,646; perl: 10; makefile: 3
file content (13 lines) | stat: -rw-r--r-- 254 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
use 5.16.0;
use strict;
use warnings;
use Test::More;

use Test::Pod::Coverage::TrustMe;
use Pod::Coverage::TrustMe;

use lib 'lib';
use Term::Choose::LineFold::XS;

plan tests => 1;
pod_coverage_ok( 'Term::Choose::LineFold::XS', { export_only => 1 } );