role compiler
Information related to the compiler that is being used
does Systemic
Built-in class for providing compiler related information. Usually accessed through the compiler
attribute of the the $*PERL
dynamic variable.
Methods
method build-date
method build-date()
Returns the date when it was built.
say .compiler.build-date; #OUTPUT: «2018-05-05T21:49:43Z»
method verbose-config
method verbose-config(:)
If $say
is True
, prints the different items included in the configuration of the compiler; if it is not, returns a Hash
with the same information.
say .compiler.verbose-config; # OUTPUT: «distro::auth=https://www.opensuse.org/distro::desc=2018-05-06T09:19:17.571307+02:00» ... And the rest of the configuration
See Also: Systemic