File: use.t

package info (click to toggle)
libterm-visual-perl 0.06-1
  • links: PTS
  • area: main
  • in suites: etch, etch-m68k
  • size: 200 kB
  • ctags: 113
  • sloc: perl: 2,281; makefile: 44
file content (8 lines) | stat: -rw-r--r-- 111 bytes parent folder | download | duplicates (5)
1
2
3
4
5
6
7
8
#!/usr/bin/env perl -w
use strict;
use Test;
BEGIN { plan tests => 1 }

use Term::Visual; ok(1);
exit;
__END__