NAME

parrotbug - Parrot Bug Reporter

SYNOPSIS

% ./parrotbug [options]

DESCRIPTION

A program to help generate bug reports about parrot, and mail them. It is designed to be used interactively. Normally no arguments will be needed.

Command-line Options

-A

Don't send a bug received acknowledgement to the return address.

-b

Body of the report. If not included on the command line, or in a file with -f, you will get a chance to edit the message.

-d

Dump mode. This prints out your configuration data, without mailing anything.

-e

Editor to use.

-f

File containing the body of the report. Use this to quickly send a prepared message.

-h

Print this help message and exit.

-nok

Report unsuccessful build on this system to parrot developpers

-ok

Report successful build on this system to parrot developpers Only use -ok if everything was ok; if there were any problems at all, use -nok.

-r

Your return address. The program will ask you to confirm this if you don't give it here.

-s

Subject to include with the message. You will be prompted if you don't supply one on the command line.

-V

Print version information and exit.

HISTORY

This utility borrows heavily from perlbug.