The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.
# -*- perl -*-
# -*- coding: utf-8 -*-

use strict;
use Test::More;
use Unicode::LineBreak qw(:all);

BEGIN { plan tests => 1 }

diag sprintf "sombok %s with Unicode %s\n",
	     Unicode::LineBreak::SOMBOK_VERSION,
	     Unicode::LineBreak::UNICODE_VERSION;
ok(1);