The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

NAME

FusionInventory::Agent::Version - FusionInventory agent version

DESCRIPTION

This module has the only purpose to simplify the way the FusionInventory agent is released. This file could be automatically generated and overridden during packaging.

It permits to re-define agent VERSION and agent PROVIDER during packaging so any distributor can simplify his distribution process and permit to identify clearly the origin of the agent.

It also permits to put build comments in $COMMENTS. Each array ref element will be reported in putput while using on --version for commands. This will be seen in logs. The idea is to authorize the provider to put useful information needed while agent issue is reported. One very useful information should be first defined like in that example:

our $COMMENTS = [ "Based on FusionInventory Agent v2.5.1" ];