File: 001_load.t

package info (click to toggle)
libextutils-xspp-perl 0.1800-3
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, sid, trixie
  • size: 992 kB
  • sloc: perl: 8,324; cpp: 125; makefile: 2
file content (7 lines) | stat: -r--r--r-- 102 bytes parent folder | download | duplicates (6)
1
2
3
4
5
6
7
#!/usr/bin/perl -w

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

use_ok( 'ExtUtils::XSpp' );