summaryrefslogtreecommitdiffstats
path: root/t/version.t
blob: ad5d2ea9eb401da3d77424e5316247353d2f97cf (plain) (blame)
1
2
3
4
5
6
7
8
9
10
#!/usr/bin/env perl
use strict;
use warnings;
use lib 't/version';
use Test::More;

no circular::require;
use_ok('Foo');

done_testing;