DEBSOURCES
Skip Quicknav
sources / libapp-cmd-perl / 0.340-1 / t / lib / Test / BrokenCmd / Command.pm
12345678910
use strict; use warnings; package Test::BrokenCmd::Command; use App::Cmd::Setup -command; die "BROKEN"; 1;