1PARROT_CONFIG(1) User Contributed Perl Documentation PARROT_CONFIG(1)
2
3
4
6 parrot_config - Parrot Configuration
7
9 parrot_config can be used find out compile-time configuration
10 information about the Parrot executable.
11
13 To print every available key:
14
15 parrot_config --dump
16
17 With specific key it will print only it's corresponding value.
18
19 To get the current version of Parrot:
20
21 parrot_config VERSION
22
23 To get a descriptive version string that will uniquely identify commits
24 which are not releases:
25
26 parrot_config git_describe
27
29 For more help or any other question you go to <http://parrot.org> or
30 <http://github.com/parrot/parrot>.Or you can send email to
31 'parrot-dev@parrot.org'. You can also join Parrot IRC channel: #parrot
32 on irc.parrot.org .
33
34
35
36perl v5.30.0 2019-07-26 PARROT_CONFIG(1)