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

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

done_testing;