File: 05-multi-files-clash.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 (8 lines) | stat: -rw-r--r-- 189 bytes parent folder | download
1
2
3
4
5
6
7
8
use Test::More tests => 2;
use Test::Synopsis;

# Test tests whether SYNOPSIS in separate files clashes
# See RT#76856

synopsis_ok("t/lib/Test03.pm");
synopsis_ok("t/lib/Test03Other.pm");