File: use.t

package info (click to toggle)
libterm-visual-perl 0.08-3
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 192 kB
  • sloc: perl: 2,349; makefile: 2
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__