Use appropriate prototype depending on perl version in test.
[catagits/Gitalist.git] / t / view_Default.t
CommitLineData
5ed74c87 1use FindBin qw/$Bin/;
df629266 2BEGIN {
0556ab26 3 my $env = "$FindBin::Bin/../script/env";
df629266 4 if (-r $env) {
5 do $env or die $@;
6 }
7}
8
5ed74c87 9
d3feefcf 10use strict;
11use warnings;
12use Test::More tests => 1;
13
14BEGIN { use_ok 'Gitalist::View::Default' }
15