File: test.t

package info (click to toggle)
libyaml-perl 1.31-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 672 kB
  • sloc: perl: 2,294; makefile: 2
file content (5 lines) | stat: -rw-r--r-- 103 bytes parent folder | download | duplicates (6)
1
2
3
4
5
use strict;
use lib -e 't' ? 't' : 'test';
use TestYAML tests => 1;

pass('TestYAML framework loads');