This repository has been archived by the owner on Oct 6, 2022. It is now read-only.
forked from tabad/fusioninventory-agent-windows-installer
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
2 changed files
with
13 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
# ------------------------------------------------------------------------ | ||
# FusionInventory | ||
# Copyright (C) 2010-2017 by the FusionInventory Development Team. | ||
# Copyright (C) 2010-2018 by the FusionInventory Development Team. | ||
# | ||
# http://www.fusioninventory.org/ http://fusioninventory.org/ | ||
# ------------------------------------------------------------------------ | ||
|
@@ -31,7 +31,7 @@ | |
# @file .\Perl\Scripts\load-perl-environment | ||
# @author Tomas Abad <[email protected]> | ||
# Guillaume Bougard <[email protected]> | ||
# @copyright Copyright (c) 2010-2017 FusionInventory Team | ||
# @copyright Copyright (c) 2010-2018 FusionInventory Team | ||
# @license GNU GPL version 2 or (at your option) any later version | ||
# http://www.gnu.org/licenses/old-licenses/gpl-2.0-standalone.html | ||
# @link http://www.fusioninventory.org/ | ||
|
@@ -94,7 +94,7 @@ declare -r fusinv_agent_mod_name='fusioninventory-agent' | |
declare -r fusinv_agent_repository='https://github.com/TECLIB/fusioninventory-agent.git' | ||
|
||
declare -r fusinv_agent_mod_specific_dependences='' | ||
declare -r fusinv_agent_mod_dependences='Archive::Extract Compress::Zlib Data::Structure::Util Digest::SHA File::Copy::Recursive File::Which HTTP::Daemon inc::Module::Install IO::Socket::SSL JSON LWP::Protocol::https LWP::UserAgent Net::IP Net::NBName Net::Ping Net::SNMP Net::Pcap Net::Write::Layer2 Parallel::ForkManager Parse::EDID Text::Template Thread::Queue UNIVERSAL::require URI::Escape Win32::Daemon Win32::Job Win32::OLE Win32::TieRegistry Win32::Unicode::File XML::TreePP' | ||
declare -r fusinv_agent_mod_dependences='Archive::Extract Compress::Zlib Digest::SHA File::Copy::Recursive File::Which HTTP::Daemon inc::Module::Install IO::Socket::SSL JSON LWP::Protocol::https LWP::UserAgent Net::IP Net::NBName Net::Ping Net::SNMP Net::Pcap Net::Write::Layer2 Parallel::ForkManager Parse::EDID Text::Template Thread::Queue UNIVERSAL::require URI::Escape Win32::Daemon Win32::Job Win32::OLE Win32::TieRegistry Win32::Unicode::File XML::TreePP' | ||
declare -r fusinv_agent_mod_uses='base Config constant Crypt::DES Crypt::Rijndael Cwd Data::Dumper Digest::MD5 Encode Encode::Byte Encode::CN Encode::JP Encode::KR Encode::TW Encode::Unicode English Fcntl File::Basename File::Find File::Glob File::Path File::Spec File::stat File::Temp Getopt::Long HTTP::Cookies HTTP::Headers HTTP::Request HTTP::Status integer IO::Handle JSON::PP lib LWP Memoize MIME::Base64 Net::Domain Net::hostent Net::HTTPS Net::SNMP::Security::USM Net::SNMP::Transport::IPv4::TCP Net::SNMP::Transport::IPv6::TCP Net::SNMP::Transport::IPv6::UDP Pod::Usage POSIX Scalar::Util Socket Storable strict Sys::Hostname Sys::Syslog Thread::Semaphore threads threads::shared Tie::Hash::NamedCapture Time::HiRes Time::Local Time::localtime URI User::pwent utf8 warnings Win32 Win32::API Win32::OLE::Const Win32::OLE::Variant' | ||
|
||
declare -r fusinv_agent_mod_dependences_for_test='HTTP::Proxy HTTP::Server::Simple HTTP::Server::Simple::Authen IO::Capture::Stderr IPC::Run Test::Compile Test::Deep Test::Exception Test::MockModule Test::MockObject Test::More Test::NoWarnings' | ||
|