File: perl-v5.6.t

package info (click to toggle)
libtest-is-perl 20140823.1-3
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, sid, trixie
  • size: 152 kB
  • sloc: perl: 35; makefile: 2
file content (8 lines) | stat: -rw-r--r-- 126 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
use strict;
use warnings;

use Test::Is 'perl 5.006';
use Test::Is 'v5.6';

use Test::More tests => 1;
pass 'perl v5.6 test';