X-Git-Url: http://git.vpit.fr/?a=blobdiff_plain;f=t%2F10-standard.t;h=1642ed4b294d6b4dd3bd4b8ac4f028dbb4dd8bbd;hb=2bb07e3d56530a3d96f3b1dcfa3ee52cec5c114c;hp=9952ac2d578e714996151959231e293929b611f7;hpb=11e5f2a7b384d99ffcc265c3f684983e47d6886c;p=perl%2Fmodules%2FLinux-SysInfo.git diff --git a/t/10-standard.t b/t/10-standard.t index 9952ac2..1642ed4 100644 --- a/t/10-standard.t +++ b/t/10-standard.t @@ -1,5 +1,8 @@ #!perl -T +use strict; +use warnings; + use Test::More tests => 12 * 5; use Linux::SysInfo qw/sysinfo/;