All Downloads are FREE. Search and download functionalities are using the official Maven repository.

bindings.perl.t.load.t Maven / Gradle / Ivy

The newest version!
use strict;
use Test;

use Sigar ();

BEGIN {
    plan tests => 1;
}

my $sigar = new Sigar;

ok $sigar;




© 2015 - 2024 Weber Informatics LLC | Privacy Policy