# Pastebin 7EHwoo17 use Panda::Builder; class Build is Panda::Builder { method build($workdir) { say "msg 1"; note "msg 3"; } }