The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.
#!/perl
use strict;

use utf8;
use Test::More tests => 1;

use Growl::Tiny qw(notify);

ok( notify( { subject => "utf-8 詩意圖靈測驗" } ),
    "notification with single quotes"
);