File: 00_use.t

package info (click to toggle)
libunicode-stringprep-perl 1.104%2Bdfsg-1
  • links: PTS, VCS
  • area: main
  • in suites: wheezy
  • size: 284 kB
  • sloc: perl: 3,558; sh: 48; makefile: 2
file content (9 lines) | stat: -rw-r--r-- 294 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
use strict;
use Test::More tests=>6;
use Test::NoWarnings;

BEGIN { use_ok 'Unicode::Stringprep' }
BEGIN { use_ok 'Unicode::Stringprep::Unassigned' }
BEGIN { use_ok 'Unicode::Stringprep::Mapping' }
BEGIN { use_ok 'Unicode::Stringprep::Prohibited' }
BEGIN { use_ok 'Unicode::Stringprep::BiDi' }