diff options
Diffstat (limited to 'sboinstall')
-rwxr-xr-x | sboinstall | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -10,11 +10,11 @@ # license: WTFPL <http://sam.zoy.org/wtfpl/COPYING> use 5.12.3; +use strict; +use warnings FATAL => 'all'; use SBO::Lib; use Getopt::Std; use File::Basename; -use strict; -use warnings FATAL => 'all'; my $self = basename ($0); |