There is an ongoing outage on the primary CPAN mirror. It is possible to work around the issue by using MetaCPAN as a mirror.

NAME

Ixchel::functions::product - Returns the product name of the system found via dmidecode.

VERSION

Version 0.0.1

SYNOPSIS

use Ixchel::functions::product;

print 'Product: '.product."\n";

Functions

product

Fetches system-product-name via dmidecode.

If not ran as root, this will return blank.