The Perl and Raku Conference 2025: Greenville, South Carolina - June 27-29 Learn more
12345678 #-*- perl -*-#-*- coding: utf-8 -*-use strict;use warnings;use Test::More tests => 1;BEGIN { use_ok('Unicode::Precis::Preparation') }
#-*- perl -*-
#-*- coding: utf-8 -*-
use
strict;
warnings;
Test::More
tests
=> 1;
BEGIN { use_ok(
'Unicode::Precis::Preparation'
) }