File: 000.t

package info (click to toggle)
libunicode-linebreak-perl 0.0.20140601-2
  • links: PTS, VCS
  • area: main
  • in suites: jessie-kfreebsd
  • size: 4,104 kB
  • sloc: ansic: 32,274; perl: 779; makefile: 2
file content (14 lines) | stat: -rw-r--r-- 266 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
# -*- 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);