From 1b89210fec998d382ab9912e0b257b0263560a75 Mon Sep 17 00:00:00 2001 From: Daniel Berteaud Date: Fri, 29 Nov 2019 18:34:10 +0100 Subject: [PATCH] Replace Linux::LVM occurrences with Zabbix::Agent::Addons::LVM --- lib/Zabbix/Agent/Addons/LVM.pm | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/lib/Zabbix/Agent/Addons/LVM.pm b/lib/Zabbix/Agent/Addons/LVM.pm index d23fbe3..e6f0428 100644 --- a/lib/Zabbix/Agent/Addons/LVM.pm +++ b/lib/Zabbix/Agent/Addons/LVM.pm @@ -16,7 +16,7 @@ our @ISA = qw(Exporter); # names by default without a very good reason. Use EXPORT_OK instead. # Do not simply export all your public functions/methods/constants. -# This allows declaration use Linux::LVM ':all'; +# This allows declaration use Zabbix::Agent::Addons::LVM ':all'; # If you do not need this, moving things directly into @EXPORT or @EXPORT_OK # will save memory. our %EXPORT_TAGS = ( 'all' => [ qw( get_volume_group_list @@ -631,13 +631,13 @@ __END__ =head1 NAME -Linux::LVM - Perl extension for accessing Logical Volume Manager(LVM) +Zabbix::Agent::Addons::LVM - Perl extension for accessing Logical Volume Manager(LVM) data structures on Linux. =head1 SYNOPSIS - use Linux::LVM; - Linux::LVM->units('G'); + use Zabbix::Agent::Addons::LVM; + Zabbix::Agent::Addons::LVM->units('G'); =head1 ABSTRACT