File: 05-multi-files-clash.t

package info (click to toggle)
libtest-synopsis-perl 0.17-1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, forky, sid, trixie
  • size: 336 kB
  • sloc: perl: 200; makefile: 2
file content (7 lines) | stat: -rw-r--r-- 176 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
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", "t/lib/Test03Other.pm");