File: 00-load.t

package info (click to toggle)
libdevice-usb-perl 0.38-3
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 408 kB
  • sloc: perl: 1,819; makefile: 11
file content (11 lines) | stat: -rw-r--r-- 172 bytes parent folder | download | duplicates (6)
1
2
3
4
5
6
7
8
9
10
11
#!perl -T

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

BEGIN {
    use_ok( 'Device::USB' );
}

diag( "Testing Device::USB $Device::USB::VERSION, Perl $], $^X" );