Sponsoring The Perl Toolchain Summit 2025: Help make this important event another success Learn more

use v5.40;
sub closed($self) {
$self->error->add_error("This workflow is closed");
}
1;