summaryrefslogtreecommitdiff
path: root/t/test.t
blob: 7c33fb2e679bfa42baafa8fb0d6cf59c94bfa69a (plain)
1
2
3
4
5
use strict;
use lib -e 't' ? 't' : 'test';
use TestYAML tests => 1;

pass('TestYAML framework loads');