File: 00_load.t

package info (click to toggle)
libmodule-install-xsutil-perl 0.45-3
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, forky, sid, trixie
  • size: 228 kB
  • sloc: perl: 1,920; ansic: 36; makefile: 13
file content (8 lines) | stat: -rwxr-xr-x 169 bytes parent folder | download | duplicates (5)
1
2
3
4
5
6
7
8
#!perl -w

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

BEGIN { use_ok 'Module::Install::XSUtil' }

diag "Testing Module::Install::XSUtil/$Module::Install::XSUtil::VERSION";