File: 05_no_end.t

package info (click to toggle)
libtest-nowarnings-perl 1.04-1
  • links: PTS, VCS
  • area: main
  • in suites: jessie, jessie-kfreebsd, wheezy
  • size: 152 kB
  • ctags: 20
  • sloc: perl: 354; makefile: 2
file content (6 lines) | stat: -rw-r--r-- 100 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
#!/usr/bin/perl

use strict;
use Test::More tests => 2;
use Test::NoWarnings;
pass("just testing");