1#!/usr/bin/env perl -w
2use strict;
3use Test;
4BEGIN { plan tests => 1 }
5
6use WWW::Yandex::TIC;
7
8ok(1);
9
10exit;
11__END__
12