Krang::Info - info about the CMS
use Krang;
use Krang::ClassFactory qw(pkg);
use Krang::ClassLoader 'Info';
print "This CMS is called ", pkg('Info')->product_name, "\n";
print "This is Krang version ", pkg('Info')->version, "\n";
print "This string uniquely identifies an install", pkg('Info')->install_id, "\n";
Contains the basic information about the running CMS that is useful for addons to override (ie, to customize branding, etc).
One use for this is to provide a unique string for adding to the URL of static assets to improve browser caching.