5 lines
89 B
Perl
5 lines
89 B
Perl
use Mojo::Base -strict;
|
|
|
|
use Test::More skip_all => 'Test needs making!';
|
|
|
|
done_testing;
|