File: 04-driver.t

package info (click to toggle)
libsys-info-perl 0.7811-3
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, forky, sid, trixie
  • size: 172 kB
  • sloc: perl: 253; makefile: 2
file content (7 lines) | stat: -rw-r--r-- 125 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
#!/usr/bin/env perl -w
use strict;
use warnings;
use Sys::Info::Constants qw(OSID);
use Test::Sys::Info;

driver_ok( OSID );