summaryrefslogtreecommitdiffstats
path: root/gen_ipmi_fru.pl
diff options
context:
space:
mode:
authorBrad Bishop <bradleyb@fuzziesquirrel.com>2017-01-30 20:27:04 -0500
committerBrad Bishop <bradleyb@fuzziesquirrel.com>2017-01-30 20:40:14 -0500
commit550075b17591e3dd8e1614ce67b527ed8ffd5ff0 (patch)
tree2608a64bad5674a9adfd395094af78eda9acf25a /gen_ipmi_fru.pl
parent847b140737aa8f11e96a42e237c46a8ab563b99b (diff)
downloadphosphor-mrw-tools-550075b17591e3dd8e1614ce67b527ed8ffd5ff0.tar.gz
phosphor-mrw-tools-550075b17591e3dd8e1614ce67b527ed8ffd5ff0.zip
ipmi-fru-parser: Use YAML::TINY
YAML::XS is not required and not available. Change-Id: Ia0250c08ff72dfc067291719183833fdb4204d03 Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
Diffstat (limited to 'gen_ipmi_fru.pl')
-rwxr-xr-xgen_ipmi_fru.pl2
1 files changed, 1 insertions, 1 deletions
diff --git a/gen_ipmi_fru.pl b/gen_ipmi_fru.pl
index aab9bdb..99884d9 100755
--- a/gen_ipmi_fru.pl
+++ b/gen_ipmi_fru.pl
@@ -5,7 +5,7 @@ use warnings;
use mrw::Targets;
use mrw::Inventory;
use Getopt::Long; # For parsing command line arguments
-use YAML::XS 'LoadFile'; # For loading and reading of YAML file
+use YAML::Tiny qw(LoadFile);
# Globals
my $serverwizFile = "";
OpenPOWER on IntegriCloud