File: 00_load.t

package info (click to toggle)
libharfbuzz-shaper-perl 0.031%2Bds-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 204 kB
  • sloc: perl: 1,282; makefile: 3
file content (11 lines) | stat: -rw-r--r-- 255 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
#! perl

use strict;
use warnings;

use Test::More tests => 1;
BEGIN { use_ok('HarfBuzz::Shaper') };

diag( "Testing HarfBuzz::Shaper $HarfBuzz::Shaper::VERSION, ".
      "harfbuzz " . HarfBuzz::Shaper::hb_version_string() . ", ".
      "Perl $], $^X" );