class Distro

Distribution related information

class Distro does Systemic { }

Built-in class for providing distribution related information. Usually accessed through the $*DISTRO dynamic variable.

Methods

method is-win

Instance method returning a Bool indicating whether the distribution is a version of the Windows operating system.

method path-sep

Instance method returning the string that can be used to delimit elements in a path specification.

method release

Instance method returning the release information of the Distro object. Dies if the release information could not be established.

Type Graph

Type relations for Distro
perl6-type-graph Distro Distro Any Any Distro->Any Mu Mu Any->Mu

Expand above chart