removing data:dumper not needed dependencie

This commit is contained in:
Rafael Ameijeiras 2021-10-11 11:15:52 +02:00
parent a8937abb65
commit 54dab66ab1
1 changed files with 0 additions and 1 deletions

View File

@ -21,7 +21,6 @@
use strict; use strict;
use constant TSTAMP_FILE => '/tmp/pandora_inventory.tstamp'; use constant TSTAMP_FILE => '/tmp/pandora_inventory.tstamp';
use Scalar::Util qw(looks_like_number); use Scalar::Util qw(looks_like_number);
use Data::Dumper;
# Set environment language to English # Set environment language to English
$ENV{"LANG"} = "en_US"; $ENV{"LANG"} = "en_US";