#!/usr/bin/env perl -w use strict; use Test; BEGIN { plan tests => 1 } use WWW::Yandex::TIC; ok(1); exit; __END__