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

NAME

Net::Gnats::Command::UNLK

DESCRIPTION

Unlocks PR. Any user may unlock a PR, as no checking is done to determine if the requesting session owns the lock.

PROTOCOL

 UNLK <PR number>

RESPONSES

The possible responses are:

440 (CODE_CMD_ERROR)

Insufficient or too many arguments were specified to the command.

210 (CODE_OK)

The PR was successfully unlocked.

433 (CODE_PR_NOT_LOCKED)

The PR was not locked.

6xx (internal error)

The PR could not be unlocked, usually because of permission or other filesystem-related problems.