Replace Linux::LVM occurrences with Zabbix::Agent::Addons::LVM

tags/zabbix-agent-addons-0.2.93-1
Daniel Berteaud 5 years ago
parent b108ac7a82
commit 1b89210fec
  1. 8
      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

Loading…
Cancel
Save