The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.
{ use vars qw(@OUTPUT); }\
{ $BUILD = "Building" }

default:
	# The actions are below
	{
	    my ($maker, $target, $deps, $matches) = @_;
	    push @OUTPUT, "$BUILD $target\n";
	}