metabase-profile

base class for Metabase Facts

Install

All systems
curl cmd.cat/metabase-profile.sh
Debian Debian
apt-get install libmetabase-fact-perl
Ubuntu
apt-get install libmetabase-fact-perl
image/svg+xml Kali Linux
apt-get install libmetabase-fact-perl
Windows (WSL2)
sudo apt-get update sudo apt-get install libmetabase-fact-perl
Raspbian
apt-get install libmetabase-fact-perl

libmetabase-fact-perl

base class for Metabase Facts

Metabase is a system for associating metadata with CPAN distributions. The metabase can be used to store test reports, reviews, coverage analysis reports, reports on static analysis of coding style, or anything else for which datatypes are constructed. Metabase::Fact is a base class for Facts (really opinions or analyses) that can be sent to or retrieved from a Metabase repository. Metabase::Report is a base class for collections of Metabase::Fact objects that can be sent to or retrieved from a Metabase system.