The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

NAME

Net::Gnats::Command::SUBM

DESCRIPTION

Submits a new PR into the database. The supplied text is verified for correctness, and if no problems are found a new PR is created.

PROTOCOL

 SUBM
 <PR CONTENTS>

RESPONSES

The possible responses are:

431 (CODE_GNATS_LOCKED) The database has been locked, and no PRs may be submitted until the lock is cleared.

211 (CODE_SEND_PR) The client should now transmit the new PR text using the normal quoting mechanism. After the PR has been sent, the server will respond with either

351 (CODE_INFORMATION_FILLER) and 350 (CODE_INFORMATION) responses indicating that the new PR has been created and supplying the number assigned to it, or one or more error codes listing problems with the new PR text.