X-Git-Url: http://git.vpit.fr/?a=blobdiff_plain;f=t%2F00-load.t;h=8c864bf4f6f427681f545f300ce2df8cf12b3e8d;hb=1060acd6deeaf8c73a3b87e3244a6294c8e36269;hp=3ba29b7aacb73531d02045b0c11eab71c212e438;hpb=04dc9ca1cac5cc5c30ad0f20013915d98352debc;p=perl%2Fmodules%2FLinux-SysInfo.git diff --git a/t/00-load.t b/t/00-load.t index 3ba29b7..8c864bf 100644 --- a/t/00-load.t +++ b/t/00-load.t @@ -1,9 +1,12 @@ #!perl -T +use strict; +use warnings; + use Test::More tests => 1; BEGIN { - use_ok( 'Linux::SysInfo' ); + use_ok( 'Linux::SysInfo' ); } diag( "Testing Linux::SysInfo $Linux::SysInfo::VERSION, Perl $], $^X" );