File: 06-for.t

package info (click to toggle)
libtest-synopsis-perl 0.11-2
  • links: PTS, VCS
  • area: main
  • in suites: jessie, jessie-kfreebsd
  • size: 304 kB
  • ctags: 23
  • sloc: perl: 207; makefile: 2
file content (6 lines) | stat: -rw-r--r-- 124 bytes parent folder | download | duplicates (5)
1
2
3
4
5
6
no warnings;
use Test::Synopsis;
use Test::More tests => 2;

synopsis_ok("lib/Test/Synopsis.pm");
is $main::for_checked, 1;