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

NAME

Mnet::Version - Returns Mnet version information

SYNOPSIS

    $info = Mnet::Version::info();

DESCRIPTION

Mnet::Version makes available an Mnet::Version::info function that can be used by other scripts and modules.

 our $VERSION = "1.00";

User scripts can use the above command to declare a version number string that will be detected by this module and included in its output.

FUNCTIONS

Mnet::Version implements the functions listed below.

Mnet::Version::info

    $info = Mnet::Version::info()

Output multiple lines of information about the current script, Mnet modules, and operating system. This is used by Mnet::Opts::Cli and Mnet::Log.

SEE ALSO

Mnet