DEBSOURCES
Skip Quicknav
sources / libapp-cmd-perl / 0.339-1 / t / lib / Test / IgnoreCommand / Command.pm
12345678910111213
use strict; use warnings; package Test::IgnoreCommand::Command; use Test::IgnoreCommand -ignore; sub foo { return "hi"; } 1;