File: 05_no_end.t

package info (click to toggle)
libtest-nowarnings-perl 1.06-2
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, forky, sid, trixie
  • size: 156 kB
  • sloc: perl: 158; makefile: 2
file content (5 lines) | stat: -rw-r--r-- 97 bytes parent folder | download
1
2
3
4
5
use strict;
use warnings;
use Test::More tests => 2;
use Test::NoWarnings;
pass("just testing");