1PARROTBUG(1)          User Contributed Perl Documentation         PARROTBUG(1)
2
3
4

NAME

6       parrotbug.pod - Parrot bug report
7

SYNOPSIS

9       parrotbug [option] [action]
10

DESCRIPTION

12       A program to help generate bug reports about parrot, and mail them.  It
13       is designed to be used interactively. Normally no arguments will be
14       needed.
15
16   Command line Options
17       To report successful build on this system to parrot developers use :
18
19           --ok
20
21       Only use  "--ok"   if everything was ok.If there were any problems at
22       all, use :
23
24           --nok
25
26       It is used to Report unsuccessful build on system.
27
28       To include specific summary with the message use :
29
30           --summary <summary>
31
32       To include specific category to the bug report use :
33
34           --category <category>
35
36       To include severity to the bug report use :
37
38           --severity <severity>
39
40       To set your emal addres use :
41
42           --from <address>
43
44       To open editor to use for editing the bug report use :
45
46           --editor <editor>
47
48       Not to send a bug report which receive acknowledgement use :
49
50           --ack
51           --noack
52
53       To open a file containing the body of the report use :
54
55           --input-file
56
57       Use this to quickly send a prepared message.
58
59       To view file where parrotbug will save it's bug report use :
60
61           --output-file
62
63       Note: you will be prompted if the program miss some information.
64
65   Command line Actions
66       To dump message use :
67
68           --dump
69
70       To save message use :
71
72           --save
73
74       To print help message and exit after that use :
75
76           --help
77
78       To print version information and exit after that use :
79
80           --version
81

HELP

83       For more help or any other question you go to <http://parrot.org> or
84       <http://github.com/parrot/parrot>.Or you can send email to
85       'parrot-dev@parrot.org'.  You are also invited to join the #parrot IRC
86       channel on irc.parrot.org.
87
88
89
90perl v5.28.1                      2014-10-21                      PARROTBUG(1)
Impressum